/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/CFGuard/ |
D | CFGuard.cpp | 158 void CFGuard::insertCFGuardCheck(CallBase *CB) { in insertCFGuardCheck() 182 void CFGuard::insertCFGuardDispatch(CallBase *CB) { in insertCFGuardDispatch() 269 auto *CB = dyn_cast<CallBase>(&I); in runOnFunction() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroElide.cpp | 135 for (auto *CB : CoroBegins) { in elideHeapAllocations() local 179 if (auto *CB = dyn_cast<CoroBeginInst>(DA->getFrame())) in shouldElide() local 201 if (auto *CB = dyn_cast<CoroBeginInst>(U)) in processCoroId() local
|
D | CoroEarly.cpp | 149 if (auto *CB = dyn_cast<CoroBeginInst>(U)) in setCannotDuplicate() local
|
D | Coroutines.cpp | 291 auto CB = cast<CoroBeginInst>(II); in buildFrom() local
|
D | CoroFrame.cpp | 525 const CoroBeginInst &CB) { in mightWriteIntoAllocaPtr() 587 auto *CB = Shape.CoroBegin; in insertSpills() local
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bi_test.h | 101 #define INSTRUCTION_CASE(instr, expected, CB) do { \ argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
D | Attributor.h | 174 if (auto *CB = dyn_cast<CallBase>(&V)) in value() local 269 if (auto *CB = dyn_cast<CallBase>(AnchorVal)) in getAssociatedFunction() local
|
/third_party/boost/boost/type_traits/detail/ |
D | composite_member_pointer_type.hpp | 102 typedef typename common_member_class<C1, C2>::type CB; typedef
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | PassInstrumentation.h | 138 : Callbacks(CB) {} in Callbacks() argument
|
/third_party/json/test/thirdparty/Fuzzer/ |
D | FuzzerInternal.h | 158 UserCallback CB; variable
|
D | FuzzerTracePC.h | 119 size_t TracePC::CollectFeatures(Callback CB) { in CollectFeatures()
|
D | FuzzerLoop.cpp | 176 Fuzzer::Fuzzer(UserCallback CB, InputCorpus &Corpus, MutationDispatcher &MD, in Fuzzer()
|
/third_party/node/lib/internal/fs/ |
D | rimraf.js | 46 _rimraf(path, options, function CB(err) { class
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | CodeMoverUtils.cpp | 148 const CallBase *CB = dyn_cast<CallBase>(I); in isSafeToMoveBefore() local
|
D | FlattenCFG.cpp | 280 BasicBlock *CB; in FlattenParallelAndOr() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SwitchLoweringUtils.cpp | 424 CaseBits *CB = &CBV[j]; in buildBitTests() local 446 for (auto &CB : CBV) { in buildBitTests() local
|
/third_party/typescript/tests/cases/conformance/types/intersection/ |
D | intersectionReduction.ts | 138 declare class CB { kind: 'b'; b: string; y: number }; class
|
/third_party/node/deps/npm/node_modules/rimraf/ |
D | rimraf.js | 95 rimraf_(p, options, function CB (er) { class
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | CaptureTracking.cpp | 219 CapturesBefore CB(ReturnCaptures, I, DT, IncludeI, OBB); in PointerMayBeCapturedBefore() local
|
/third_party/mesa3d/src/amd/common/ |
D | ac_perfcounter.h | 73 CB = 0xE, enumerator
|
/third_party/node/deps/npm/node_modules/graceful-fs/ |
D | polyfills.js | 96 fs$rename(from, to, function CB (er) { class
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | ImmutableMap.h | 194 CBWrapper<Callback> CB; in foreach() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | CommandLine.h | 477 std::function<R(Ty)> CB; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 135 auto *CB = GVContext ? dyn_cast<DICommonBlock>(GVContext) : nullptr; in getOrCreateGlobalVariableDIE() local 312 const DICommonBlock *CB, ArrayRef<GlobalExpr> GlobalExprs) { in getOrCreateCommonBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | Attributor.cpp | 1074 auto ReplaceCallSiteUsersWith = [](CallBase &CB, Constant &C) { in manifest() 1092 if (CallBase *CB = dyn_cast<CallBase>(U.getUser())) in manifest() local 1166 CallBase *CB = dyn_cast<CallBase>(RV); in checkForAllReturnedValuesAndReturnInsts() local 1231 CallBase *CB = dyn_cast<CallBase>(It.first); in updateImpl() local 1639 if (auto *CB = dyn_cast<CallBase>(UserI)) { in updateImpl() local 2719 CallBase &CB = cast<CallBase>(getAnchorValue()); in manifest() local 2823 auto *CB = dyn_cast<CallBase>(DeadEndI); in manifest() local 2934 identifyAliveSuccessors(Attributor &A, const CallBase &CB, in identifyAliveSuccessors() 4526 if (auto *CB = dyn_cast<CallBase>(UserI)) { in updateImpl() local
|