Home
last modified time | relevance | path

Searched refs:Sentinel (Results 1 – 25 of 45) sorted by relevance

12

/external/v8/test/mjsunit/es6/
Dgenerators-iteration.js92 function Sentinel() {} class
93 assertThrows(function () { iter.throw(new Sentinel); }, Sentinel);
451 function Sentinel() {} class in TestTryCatch
462 assertThrows(function() { iter.throw(new Sentinel); }, Sentinel);
469 assertThrows(function() { iter.throw(new Sentinel); }, Sentinel);
477 var exn = new Sentinel;
487 var exn = new Sentinel;
490 assertThrows(function() { iter.throw(new Sentinel); }, Sentinel);
498 var exn = new Sentinel;
500 assertThrows(function() { iter.throw(new Sentinel); }, Sentinel);
[all …]
/external/llvm/include/llvm/IR/
DModule.h43 return static_cast<Function*>(&Sentinel);
52 mutable ilist_node<Function> Sentinel;
59 return static_cast<GlobalVariable*>(&Sentinel);
67 mutable ilist_node<GlobalVariable> Sentinel;
74 return static_cast<GlobalAlias*>(&Sentinel);
82 mutable ilist_node<GlobalAlias> Sentinel;
90 return static_cast<NamedMDNode*>(&Sentinel);
100 mutable ilist_node<NamedMDNode> Sentinel;
DBasicBlock.h46 mutable ilist_half_node<BasicBlock> Sentinel;
332 return static_cast<BasicBlock*>(&Sentinel);
DInstruction.h48 mutable ilist_half_node<Instruction> Sentinel;
523 return static_cast<Instruction *>(&Sentinel);
DFunction.h38 return static_cast<Argument*>(&Sentinel);
48 mutable ilist_half_node<Argument> Sentinel;
/external/llvm/include/llvm/Transforms/Utils/
DSymbolRewriter.h116 mutable ilist_half_node<SymbolRewriter::RewriteDescriptor> Sentinel;
131 return static_cast<SymbolRewriter::RewriteDescriptor *>(&Sentinel);
/external/llvm/include/llvm/Support/
DRecycler.h46 mutable RecyclerStruct Sentinel;
48 return &Sentinel;
/external/llvm/include/llvm/Analysis/
DIVUsers.h107 return static_cast<IVStrideUse*>(&Sentinel);
116 mutable ilist_node<IVStrideUse> Sentinel;
/external/clang/test/FixIt/
Dfixit-objc.m62 @interface Sentinel interface
66 void sentinel_test(Sentinel *a) {
/external/llvm/include/llvm/CodeGen/
DMachineFunction.h49 mutable ilist_half_node<MachineBasicBlock> Sentinel;
52 return static_cast<MachineBasicBlock*>(&Sentinel);
DSlotIndexes.h75 mutable ilist_half_node<IndexListEntry> Sentinel;
78 return static_cast<IndexListEntry*>(&Sentinel);
DMachineBasicBlock.h36 mutable ilist_half_node<MachineInstr> Sentinel;
44 return static_cast<MachineInstr*>(&Sentinel);
DSelectionDAG.h85 mutable ilist_half_node<SDNode> Sentinel;
88 return static_cast<SDNode*>(&Sentinel);
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h321 return static_cast<clang::ento::BugReport *>(&Sentinel);
332 mutable ilist_half_node<clang::ento::BugReport> Sentinel;
/external/llvm/include/llvm/ADT/
Dilist.h102 static void noteHead(NodeTy *NewHead, NodeTy *Sentinel) { in noteHead()
103 ilist_traits<NodeTy>::setPrev(NewHead, Sentinel); in noteHead()
DSparseBitVector.h251 Element *createSentinel() const { return static_cast<Element *>(&Sentinel); }
259 mutable ilist_half_node<Element> Sentinel;
/external/llvm/include/llvm/Option/
DOptParser.td22 bit Sentinel = sentinel;
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp293 : CurrentEndOffset(0), Sentinel(0), Last(&Sentinel) { in NonRelocatableStringpool()
312 return getNextEntry(&Sentinel); in getFirstEntry()
326 MapTy::MapEntryTy Sentinel, *Last; member in llvm::dsymutil::__anon5c7ea04f0111::NonRelocatableStringpool
/external/llvm/lib/Support/
DYAMLParser.cpp149 return &Sentinel; in createSentinel()
158 mutable Token Sentinel; member
/external/clang/include/clang/Basic/
DAttr.td1217 def Sentinel : InheritableAttr {
1219 let Args = [DefaultIntArgument<"Sentinel", 0>,
DDiagnosticGroups.td306 def Sentinel : DiagGroup<"sentinel">;
DDiagnosticSemaKinds.td3930 InGroup<Sentinel>;
3933 InGroup<Sentinel>;
/external/clang/lib/Sema/
DSemaCodeComplete.cpp2091 if (SentinelAttr *Sentinel = FunctionOrMethod->getAttr<SentinelAttr>()) in MaybeAddSentinel() local
2092 if (Sentinel->getSentinel() == 0) { in MaybeAddSentinel()
/external/cmockery/cmockery_0_1_2/
Daclocal.m43791 # Sentinel used to keep track of whether or not we are before
/external/google-breakpad/m4/
Dlibtool.m46423 # Sentinel used to keep track of whether or not we are before

12