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

  /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();
  /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/llvm/include/llvm/CodeGen/
MachineFunction.h 53 MachineBasicBlock *createSentinel() const {
58 MachineBasicBlock *provideInitialHead() const { return createSentinel(); }
60 return createSentinel();
SlotIndexes.h 77 IndexListEntry *createSentinel() const {
82 IndexListEntry *provideInitialHead() const { return createSentinel(); }
83 IndexListEntry *ensureHead(IndexListEntry*) const { return createSentinel(); }
MachineBasicBlock.h 49 MachineInstr *createSentinel() const {
54 MachineInstr *provideInitialHead() const { return createSentinel(); }
55 MachineInstr *ensureHead(MachineInstr*) const { return createSentinel(); }
    [all...]
SelectionDAG.h 87 SDNode *createSentinel() const {
92 SDNode *provideInitialHead() const { return createSentinel(); }
93 SDNode *ensureHead(SDNode*) const { return createSentinel(); }
    [all...]
  /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/IR/
Module.h 40 // createSentinel is used to get hold of a node that marks the end of
42 NamedMDNode *createSentinel() const {
47 NamedMDNode *provideInitialHead() const { return createSentinel(); }
48 NamedMDNode *ensureHead(NamedMDNode*) 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...]
  /external/llvm/lib/Support/
YAMLParser.cpp 153 Token *createSentinel() const {
158 Token *provideInitialHead() const { return createSentinel(); }
159 Token *ensureHead(Token*) const { return createSentinel(); }
    [all...]
  /external/guice/extensions/persist/lib/
commons-collections.jar 
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.jar 
  /packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 518 milliseconds