/external/v8/test/mjsunit/es6/ |
D | generators-iteration.js | 92 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/ |
D | Module.h | 43 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;
|
D | BasicBlock.h | 46 mutable ilist_half_node<BasicBlock> Sentinel; 332 return static_cast<BasicBlock*>(&Sentinel);
|
D | Instruction.h | 48 mutable ilist_half_node<Instruction> Sentinel; 523 return static_cast<Instruction *>(&Sentinel);
|
D | Function.h | 38 return static_cast<Argument*>(&Sentinel); 48 mutable ilist_half_node<Argument> Sentinel;
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | SymbolRewriter.h | 116 mutable ilist_half_node<SymbolRewriter::RewriteDescriptor> Sentinel; 131 return static_cast<SymbolRewriter::RewriteDescriptor *>(&Sentinel);
|
/external/llvm/include/llvm/Support/ |
D | Recycler.h | 46 mutable RecyclerStruct Sentinel; 48 return &Sentinel;
|
/external/llvm/include/llvm/Analysis/ |
D | IVUsers.h | 107 return static_cast<IVStrideUse*>(&Sentinel); 116 mutable ilist_node<IVStrideUse> Sentinel;
|
/external/clang/test/FixIt/ |
D | fixit-objc.m | 62 @interface Sentinel interface 66 void sentinel_test(Sentinel *a) {
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineFunction.h | 49 mutable ilist_half_node<MachineBasicBlock> Sentinel; 52 return static_cast<MachineBasicBlock*>(&Sentinel);
|
D | SlotIndexes.h | 75 mutable ilist_half_node<IndexListEntry> Sentinel; 78 return static_cast<IndexListEntry*>(&Sentinel);
|
D | MachineBasicBlock.h | 36 mutable ilist_half_node<MachineInstr> Sentinel; 44 return static_cast<MachineInstr*>(&Sentinel);
|
D | SelectionDAG.h | 85 mutable ilist_half_node<SDNode> Sentinel; 88 return static_cast<SDNode*>(&Sentinel);
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | BugReporter.h | 321 return static_cast<clang::ento::BugReport *>(&Sentinel); 332 mutable ilist_half_node<clang::ento::BugReport> Sentinel;
|
/external/llvm/include/llvm/ADT/ |
D | ilist.h | 102 static void noteHead(NodeTy *NewHead, NodeTy *Sentinel) { in noteHead() 103 ilist_traits<NodeTy>::setPrev(NewHead, Sentinel); in noteHead()
|
D | SparseBitVector.h | 251 Element *createSentinel() const { return static_cast<Element *>(&Sentinel); } 259 mutable ilist_half_node<Element> Sentinel;
|
/external/llvm/include/llvm/Option/ |
D | OptParser.td | 22 bit Sentinel = sentinel;
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 293 : 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/ |
D | YAMLParser.cpp | 149 return &Sentinel; in createSentinel() 158 mutable Token Sentinel; member
|
/external/clang/include/clang/Basic/ |
D | Attr.td | 1217 def Sentinel : InheritableAttr { 1219 let Args = [DefaultIntArgument<"Sentinel", 0>,
|
D | DiagnosticGroups.td | 306 def Sentinel : DiagGroup<"sentinel">;
|
D | DiagnosticSemaKinds.td | 3930 InGroup<Sentinel>; 3933 InGroup<Sentinel>;
|
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 2091 if (SentinelAttr *Sentinel = FunctionOrMethod->getAttr<SentinelAttr>()) in MaybeAddSentinel() local 2092 if (Sentinel->getSentinel() == 0) { in MaybeAddSentinel()
|
/external/cmockery/cmockery_0_1_2/ |
D | aclocal.m4 | 3791 # Sentinel used to keep track of whether or not we are before
|
/external/google-breakpad/m4/ |
D | libtool.m4 | 6423 # Sentinel used to keep track of whether or not we are before
|