Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:RemoveNode
(Results
1 - 14
of
14
) sorted by relevance
/third_party/musl/porting/linux/user/src/exit/
H
A
D
atexit.c
84
static struct node*
RemoveNode
(struct node *node)
in RemoveNode()
function
150
node =
RemoveNode
(node);
in __cxa_finalize()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
H
A
D
graphcycles_test.cc
233
graph_cycles.
RemoveNode
(ptr(node));
in TEST()
337
graph_cycles.
RemoveNode
(ptr(node));
in TEST()
438
TEST_F(GraphCyclesTest,
RemoveNode
) {
in TEST_F()
443
g_.
RemoveNode
(g_.Ptr(id_[3]));
in TEST_F()
H
A
D
graphcycles.h
74
void
RemoveNode
(void* ptr);
H
A
D
graphcycles.cc
437
void GraphCycles::
RemoveNode
(void* ptr) {
in RemoveNode()
function in absl::synchronization_internal::__anon19421::GraphCycles
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H
A
D
FoldingSet.h
98
/// bool WasRemoved = MyFoldingSet.
RemoveNode
(M);
196
///
RemoveNode
- Remove a node from the folding set, returning true if one
198
bool
RemoveNode
(Node *N);
430
///
RemoveNode
- Remove a node from the folding set, returning true if one
432
bool
RemoveNode
(T *N) { return FoldingSetBase::
RemoveNode
(N); }
in RemoveNode()
function in llvm::FoldingSetImpl
/third_party/node/deps/v8/src/execution/
H
A
D
futex-emulation.cc
34
void
RemoveNode
(FutexWaitListNode* node);
177
g_wait_list.Pointer()->
RemoveNode
(node);
in NotifyAsyncWaiter()
215
void FutexWaitList::
RemoveNode
(FutexWaitListNode* node) {
in RemoveNode()
function in v8::internal::FutexWaitList
494
g_wait_list.Pointer()->
RemoveNode
(node);
in WaitSync()
733
g_wait_list.Pointer()->
RemoveNode
(old_node);
in Wake()
864
g_wait_list.Pointer()->
RemoveNode
(node);
in HandleAsyncWaiterTimeout()
/third_party/node/deps/v8/src/compiler/
H
A
D
schedule.cc
378
block->
RemoveNode
(block->begin() + node_pos);
in EliminateRedundantPhiNodes()
403
from->
RemoveNode
(from->begin() + i);
in MovePhis()
H
A
D
schedule.h
103
void
RemoveNode
(iterator it) { nodes_.erase(it); }
in RemoveNode()
function in v8::internal::compiler::final
H
A
D
raw-machine-assembler.cc
187
true_block->
RemoveNode
(true_block->begin());
in OptimizeControlFlow()
189
false_block->
RemoveNode
(false_block->begin());
in OptimizeControlFlow()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H
A
D
CSEInfo.cpp
100
bool Removed = CSEMap.
RemoveNode
(UMI);
in invalidateUniqueMachineInstr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H
A
D
FoldingSet.cpp
373
///
RemoveNode
- Remove a node from the folding set, returning true if one was
375
bool FoldingSetBase::
RemoveNode
(Node *N) {
in RemoveNode()
function in FoldingSetBase
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H
A
D
mutex.cc
1426
deadlock_graph->
RemoveNode
(this);
in ForgetDeadlockInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H
A
D
ScalarEvolution.cpp
478
SE->UniqueSCEVs.
RemoveNode
(this);
in deleted()
486
SE->UniqueSCEVs.
RemoveNode
(this);
in allUsesReplacedWith()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H
A
D
SelectionDAG.cpp
900
Erased = CSEMap.
RemoveNode
(N);
Completed in 42 milliseconds