HomeSort by: relevance | last modified time | path
    Searched refs:addRoot (Results 1 - 13 of 13) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/gc/
proxy.d 224 return instance.addRoot( p );
268 proxy.addRoot(root);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/gc/
gcinterface.d 155 void addRoot(void* p) nothrow @nogc;
  /src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.init_fini/
custom_gc.d 141 void addRoot(void* p) nothrow @nogc
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/gc/impl/manual/
gc.d 188 void addRoot(void* p) nothrow @nogc
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/gc/impl/proto/
gc.d 169 void addRoot(void* p) nothrow @nogc
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineDominators.h 30 inline void DominatorTreeBase<MachineBasicBlock, false>::addRoot(
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 111 G.addRoot(Node);
506 G.addRoot(Node); // 'Node' has no predecessor. Make it a root.
ExplodedGraph.cpp 506 G->addRoot(NewN);
BugReporter.cpp 2631 GNew->addRoot(NewN);
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 370 /// addRoot - Add an untyped node to the set of roots.
371 ExplodedNode *addRoot(ExplodedNode *V) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
GenericDomTree.h 639 addRoot(BB);
816 void addRoot(NodeT *BB) { this->Roots.push_back(BB); }
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/
memory.d 29 $(LI Register/unregister such data with calls to $(LREF addRoot)/$(LREF removeRoot) and
808 * GC.addRoot(cast(void*)context);
830 pragma(mangle, "gc_addRoot") static void addRoot(const void* p) nothrow @nogc pure;
836 * previously passed to addRoot() then no operation is performed.
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/gc/impl/conservative/
gc.d 1125 void addRoot(void *p) nothrow @nogc
1132 gcx.addRoot(p);
1138 * previously passed to addRoot() then no operation is performed.
1667 void addRoot(void *p) nothrow @nogc
4474 GC.addRoot(buf.ptr);

Completed in 42 milliseconds