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

1 2

  /frameworks/compile/mclinker/include/mcld/Support/
GCFactoryListTraits.h 34 DataType* createSentinel() const {
40 DataType* provideInitialHead() const { return createSentinel(); }
42 DataType* ensureHead(DataType* pData) const { return createSentinel(); }
  /external/llvm/include/llvm/Transforms/Utils/
SymbolRewriter.h 119 // createSentinel is used to get a reference to a node marking the end of
122 SymbolRewriter::RewriteDescriptor *createSentinel() const {
136 return createSentinel();
141 return createSentinel();
MemorySSA.h 178 MemoryAccess *createSentinel() const {
184 MemoryAccess *provideInitialHead() const { return createSentinel(); }
185 MemoryAccess *ensureHead(MemoryAccess *) const { return createSentinel(); }
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Module.h 39 // createSentinel is used to get hold of the node that marks the end of the
41 Function *createSentinel() const {
46 Function *provideInitialHead() const { return createSentinel(); }
47 Function *ensureHead(Function*) const { return createSentinel(); }
56 // createSentinel is used to create a node that marks the end of the list.
57 GlobalVariable *createSentinel() const {
62 GlobalVariable *provideInitialHead() const { return createSentinel(); }
63 GlobalVariable *ensureHead(GlobalVariable*) const { return createSentinel(); }
71 // createSentinel is used to create a node that marks the end of the list.
72 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 32 // createSentinel is used to get hold of a node that marks the end of
36 Instruction *createSentinel() const {
49 Instruction *provideInitialHead() const { return createSentinel(); }
50 Instruction *ensureHead(Instruction*) const { return createSentinel(); }
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Recycler.h 45 RecyclerStruct *createSentinel() const {
50 RecyclerStruct *provideInitialHead() const { return createSentinel(); }
51 RecyclerStruct *ensureHead(RecyclerStruct*) const { return createSentinel(); }
  /external/llvm/include/llvm/Analysis/
IVUsers.h 95 // createSentinel is used to get hold of a node that marks the end of
99 IVStrideUse *createSentinel() const {
112 IVStrideUse *provideInitialHead() const { return createSentinel(); }
113 IVStrideUse *ensureHead(IVStrideUse*) const { return createSentinel(); }
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
IVUsers.h 95 // createSentinel is used to get hold of a node that marks the end of
99 IVStrideUse *createSentinel() const {
112 IVStrideUse *provideInitialHead() const { return createSentinel(); }
113 IVStrideUse *ensureHead(IVStrideUse*) const { return createSentinel(); }
  /external/llvm/include/llvm/ADT/
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();
112 /// FIXME: The downcast in createSentinel() is UB.
115 NodeTy *createSentinel() const {
127 NodeTy *provideInitialHead() const { return createSentinel(); }
128 NodeTy *ensureHead(NodeTy *) const { return createSentinel(); }
137 /// FIXME: The downcast in createSentinel() is UB.
140 NodeTy *createSentinel() const
    [all...]
SparseBitVector.h 252 Element *createSentinel() const { return static_cast<Element *>(&Sentinel); }
255 Element *provideInitialHead() const { return createSentinel(); }
256 Element *ensureHead(Element *) const { return createSentinel(); }
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineFunction.h 48 MachineBasicBlock *createSentinel() const {
53 MachineBasicBlock *provideInitialHead() const { return createSentinel(); }
55 return createSentinel();
MachineBasicBlock.h 43 MachineInstr *createSentinel() const {
48 MachineInstr *provideInitialHead() const { return createSentinel(); }
49 MachineInstr *ensureHead(MachineInstr*) const { return createSentinel(); }
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 320 clang::ento::BugReport *createSentinel() const {
326 return createSentinel();
329 return createSentinel();
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 57 MachineBasicBlock *createSentinel() const {
62 MachineBasicBlock *provideInitialHead() const { return createSentinel(); }
64 return createSentinel();
MachineBasicBlock.h 51 MachineInstr *createSentinel() const {
56 MachineInstr *provideInitialHead() const { return createSentinel(); }
57 MachineInstr *ensureHead(MachineInstr*) const { return createSentinel(); }
    [all...]
SlotIndexes.h 76 IndexListEntry *createSentinel() const {
81 IndexListEntry *provideInitialHead() const { return createSentinel(); }
82 IndexListEntry *ensureHead(IndexListEntry*) const { return createSentinel(); }
  /external/llvm/include/llvm/IR/
Module.h 42 // createSentinel is used to get hold of a node that marks the end of
44 NamedMDNode *createSentinel() const {
49 NamedMDNode *provideInitialHead() const { return createSentinel(); }
50 NamedMDNode *ensureHead(NamedMDNode*) const { return createSentinel(); }
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
ilist.h 25 // created (using ilist_traits<>::createSentinel()). This tail node is
76 /// createSentinel - create the dynamic sentinel
77 static NodeTy *createSentinel() { return new NodeTy(); }
92 Head = ilist_traits<NodeTy>::createSentinel();
301 /// sentinel is created by the Traits::createSentinel method and is a link
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
ilist.h 125 /// Type trait to check for a traits class that has a createSentinel member (as
132 static Yes &test(U *I, decltype(I->createSentinel()) * = 0);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
ilist.h 125 /// Type trait to check for a traits class that has a createSentinel member (as
132 static Yes &test(U *I, decltype(I->createSentinel()) * = 0);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
ilist.h 125 /// Type trait to check for a traits class that has a createSentinel member (as
132 static Yes &test(U *I, decltype(I->createSentinel()) * = 0);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
ilist.h 125 /// Type trait to check for a traits class that has a createSentinel member (as
132 static Yes &test(U *I, decltype(I->createSentinel()) * = 0);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
ilist.h 125 /// Type trait to check for a traits class that has a createSentinel member (as
132 static Yes &test(U *I, decltype(I->createSentinel()) * = 0);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
ilist.h 125 /// Type trait to check for a traits class that has a createSentinel member (as
132 static Yes &test(U *I, decltype(I->createSentinel()) * = 0);

Completed in 458 milliseconds

1 2