Searched refs:Sentinel (Results 1 - 18 of 18) sorted by relevance

/external/llvm/tools/dsymutil/
H A DNonRelocatableStringpool.h30 : CurrentEndOffset(0), Sentinel(0), Last(&Sentinel) {
49 return getNextEntry(&Sentinel);
63 MapTy::MapEntryTy Sentinel, *Last; member in class:llvm::dsymutil::NonRelocatableStringpool
/external/v8/test/mjsunit/es6/
H A Dgenerators-iteration.js89 function Sentinel() {}
90 assertThrows(function () { iter.throw(new Sentinel); }, Sentinel);
448 function Sentinel() {}
459 assertThrows(function() { iter.throw(new Sentinel); }, Sentinel);
466 assertThrows(function() { iter.throw(new Sentinel); }, Sentinel);
474 var exn = new Sentinel;
484 var exn = new Sentinel;
[all...]
/external/llvm/include/llvm/Transforms/Utils/
H A DSymbolRewriter.h116 mutable ilist_half_node<SymbolRewriter::RewriteDescriptor> Sentinel; member in struct:llvm::ilist_traits
131 return static_cast<SymbolRewriter::RewriteDescriptor *>(&Sentinel);
/external/llvm/include/llvm/Analysis/
H A DIVUsers.h108 return static_cast<IVStrideUse*>(&Sentinel);
117 mutable ilist_node<IVStrideUse> Sentinel; member in struct:llvm::ilist_traits
/external/llvm/include/llvm/ADT/
H A Dilist.h102 static void noteHead(NodeTy *NewHead, NodeTy *Sentinel) { argument
103 ilist_traits<NodeTy>::setPrev(NewHead, Sentinel);
123 return static_cast<NodeTy *>(&Sentinel);
132 mutable ilist_node<NodeTy> Sentinel; member in struct:llvm::ilist_embedded_sentinel_traits
142 return static_cast<NodeTy *>(&Sentinel);
151 mutable ilist_half_node<NodeTy> Sentinel; member in struct:llvm::ilist_half_embedded_sentinel_traits
H A DSparseBitVector.h252 Element *createSentinel() const { return static_cast<Element *>(&Sentinel); }
260 mutable ilist_half_node<Element> Sentinel;
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h321 return static_cast<clang::ento::BugReport *>(&Sentinel);
332 mutable ilist_half_node<clang::ento::BugReport> Sentinel; member in struct:llvm::ilist_traits
/external/llvm/include/llvm/CodeGen/
H A DMachineFunction.h51 mutable ilist_half_node<MachineBasicBlock> Sentinel; member in struct:llvm::ilist_traits
54 return static_cast<MachineBasicBlock*>(&Sentinel);
H A DMachineBasicBlock.h42 mutable ilist_half_node<MachineInstr> Sentinel; member in struct:llvm::ilist_traits
50 return static_cast<MachineInstr*>(&Sentinel);
H A DSlotIndexes.h75 mutable ilist_half_node<IndexListEntry> Sentinel; member in struct:llvm::ilist_traits
78 return static_cast<IndexListEntry*>(&Sentinel);
H A DSelectionDAG.h85 mutable ilist_half_node<SDNode> Sentinel; member in struct:llvm::ilist_traits
88 return static_cast<SDNode*>(&Sentinel);
/external/llvm/include/llvm/IR/
H A DModule.h43 return static_cast<NamedMDNode*>(&Sentinel);
54 mutable ilist_node<NamedMDNode> Sentinel; member in struct:llvm::ilist_traits
/external/llvm/lib/AsmParser/
H A DLLParser.cpp2430 Value *Sentinel = FI->second.first;
2431 if (Sentinel->getType() != Inst->getType())
2435 Sentinel->replaceAllUsesWith(Inst);
2436 delete Sentinel;
2447 Value *Sentinel = FI->second.first;
2448 if (Sentinel->getType() != Inst->getType())
2452 Sentinel->replaceAllUsesWith(Inst);
2453 delete Sentinel;
/external/llvm/lib/Support/
H A DYAMLParser.cpp154 return &Sentinel;
163 mutable Token Sentinel; member in struct:llvm::ilist_sentinel_traits
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp2107 if (SentinelAttr *Sentinel = FunctionOrMethod->getAttr<SentinelAttr>())
2108 if (Sentinel->getSentinel() == 0) {
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 1019 milliseconds