HomeSort by relevance Sort by last modified time
    Searched defs:destroySentinel (Results 1 - 22 of 22) sorted by null

  /frameworks/compile/mclinker/include/mcld/Support/
GCFactoryListTraits.h 38 static void destroySentinel(DataType* pData) {}
  /external/llvm/include/llvm/Transforms/Utils/
SymbolRewriter.h 133 void destroySentinel(SymbolRewriter::RewriteDescriptor *) {}
MemorySSA.h 182 static void destroySentinel(MemoryAccess *) {}
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Recycler.h 48 static void destroySentinel(RecyclerStruct *) {}
  /external/llvm/include/llvm/Analysis/
IVUsers.h 110 static void destroySentinel(IVStrideUse*) {}
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
IVUsers.h 110 static void destroySentinel(IVStrideUse*) {}
  /external/swiftshader/third_party/LLVM/include/llvm/
BasicBlock.h 47 static void destroySentinel(Instruction*) {}
Function.h 42 static void destroySentinel(BasicBlock*) {}
59 static void destroySentinel(Argument*) {}
Module.h 44 static void destroySentinel(Function*) {}
60 static void destroySentinel(GlobalVariable*) {}
75 static void destroySentinel(GlobalAlias*) {}
91 static void destroySentinel(NamedMDNode*) {}
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineFunction.h 51 void destroySentinel(MachineBasicBlock *) const {}
MachineBasicBlock.h 46 void destroySentinel(MachineInstr *) const {}
SelectionDAG.h 47 static void destroySentinel(SDNode *) {}
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 60 void destroySentinel(MachineBasicBlock *) const {}
SlotIndexes.h 79 void destroySentinel(IndexListEntry *) const {}
MachineBasicBlock.h 54 void destroySentinel(MachineInstr *) const {}
    [all...]
SelectionDAG.h 91 static void destroySentinel(SDNode *) {}
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 323 void destroySentinel(clang::ento::BugReport *) const {}
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
ilist.h 79 /// destroySentinel - deallocate the dynamic sentinel
80 static void destroySentinel(NodeTy *N) { delete N; }
354 Traits::destroySentinel(getTail());
  /external/llvm/include/llvm/ADT/
ilist.h 80 /// destroySentinel - deallocate the dynamic sentinel
81 static void destroySentinel(NodeTy *N) { delete N; }
125 static void destroySentinel(NodeTy *) {}
144 static void destroySentinel(NodeTy *) {}
352 Traits::destroySentinel(getTail());
  /external/llvm/include/llvm/IR/
Module.h 47 static void destroySentinel(NamedMDNode*) {}
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceInst.h     [all...]
  /external/llvm/lib/Support/
YAMLParser.cpp 156 static void destroySentinel(Token*) {}
    [all...]

Completed in 763 milliseconds