/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | InstVisitor.h | 113 RetTy visit(Instruction *I) { return visit(*I); } in visit() 117 RetTy visit(Instruction &I) { in visit() 168 RetTy visitICmpInst(ICmpInst &I) { DELEGATE(CmpInst);} in visitICmpInst() 169 RetTy visitFCmpInst(FCmpInst &I) { DELEGATE(CmpInst);} in visitFCmpInst() 170 RetTy visitAllocaInst(AllocaInst &I) { DELEGATE(UnaryInstruction);} in visitAllocaInst() 171 RetTy visitLoadInst(LoadInst &I) { DELEGATE(UnaryInstruction);} in visitLoadInst() 172 RetTy visitStoreInst(StoreInst &I) { DELEGATE(Instruction);} in visitStoreInst() 173 RetTy visitAtomicCmpXchgInst(AtomicCmpXchgInst &I) { DELEGATE(Instruction);} in visitAtomicCmpXchgInst() 174 RetTy visitAtomicRMWInst(AtomicRMWInst &I) { DELEGATE(Instruction);} in visitAtomicRMWInst() 175 RetTy visitFenceInst(FenceInst &I) { DELEGATE(Instruction);} in visitFenceInst() [all …]
|
D | IntrinsicInst.h | 56 static bool classof(const CallInst *I) { in classof() 71 static bool classof(const IntrinsicInst *I) { in classof() 123 static bool classof(const IntrinsicInst *I) { in classof() 145 static bool classof(const IntrinsicInst *I) { in classof() 161 static bool classof(const IntrinsicInst *I) { in classof() 178 static bool classof(const IntrinsicInst *I) { in classof() 200 static bool classof(const IntrinsicInst *I) { in classof() 230 static bool classof(const IntrinsicInst *I) { in classof() 247 static bool classof(const IntrinsicInst *I) { in classof() 284 static bool classof(const IntrinsicInst *I) { in classof() [all …]
|
/third_party/typescript/tests/cases/compiler/ |
D | collisionExportsRequireAndModule.ts | 4 export interface I { interface 13 export interface I { interface 23 export interface I { interface 29 export interface I { interface 37 export interface I { interface 43 export interface I { interface 52 export interface I { interface 58 export interface I { interface 65 export interface I { interface 71 export interface I { interface [all …]
|
D | collisionExportsRequireAndAmbientModule.ts | 4 export interface I { interface 13 export interface I { interface 23 export interface I { interface 29 export interface I { interface 37 export interface I { interface 43 export interface I { interface 53 export interface I { interface 59 export interface I { interface 66 export interface I { interface 72 export interface I { interface [all …]
|
D | duplicateSymbolsExportMatching.ts | 4 interface I { } interface 8 interface I { } // ok interface 14 export interface I { } // ok interface 18 interface I { } interface 19 interface I { } // ok interface 25 interface I { } interface 26 export interface I { } // error interface
|
D | declarationEmitNameConflicts.ts | 14 export interface I { } interface 28 export interface I { } interface 43 export interface I { } interface 46 export interface I extends M.c.I { } // ok interface 48 export interface I extends M.c.I { } // ok interface
|
D | typeVal.ts | 1 interface I { interface 2 I:number; property 5 var I:I = { I: 3}; variable
|
D | typeofInterface.ts | 1 var I: { a: string}; variable 3 interface I { interface 4 I: number; property
|
D | systemModule17.ts | 6 export interface I {} interface 11 interface I { } interface 15 export interface I { } interface
|
/third_party/boost/libs/move/test/ |
D | unique_ptr_test_utils_end.hpp | 22 struct I struct 25 I() {++count;} in I() argument 26 I(const A&) {++count;} in I() function 27 ~I() {--count;} in ~I() argument
|
/third_party/typescript/tests/baselines/reference/ |
D | typeVal.js | 6 var I:I = { I: 3}; property 12 var I = { I: 3 }; property
|
/third_party/boost/boost/numeric/interval/ |
D | transc.hpp | 30 typedef interval<T, Policies> I; in exp() typedef 40 typedef interval<T, Policies> I; in log() typedef 57 typedef interval<T, Policies> I; in cos() typedef 83 typedef interval<T, Policies> I; in sin() typedef 96 typedef interval<T, Policies> I; in tan() typedef 116 typedef interval<T, Policies> I; in asin() typedef 133 typedef interval<T, Policies> I; in acos() typedef 150 typedef interval<T, Policies> I; in atan() typedef 160 typedef interval<T, Policies> I; in sinh() typedef 170 typedef interval<T, Policies> I; in cosh() typedef [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | Lint.cpp | 226 Instruction &I = *CS.getInstruction(); in visitCallSite() local 394 void Lint::visitCallInst(CallInst &I) { in visitCallInst() 398 void Lint::visitInvokeInst(InvokeInst &I) { in visitInvokeInst() 402 void Lint::visitReturnInst(ReturnInst &I) { in visitReturnInst() 415 void Lint::visitMemoryReference(Instruction &I, in visitMemoryReference() 506 void Lint::visitLoadInst(LoadInst &I) { in visitLoadInst() 512 void Lint::visitStoreInst(StoreInst &I) { in visitStoreInst() 519 void Lint::visitXor(BinaryOperator &I) { in visitXor() 524 void Lint::visitSub(BinaryOperator &I) { in visitSub() 529 void Lint::visitLShr(BinaryOperator &I) { in visitLShr() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | SubtargetFeature.h | 48 for (unsigned I = 0; I != B.size(); ++I) in FeatureBitset() local 55 for (auto I : Init) in FeatureBitset() local 64 constexpr FeatureBitset &set(unsigned I) { in set() 71 constexpr FeatureBitset &reset(unsigned I) { in reset() 78 constexpr FeatureBitset &flip(unsigned I) { in flip() 90 constexpr bool test(unsigned I) const { return (*this)[I]; } in test() 106 for (unsigned I = 0, E = array_lengthof(Bits); I != E; ++I) { variable 118 for (unsigned I = 0, E = array_lengthof(Bits); I != E; ++I) { variable 130 for (unsigned I = 0, E = array_lengthof(Bits); I != E; ++I) { variable 155 for (unsigned I = 0, E = size(); I != E; ++I) { variable
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_ra_coalesce.cpp | 96 for (vvec::iterator I = c2->values.begin(), E = c2->values.end(); I != E; in unify_chunks() local 123 for (vvec::iterator I = c1->values.begin(), E = c1->values.end(); I != E; in chunks_interference() local 127 for (vvec::iterator I = c2->values.begin(), E = c2->values.end(); I != E; in chunks_interference() local 140 for (edge_queue::iterator I = edges.begin(), E = edges.end(); in build_chunks() local 169 for (edge_queue::iterator I = edges.begin(), E = edges.end(); in dump_edges() local 183 for (chunk_vec::iterator I = all_chunks.begin(), E = all_chunks.end(); in dump_chunks() local 194 for (constraint_queue::iterator I = constraints.begin(), in dump_constraint_queue() local 233 for (vvec::iterator I = c->values.begin(), E = c->values.end(); I != E; in get_chunk_interferences() local 242 for (chunk_vec::iterator I = all_chunks.begin(), in build_chunk_queue() local 252 for (constraint_vec::iterator I = all_constraints.begin(), in build_constraint_queue() local [all …]
|
D | sb_def_use.cpp | 40 for (node_iterator I = c->begin(), E = c->end(); I != E; ++I) { in process_phi() local 74 for (node_iterator I = c->begin(), E = c->end(); I != E; ++I) { in run_on() local 90 for (vvec::iterator I = vv.begin(), E = vv.end(); I != E; ++I) { in process_defs() local 109 for (vvec::iterator I = n->src.begin(), E = n->src.end(); I != E; ++I) { in process_uses() local 118 for (vvec::iterator I = v->muse.begin(), E = v->muse.end(); in process_uses() local 130 for (vvec::iterator I = n->dst.begin(), E = n->dst.end(); I != E; ++I) { in process_uses() local 137 for (vvec::iterator I = v->muse.begin(), E = v->muse.end(); in process_uses() local
|
D | sb_gcm.cpp | 52 for (node_iterator N, I = pending.begin(), E = pending.end(); in run() local 111 for (node_iterator I = c->begin(), E = c->end(); I != E; ++I) { in collect_instructions() local 124 for (node_iterator I = c->begin(), E = c->end(); I != E; ++I) { in collect_instructions() local 140 for (node_iterator I = n->begin(), E = n->end(); I != E; ++I) { in sched_early() local 181 for (sq_iterator N, I = ready.begin(), E = ready.end(); I != E; in td_sched_bb() local 202 for (uselist::iterator I = v->uses.begin(), E = v->uses.end(); I != E; ++I) { in td_release_val() local 230 for (vvec::iterator I = v.begin(), E = v.end(); I != E; ++I) { in td_release_uses() local 259 for (node_riterator I = n->rbegin(), E = n->rend(); I != E; ++I) { in sched_late() local 300 for (node_list::iterator I = pending_nodes.begin(), in bu_sched_bb() local 312 for (vvec::iterator I = pending_defs.begin(), E = pending_defs.end(); in bu_sched_bb() local [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | LLVMContextImpl.cpp | 60 for (auto *I : DistinctMDNodes) in ~LLVMContextImpl() local 82 for (auto *I : ExprConstants) in ~LLVMContextImpl() local 84 for (auto *I : ArrayConstants) in ~LLVMContextImpl() local 86 for (auto *I : StructConstants) in ~LLVMContextImpl() local 88 for (auto *I : VectorConstants) in ~LLVMContextImpl() local 107 for (FoldingSetIterator<AttributeImpl> I = AttrsSet.begin(), in ~LLVMContextImpl() local 114 for (FoldingSetIterator<AttributeListImpl> I = AttrsLists.begin(), in ~LLVMContextImpl() local 122 for (FoldingSetIterator<AttributeSetNode> I = AttrsSetNodes.begin(), in ~LLVMContextImpl() local 149 for (auto I = ArrayConstants.begin(), E = ArrayConstants.end(); I != E;) { in dropTriviallyDeadConstantArrays() local 211 auto I = BundleTagCache.find(Tag); in getOperandBundleTagID() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | fallible_iterator.h | 84 static fallible_iterator itr(Underlying I, Error &Err) { in itr() 94 static fallible_iterator end(Underlying I) { in end() 197 fallible_iterator(Underlying I, Error *Err) in fallible_iterator() 216 Underlying I; variable 223 fallible_iterator<Underlying> make_fallible_itr(Underlying I, Error &Err) { in make_fallible_itr() 236 make_fallible_range(Underlying I, Underlying E, Error &Err) { in make_fallible_range()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/InstCombine/ |
D | InstCombineWorklist.h | 40 void Add(Instruction *I) { in Add() 51 if (Instruction *I = dyn_cast<Instruction>(V)) in AddValue() local 72 void Remove(Instruction *I) { in Remove() 83 Instruction *I = Worklist.pop_back_val(); in RemoveOne() local 92 void AddUsersToWorkList(Instruction &I) { in AddUsersToWorkList()
|
/third_party/typescript/tests/baselines/reference/extractFunction/ |
D | extractFunction9.ts | 3 export interface I { x: number }; interface 13 export interface I { x: number }; interface 27 export interface I { x: number }; interface 41 export interface I { x: number }; interface 55 export interface I { x: number }; interface
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCChecker.cpp | 54 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCB)) { in init() local 279 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) { in checkAXOK() local 286 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) { in checkAXOK() local 301 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) { in reportBranchErrors() local 312 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) { in checkHWLoop() local 326 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) { in checkCOFMax1() local 332 MCInst const &I = *BranchLocations[J]; in checkCOFMax1() local 381 for (const auto &I : NewPreds) { in checkPredicates() local 394 for (const auto &I : LatePreds) { in checkPredicates() local 411 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) { in checkNewValues() local [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroInstr.h | 61 static bool classof(const IntrinsicInst *I) { in classof() 73 static bool classof(const IntrinsicInst *I) { in classof() 100 static bool classof(const IntrinsicInst *I) { in classof() 194 static bool classof(const IntrinsicInst *I) { in classof() 240 static bool classof(const IntrinsicInst *I) { in classof() 255 static bool classof(const IntrinsicInst *I) { in classof() 268 static bool classof(const IntrinsicInst *I) { in classof() 280 static bool classof(const IntrinsicInst *I) { in classof() 296 static bool classof(const IntrinsicInst *I) { in classof() 316 static bool classof(const IntrinsicInst *I) { in classof() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineBasicBlock.cpp | 98 I = N->instr_begin(), E = N->instr_end(); I != E; ++I) in addNodeToList() local 161 instr_iterator I = instr_begin(), E = instr_end(); in getFirstNonPHI() local 170 MachineBasicBlock::SkipPHIsAndLabels(MachineBasicBlock::iterator I) { in SkipPHIsAndLabels() 185 MachineBasicBlock::SkipPHIsLabelsAndDebug(MachineBasicBlock::iterator I) { in SkipPHIsLabelsAndDebug() 201 iterator B = begin(), E = end(), I = E; in getFirstTerminator() local 210 instr_iterator B = instr_begin(), E = instr_end(), I = E; in getFirstInstrTerminator() local 225 instr_iterator B = instr_begin(), I = instr_end(); in getLastNonDebugInstr() local 238 for (const_succ_iterator I = succ_begin(), E = succ_end(); I != E; ++I) in hasEHPadSuccessor() local 348 for (auto I = pred_begin(), E = pred_end(); I != E; ++I) { in print() local 361 for (auto I = succ_begin(), E = succ_end(); I != E; ++I) { in print() local [all …]
|
/third_party/boost/boost/proto/detail/ |
D | deprecated.hpp | 42 #define BOOST_PROTO_VARARG_TEMPLATE_AUX_(R, DATA, I, ELEM) \ argument 48 #define BOOST_PROTO_VARARG_TEMPLATE_YES_(R, DATA, I, ELEM) \ argument 62 #define BOOST_PROTO_VARARG_TEMPLATE_NO_(R, DATA, I, ELEM) \ argument 67 #define BOOST_PROTO_VARARG_TEMPLATE_(R, DATA, I, ELEM) \ argument 77 #define BOOST_PROTO_VARARG_TYPE_AUX_(R, DATA, I, ELEM) \ argument 83 #define BOOST_PROTO_TEMPLATE_PARAMS_YES_(R, DATA, I, ELEM) \ argument 101 #define BOOST_PROTO_TEMPLATE_PARAMS_NO_(R, DATA, I, ELEM) \ argument 106 #define BOOST_PROTO_VARARG_TYPE_(R, DATA, I, ELEM) \ argument 118 #define BOOST_PROTO_VARARG_AS_EXPR_(R, DATA, I, ELEM) \ argument
|