/external/llvm/include/llvm/IR/ |
D | InstVisitor.h | 114 RetTy visit(Instruction *I) { return visit(*I); } in visit() 118 RetTy visit(Instruction &I) { in visit() 166 RetTy visitReturnInst(ReturnInst &I) { DELEGATE(TerminatorInst);} in visitReturnInst() 167 RetTy visitBranchInst(BranchInst &I) { DELEGATE(TerminatorInst);} in visitBranchInst() 168 RetTy visitSwitchInst(SwitchInst &I) { DELEGATE(TerminatorInst);} in visitSwitchInst() 169 RetTy visitIndirectBrInst(IndirectBrInst &I) { DELEGATE(TerminatorInst);} in visitIndirectBrInst() 170 RetTy visitResumeInst(ResumeInst &I) { DELEGATE(TerminatorInst);} in visitResumeInst() 171 RetTy visitUnreachableInst(UnreachableInst &I) { DELEGATE(TerminatorInst);} in visitUnreachableInst() 172 RetTy visitCleanupReturnInst(CleanupReturnInst &I) { DELEGATE(TerminatorInst);} in visitCleanupReturnInst() 173 RetTy visitCatchReturnInst(CatchReturnInst &I) { DELEGATE(TerminatorInst); } in visitCatchReturnInst() [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | InstVisitor.h | 111 RetTy visit(Instruction *I) { return visit(*I); } in visit() 115 RetTy visit(Instruction &I) { in visit() 160 RetTy visitReturnInst(ReturnInst &I) { DELEGATE(TerminatorInst);} in visitReturnInst() 161 RetTy visitBranchInst(BranchInst &I) { DELEGATE(TerminatorInst);} in visitBranchInst() 162 RetTy visitSwitchInst(SwitchInst &I) { DELEGATE(TerminatorInst);} in visitSwitchInst() 163 RetTy visitIndirectBrInst(IndirectBrInst &I) { DELEGATE(TerminatorInst);} in visitIndirectBrInst() 164 RetTy visitInvokeInst(InvokeInst &I) { DELEGATE(TerminatorInst);} in visitInvokeInst() 165 RetTy visitUnwindInst(UnwindInst &I) { DELEGATE(TerminatorInst);} in visitUnwindInst() 166 RetTy visitResumeInst(ResumeInst &I) { DELEGATE(TerminatorInst);} in visitResumeInst() 167 RetTy visitUnreachableInst(UnreachableInst &I) { DELEGATE(TerminatorInst);} in visitUnreachableInst() [all …]
|
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/ |
D | get_long_double_en_US.pass.cpp | 64 typedef input_iterator<const char*> I; in main() typedef 75 typedef input_iterator<const char*> I; in main() typedef 86 typedef input_iterator<const char*> I; in main() typedef 97 typedef input_iterator<const char*> I; in main() typedef 108 typedef input_iterator<const char*> I; in main() typedef 119 typedef input_iterator<const char*> I; in main() typedef 131 typedef input_iterator<const char*> I; in main() typedef 143 typedef input_iterator<const char*> I; in main() typedef 155 typedef input_iterator<const char*> I; in main() typedef 167 typedef input_iterator<const char*> I; in main() typedef [all …]
|
D | get_long_double_ru_RU.pass.cpp | 72 typedef input_iterator<const char*> I; in main() typedef 83 typedef input_iterator<const char*> I; in main() typedef 94 typedef input_iterator<const char*> I; in main() typedef 105 typedef input_iterator<const char*> I; in main() typedef 116 typedef input_iterator<const char*> I; in main() typedef 127 typedef input_iterator<const char*> I; in main() typedef 139 typedef input_iterator<const char*> I; in main() typedef 151 typedef input_iterator<const char*> I; in main() typedef 163 typedef input_iterator<const char*> I; in main() typedef 175 typedef input_iterator<const char*> I; in main() typedef [all …]
|
D | get_long_double_zh_CN.pass.cpp | 67 typedef input_iterator<const char*> I; in main() typedef 78 typedef input_iterator<const char*> I; in main() typedef 89 typedef input_iterator<const char*> I; in main() typedef 100 typedef input_iterator<const char*> I; in main() typedef 111 typedef input_iterator<const char*> I; in main() typedef 122 typedef input_iterator<const char*> I; in main() typedef 134 typedef input_iterator<const char*> I; in main() typedef 146 typedef input_iterator<const char*> I; in main() typedef 158 typedef input_iterator<const char*> I; in main() typedef 170 typedef input_iterator<const char*> I; in main() typedef [all …]
|
D | get_string_en_US.pass.cpp | 64 typedef input_iterator<const char*> I; in main() typedef 75 typedef input_iterator<const char*> I; in main() typedef 86 typedef input_iterator<const char*> I; in main() typedef 97 typedef input_iterator<const char*> I; in main() typedef 108 typedef input_iterator<const char*> I; in main() typedef 119 typedef input_iterator<const char*> I; in main() typedef 131 typedef input_iterator<const char*> I; in main() typedef 143 typedef input_iterator<const char*> I; in main() typedef 155 typedef input_iterator<const char*> I; in main() typedef 167 typedef input_iterator<const char*> I; in main() typedef [all …]
|
D | get_long_double_fr_FR.pass.cpp | 66 typedef input_iterator<const char*> I; in main() typedef 77 typedef input_iterator<const char*> I; in main() typedef 88 typedef input_iterator<const char*> I; in main() typedef 99 typedef input_iterator<const char*> I; in main() typedef 110 typedef input_iterator<const char*> I; in main() typedef 122 typedef input_iterator<const char*> I; in main() typedef 134 typedef input_iterator<const char*> I; in main() typedef 145 typedef input_iterator<const char*> I; in main() typedef 157 typedef input_iterator<const char*> I; in main() typedef 168 typedef input_iterator<const char*> I; in main() typedef [all …]
|
/external/clang/test/SemaCXX/ |
D | cdtor-fn-try-block.cpp | 6 int I; member 20 int I; member 33 static int I; member 42 int D::I; member in D 45 int I; member 62 static int I; member 65 int F::I; member in F 84 int I = E; // ok local 88 struct I { struct 91 I() { in I() argument
|
/external/clang/test/OpenMP/ |
D | distribute_simd_loop_messages.cpp | 475 for (GoodIter I = begin; I < end; ++I) in test_with_random_access_iterator() local 481 for (GoodIter &I = begin; I < end; ++I) in test_with_random_access_iterator() local 486 for (GoodIter I = begin; I >= end; --I) in test_with_random_access_iterator() local 492 for (GoodIter I(begin); I < end; ++I) in test_with_random_access_iterator() local 498 for (GoodIter I(nullptr); I < end; ++I) in test_with_random_access_iterator() local 504 for (GoodIter I(0); I < end; ++I) in test_with_random_access_iterator() local 510 for (GoodIter I(1,2); I < end; ++I) in test_with_random_access_iterator() local 537 for (GoodIter I = begin; I - I; ++I) in test_with_random_access_iterator() local 543 for (GoodIter I = begin; begin < end; ++I) in test_with_random_access_iterator() local 549 for (GoodIter I = begin; !I; ++I) in test_with_random_access_iterator() local [all …]
|
D | simd_loop_messages.cpp | 367 for (GoodIter I = begin; I < end; ++I) in test_with_random_access_iterator() local 371 for (GoodIter &I = begin; I < end; ++I) in test_with_random_access_iterator() local 374 for (GoodIter I = begin; I >= end; --I) in test_with_random_access_iterator() local 378 for (GoodIter I(begin); I < end; ++I) in test_with_random_access_iterator() local 382 for (GoodIter I(nullptr); I < end; ++I) in test_with_random_access_iterator() local 386 for (GoodIter I(0); I < end; ++I) in test_with_random_access_iterator() local 390 for (GoodIter I(1,2); I < end; ++I) in test_with_random_access_iterator() local 407 for (GoodIter I = begin; I - I; ++I) in test_with_random_access_iterator() local 411 for (GoodIter I = begin; begin < end; ++I) in test_with_random_access_iterator() local 415 for (GoodIter I = begin; !I; ++I) in test_with_random_access_iterator() local [all …]
|
D | for_simd_loop_messages.cpp | 432 for (GoodIter I = begin; I < end; ++I) in test_with_random_access_iterator() local 437 for (GoodIter &I = begin; I < end; ++I) in test_with_random_access_iterator() local 441 for (GoodIter I = begin; I >= end; --I) in test_with_random_access_iterator() local 446 for (GoodIter I(begin); I < end; ++I) in test_with_random_access_iterator() local 451 for (GoodIter I(nullptr); I < end; ++I) in test_with_random_access_iterator() local 456 for (GoodIter I(0); I < end; ++I) in test_with_random_access_iterator() local 461 for (GoodIter I(1, 2); I < end; ++I) in test_with_random_access_iterator() local 485 for (GoodIter I = begin; I - I; ++I) in test_with_random_access_iterator() local 490 for (GoodIter I = begin; begin < end; ++I) in test_with_random_access_iterator() local 495 for (GoodIter I = begin; !I; ++I) in test_with_random_access_iterator() local [all …]
|
D | parallel_for_loop_messages.cpp | 377 for (GoodIter I = begin; I < end; ++I) in test_with_random_access_iterator() local 381 for (GoodIter &I = begin; I < end; ++I) in test_with_random_access_iterator() local 384 for (GoodIter I = begin; I >= end; --I) in test_with_random_access_iterator() local 388 for (GoodIter I(begin); I < end; ++I) in test_with_random_access_iterator() local 392 for (GoodIter I(nullptr); I < end; ++I) in test_with_random_access_iterator() local 396 for (GoodIter I(0); I < end; ++I) in test_with_random_access_iterator() local 400 for (GoodIter I(1, 2); I < end; ++I) in test_with_random_access_iterator() local 419 for (GoodIter I = begin; I - I; ++I) in test_with_random_access_iterator() local 423 for (GoodIter I = begin; begin < end; ++I) in test_with_random_access_iterator() local 427 for (GoodIter I = begin; !I; ++I) in test_with_random_access_iterator() local [all …]
|
D | target_parallel_for_simd_loop_messages.cpp | 377 for (GoodIter I = begin; I < end; ++I) in test_with_random_access_iterator() local 381 for (GoodIter &I = begin; I < end; ++I) in test_with_random_access_iterator() local 384 for (GoodIter I = begin; I >= end; --I) in test_with_random_access_iterator() local 388 for (GoodIter I(begin); I < end; ++I) in test_with_random_access_iterator() local 392 for (GoodIter I(nullptr); I < end; ++I) in test_with_random_access_iterator() local 396 for (GoodIter I(0); I < end; ++I) in test_with_random_access_iterator() local 400 for (GoodIter I(1, 2); I < end; ++I) in test_with_random_access_iterator() local 419 for (GoodIter I = begin; I - I; ++I) in test_with_random_access_iterator() local 423 for (GoodIter I = begin; begin < end; ++I) in test_with_random_access_iterator() local 427 for (GoodIter I = begin; !I; ++I) in test_with_random_access_iterator() local [all …]
|
D | target_parallel_for_loop_messages.cpp | 377 for (GoodIter I = begin; I < end; ++I) in test_with_random_access_iterator() local 381 for (GoodIter &I = begin; I < end; ++I) in test_with_random_access_iterator() local 384 for (GoodIter I = begin; I >= end; --I) in test_with_random_access_iterator() local 388 for (GoodIter I(begin); I < end; ++I) in test_with_random_access_iterator() local 392 for (GoodIter I(nullptr); I < end; ++I) in test_with_random_access_iterator() local 396 for (GoodIter I(0); I < end; ++I) in test_with_random_access_iterator() local 400 for (GoodIter I(1, 2); I < end; ++I) in test_with_random_access_iterator() local 419 for (GoodIter I = begin; I - I; ++I) in test_with_random_access_iterator() local 423 for (GoodIter I = begin; begin < end; ++I) in test_with_random_access_iterator() local 427 for (GoodIter I = begin; !I; ++I) in test_with_random_access_iterator() local [all …]
|
D | taskloop_loop_messages.cpp | 451 for (GoodIter I = begin; I < end; ++I) in test_with_random_access_iterator() local 456 for (GoodIter &I = begin; I < end; ++I) in test_with_random_access_iterator() local 460 for (GoodIter I = begin; I >= end; --I) in test_with_random_access_iterator() local 465 for (GoodIter I(begin); I < end; ++I) in test_with_random_access_iterator() local 470 for (GoodIter I(nullptr); I < end; ++I) in test_with_random_access_iterator() local 475 for (GoodIter I(0); I < end; ++I) in test_with_random_access_iterator() local 480 for (GoodIter I(1, 2); I < end; ++I) in test_with_random_access_iterator() local 504 for (GoodIter I = begin; I - I; ++I) in test_with_random_access_iterator() local 509 for (GoodIter I = begin; begin < end; ++I) in test_with_random_access_iterator() local 514 for (GoodIter I = begin; !I; ++I) in test_with_random_access_iterator() local [all …]
|
D | distribute_parallel_for_simd_loop_messages.cpp | 482 for (GoodIter I = begin; I < end; ++I) in test_with_random_access_iterator() local 488 for (GoodIter &I = begin; I < end; ++I) in test_with_random_access_iterator() local 493 for (GoodIter I = begin; I >= end; --I) in test_with_random_access_iterator() local 499 for (GoodIter I(begin); I < end; ++I) in test_with_random_access_iterator() local 505 for (GoodIter I(nullptr); I < end; ++I) in test_with_random_access_iterator() local 511 for (GoodIter I(0); I < end; ++I) in test_with_random_access_iterator() local 517 for (GoodIter I(1, 2); I < end; ++I) in test_with_random_access_iterator() local 546 for (GoodIter I = begin; I - I; ++I) in test_with_random_access_iterator() local 552 for (GoodIter I = begin; begin < end; ++I) in test_with_random_access_iterator() local 558 for (GoodIter I = begin; !I; ++I) in test_with_random_access_iterator() local [all …]
|
D | taskloop_simd_loop_messages.cpp | 452 for (GoodIter I = begin; I < end; ++I) in test_with_random_access_iterator() local 457 for (GoodIter &I = begin; I < end; ++I) in test_with_random_access_iterator() local 461 for (GoodIter I = begin; I >= end; --I) in test_with_random_access_iterator() local 466 for (GoodIter I(begin); I < end; ++I) in test_with_random_access_iterator() local 471 for (GoodIter I(nullptr); I < end; ++I) in test_with_random_access_iterator() local 476 for (GoodIter I(0); I < end; ++I) in test_with_random_access_iterator() local 481 for (GoodIter I(1, 2); I < end; ++I) in test_with_random_access_iterator() local 505 for (GoodIter I = begin; I - I; ++I) in test_with_random_access_iterator() local 510 for (GoodIter I = begin; begin < end; ++I) in test_with_random_access_iterator() local 515 for (GoodIter I = begin; !I; ++I) in test_with_random_access_iterator() local [all …]
|
D | parallel_for_simd_loop_messages.cpp | 378 for (GoodIter I = begin; I < end; ++I) in test_with_random_access_iterator() local 382 for (GoodIter &I = begin; I < end; ++I) in test_with_random_access_iterator() local 385 for (GoodIter I = begin; I >= end; --I) in test_with_random_access_iterator() local 389 for (GoodIter I(begin); I < end; ++I) in test_with_random_access_iterator() local 393 for (GoodIter I(nullptr); I < end; ++I) in test_with_random_access_iterator() local 397 for (GoodIter I(0); I < end; ++I) in test_with_random_access_iterator() local 401 for (GoodIter I(1, 2); I < end; ++I) in test_with_random_access_iterator() local 420 for (GoodIter I = begin; I - I; ++I) in test_with_random_access_iterator() local 424 for (GoodIter I = begin; begin < end; ++I) in test_with_random_access_iterator() local 428 for (GoodIter I = begin; !I; ++I) in test_with_random_access_iterator() local [all …]
|
D | for_loop_messages.cpp | 463 for (GoodIter I = begin; I < end; ++I) in test_with_random_access_iterator() local 468 for (GoodIter &I = begin; I < end; ++I) in test_with_random_access_iterator() local 472 for (GoodIter I = begin; I >= end; --I) in test_with_random_access_iterator() local 477 for (GoodIter I(begin); I < end; ++I) in test_with_random_access_iterator() local 482 for (GoodIter I(nullptr); I < end; ++I) in test_with_random_access_iterator() local 487 for (GoodIter I(0); I < end; ++I) in test_with_random_access_iterator() local 492 for (GoodIter I(1, 2); I < end; ++I) in test_with_random_access_iterator() local 516 for (GoodIter I = begin; I - I; ++I) in test_with_random_access_iterator() local 521 for (GoodIter I = begin; begin < end; ++I) in test_with_random_access_iterator() local 526 for (GoodIter I = begin; !I; ++I) in test_with_random_access_iterator() local [all …]
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | FunctionSummary.h | 61 MapTy::iterator I = Map.find(D); in findOrInsertSummary() local 72 MapTy::iterator I = findOrInsertSummary(D); in markMayInline() local 78 MapTy::iterator I = findOrInsertSummary(D); in markShouldNotInline() local 88 MapTy::const_iterator I = Map.find(D); in mayInline() local 95 MapTy::iterator I = findOrInsertSummary(D); in markVisitedBasicBlock() local 106 MapTy::const_iterator I = Map.find(D); in getNumVisitedBasicBlocks() local 113 MapTy::const_iterator I = Map.find(D); in getNumTimesInlined() local 120 MapTy::iterator I = findOrInsertSummary(D); in bumpNumTimesInlined() local 126 MapTy::const_iterator I = Map.find(D); in getPercentBlocksReachable() local
|
/external/llvm/lib/Analysis/ |
D | Lint.cpp | 204 Instruction &I = *CS.getInstruction(); in visitCallSite() local 351 void Lint::visitCallInst(CallInst &I) { in visitCallInst() 355 void Lint::visitInvokeInst(InvokeInst &I) { in visitInvokeInst() 359 void Lint::visitReturnInst(ReturnInst &I) { in visitReturnInst() 372 void Lint::visitMemoryReference(Instruction &I, in visitMemoryReference() 463 void Lint::visitLoadInst(LoadInst &I) { in visitLoadInst() 469 void Lint::visitStoreInst(StoreInst &I) { in visitStoreInst() 476 void Lint::visitXor(BinaryOperator &I) { in visitXor() 481 void Lint::visitSub(BinaryOperator &I) { in visitSub() 486 void Lint::visitLShr(BinaryOperator &I) { in visitLShr() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | CloneModule.cpp | 42 for (Module::lib_iterator I = M->lib_begin(), E = M->lib_end(); I != E; ++I) in CloneModule() local 49 for (Module::const_global_iterator I = M->global_begin(), E = M->global_end(); in CloneModule() local 63 for (Module::const_iterator I = M->begin(), E = M->end(); I != E; ++I) { in CloneModule() local 72 for (Module::const_alias_iterator I = M->alias_begin(), E = M->alias_end(); in CloneModule() local 84 for (Module::const_global_iterator I = M->global_begin(), E = M->global_end(); in CloneModule() local 93 for (Module::const_iterator I = M->begin(), E = M->end(); I != E; ++I) { in CloneModule() local 109 for (Module::const_alias_iterator I = M->alias_begin(), E = M->alias_end(); in CloneModule() local 117 for (Module::const_named_metadata_iterator I = M->named_metadata_begin(), in CloneModule() local
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | Lint.cpp | 193 Instruction &I = *CS.getInstruction(); in visitCallSite() local 342 void Lint::visitCallInst(CallInst &I) { in visitCallInst() 346 void Lint::visitInvokeInst(InvokeInst &I) { in visitInvokeInst() 350 void Lint::visitReturnInst(ReturnInst &I) { in visitReturnInst() 365 void Lint::visitMemoryReference(Instruction &I, in visitMemoryReference() 423 void Lint::visitLoadInst(LoadInst &I) { in visitLoadInst() 429 void Lint::visitStoreInst(StoreInst &I) { in visitStoreInst() 436 void Lint::visitXor(BinaryOperator &I) { in visitXor() 442 void Lint::visitSub(BinaryOperator &I) { in visitSub() 448 void Lint::visitLShr(BinaryOperator &I) { in visitLShr() [all …]
|
/external/clang/lib/Basic/ |
D | Module.cpp | 52 for (submodule_iterator I = submodule_begin(), IEnd = submodule_end(); in ~Module() local 87 for (unsigned I = 0, N = Current->Requirements.size(); I != N; ++I) { in isAvailable() local 131 for (SmallVectorImpl<StringRef>::reverse_iterator I = Names.rbegin(), in getFullModuleName() local 162 I = TopHeaderNames.begin(), E = TopHeaderNames.end(); I != E; ++I) { in getTopHeaders() local 234 for (unsigned I = 0, N = Id.size(); I != N; ++I) { in printModuleId() local 243 for (std::vector<Module *>::const_iterator I = SubModules.begin(), in getExportedModules() local 255 for (unsigned I = 0, N = Exports.size(); I != N; ++I) { in getExportedModules() local 283 for (unsigned I = 0, N = Imports.size(); I != N; ++I) { in getExportedModules() local 342 for (unsigned I = 0, N = Requirements.size(); I != N; ++I) { in print() local 369 for (unsigned I = 0, N = ConfigMacros.size(); I != N; ++I) { in print() local [all …]
|
/external/llvm/lib/IR/ |
D | LLVMContextImpl.cpp | 62 for (auto *I : DistinctMDNodes) in ~LLVMContextImpl() local 84 for (auto *I : ExprConstants) in ~LLVMContextImpl() local 86 for (auto *I : ArrayConstants) in ~LLVMContextImpl() local 88 for (auto *I : StructConstants) in ~LLVMContextImpl() local 90 for (auto *I : VectorConstants) in ~LLVMContextImpl() local 108 for (FoldingSetIterator<AttributeImpl> I = AttrsSet.begin(), in ~LLVMContextImpl() local 115 for (FoldingSetIterator<AttributeSetImpl> 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 210 auto I = BundleTagCache.find(Tag); in getOperandBundleTagID() local
|