/external/v8/test/mjsunit/es6/ |
D | generators-iteration.js | 89 function Sentinel() {} class 90 assertThrows(function () { iter.throw(new Sentinel); }, Sentinel); 414 function Sentinel() {} class in TestTryCatch 425 assertThrows(function() { iter.throw(new Sentinel); }, Sentinel); 432 assertThrows(function() { iter.throw(new Sentinel); }, Sentinel); 440 var exn = new Sentinel; 450 var exn = new Sentinel; 453 assertThrows(function() { iter.throw(new Sentinel); }, Sentinel); 461 var exn = new Sentinel; 463 assertThrows(function() { iter.throw(new Sentinel); }, Sentinel); [all …]
|
/external/llvm/tools/dsymutil/ |
D | NonRelocatableStringpool.h | 30 : CurrentEndOffset(0), Sentinel(0), Last(&Sentinel) { in NonRelocatableStringpool() 49 return getNextEntry(&Sentinel); in getFirstEntry() 63 MapTy::MapEntryTy Sentinel, *Last; variable
|
/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/Analysis/ |
D | IVUsers.h | 108 return static_cast<IVStrideUse*>(&Sentinel); 117 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/ADT/ |
D | ilist.h | 102 static void noteHead(NodeTy *NewHead, NodeTy *Sentinel) { in noteHead() 103 ilist_traits<NodeTy>::setPrev(NewHead, Sentinel); in noteHead() 123 return static_cast<NodeTy *>(&Sentinel); in createSentinel() 132 mutable ilist_node<NodeTy> Sentinel; 142 return static_cast<NodeTy *>(&Sentinel); in createSentinel() 151 mutable ilist_half_node<NodeTy> Sentinel;
|
D | SparseBitVector.h | 252 Element *createSentinel() const { return static_cast<Element *>(&Sentinel); } 260 mutable ilist_half_node<Element> Sentinel;
|
/external/llvm/include/llvm/IR/ |
D | Module.h | 43 return static_cast<NamedMDNode*>(&Sentinel); 54 mutable ilist_node<NamedMDNode> Sentinel;
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineFunction.h | 51 mutable ilist_half_node<MachineBasicBlock> Sentinel; 54 return static_cast<MachineBasicBlock*>(&Sentinel);
|
D | SlotIndexes.h | 75 mutable ilist_half_node<IndexListEntry> Sentinel; 78 return static_cast<IndexListEntry*>(&Sentinel);
|
D | MachineBasicBlock.h | 42 mutable ilist_half_node<MachineInstr> Sentinel; 50 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/Option/ |
D | OptParser.td | 22 bit Sentinel = sentinel;
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 2430 Value *Sentinel = FI->second.first; in SetInstName() local 2431 if (Sentinel->getType() != Inst->getType()) in SetInstName() 2435 Sentinel->replaceAllUsesWith(Inst); in SetInstName() 2436 delete Sentinel; in SetInstName() 2447 Value *Sentinel = FI->second.first; in SetInstName() local 2448 if (Sentinel->getType() != Inst->getType()) in SetInstName() 2452 Sentinel->replaceAllUsesWith(Inst); in SetInstName() 2453 delete Sentinel; in SetInstName()
|
/external/llvm/lib/Support/ |
D | YAMLParser.cpp | 154 return &Sentinel; in createSentinel() 163 mutable Token Sentinel; member
|
/external/clang/include/clang/Basic/ |
D | Attr.td | 1321 def Sentinel : InheritableAttr { 1323 let Args = [DefaultIntArgument<"Sentinel", 0>,
|
D | DiagnosticGroups.td | 331 def Sentinel : DiagGroup<"sentinel">;
|
D | DiagnosticSemaKinds.td | 4110 InGroup<Sentinel>; 4113 InGroup<Sentinel>;
|
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 2107 if (SentinelAttr *Sentinel = FunctionOrMethod->getAttr<SentinelAttr>()) in MaybeAddSentinel() local 2108 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-tv-pairing-protocol/cpp/m4/ |
D | libtool.m4 | 6423 # 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
|
/external/libmtp/m4/ |
D | libtool.m4 | 6406 # Sentinel used to keep track of whether or not we are before
|
/external/libusb-compat/m4/ |
D | libtool.m4 | 6416 # Sentinel used to keep track of whether or not we are before
|