HomeSort by relevance Sort by last modified time
    Searched refs:createSentinel (Results 1 - 14 of 14) sorted by null

  /frameworks/compile/mclinker/include/mcld/Support/
GCFactoryListTraits.h 39 DataType *createSentinel() const
45 { return createSentinel(); }
48 { return createSentinel(); }
  /external/llvm/include/llvm/IR/
Module.h 37 // createSentinel is used to get hold of the node that marks the end of the
39 Function *createSentinel() const {
44 Function *provideInitialHead() const { return createSentinel(); }
45 Function *ensureHead(Function*) const { return createSentinel(); }
54 // createSentinel is used to create a node that marks the end of the list.
55 GlobalVariable *createSentinel() const {
60 GlobalVariable *provideInitialHead() const { return createSentinel(); }
61 GlobalVariable *ensureHead(GlobalVariable*) const { return createSentinel(); }
69 // createSentinel is used to create a node that marks the end of the list.
70 GlobalAlias *createSentinel() const
    [all...]
Function.h 37 // createSentinel is used to get hold of the node that marks the end of the
39 BasicBlock *createSentinel() const {
44 BasicBlock *provideInitialHead() const { return createSentinel(); }
45 BasicBlock *ensureHead(BasicBlock*) const { return createSentinel(); }
56 Argument *createSentinel() const {
61 Argument *provideInitialHead() const { return createSentinel(); }
62 Argument *ensureHead(Argument*) const { return createSentinel(); }
BasicBlock.h 37 Instruction *createSentinel() const {
49 Instruction *provideInitialHead() const { return createSentinel(); }
50 Instruction *ensureHead(Instruction*) const { return createSentinel(); }
  /external/llvm/include/llvm/Support/
Recycler.h 48 RecyclerStruct *createSentinel() const {
53 RecyclerStruct *provideInitialHead() const { return createSentinel(); }
54 RecyclerStruct *ensureHead(RecyclerStruct*) const { return createSentinel(); }
  /external/llvm/include/llvm/Analysis/
IVUsers.h 94 // createSentinel is used to get hold of a node that marks the end of
98 IVStrideUse *createSentinel() const {
111 IVStrideUse *provideInitialHead() const { return createSentinel(); }
112 IVStrideUse *ensureHead(IVStrideUse*) const { return createSentinel(); }
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 49 MachineBasicBlock *createSentinel() const {
54 MachineBasicBlock *provideInitialHead() const { return createSentinel(); }
56 return createSentinel();
MachineBasicBlock.h 43 MachineInstr *createSentinel() const {
48 MachineInstr *provideInitialHead() const { return createSentinel(); }
49 MachineInstr *ensureHead(MachineInstr*) const { return createSentinel(); }
SlotIndexes.h 63 IndexListEntry *createSentinel() const {
68 IndexListEntry *provideInitialHead() const { return createSentinel(); }
69 IndexListEntry *ensureHead(IndexListEntry*) const { return createSentinel(); }
SelectionDAG.h 46 SDNode *createSentinel() const {
51 SDNode *provideInitialHead() const { return createSentinel(); }
52 SDNode *ensureHead(SDNode*) const { return createSentinel(); }
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 319 clang::ento::BugReport *createSentinel() const {
325 return createSentinel();
328 return createSentinel();
  /external/llvm/include/llvm/ADT/
SparseBitVector.h 270 Element *createSentinel() const { return static_cast<Element *>(&Sentinel); }
273 Element *provideInitialHead() const { return createSentinel(); }
274 Element *ensureHead(Element *) const { return createSentinel(); }
ilist.h 25 // created (using ilist_traits<>::createSentinel()). This tail node is
77 /// createSentinel - create the dynamic sentinel
78 static NodeTy *createSentinel() { return new NodeTy(); }
93 Head = ilist_traits<NodeTy>::createSentinel();
302 /// sentinel is created by the Traits::createSentinel method and is a link
  /external/llvm/lib/Support/
YAMLParser.cpp 138 Token *createSentinel() const {
143 Token *provideInitialHead() const { return createSentinel(); }
144 Token *ensureHead(Token*) const { return createSentinel(); }
    [all...]

Completed in 392 milliseconds