/external/clang/lib/StaticAnalyzer/Checkers/ |
D | UnreachableCodeChecker.cpp | 83 const CFGBlock *CB = BE->getBlock(); in checkEndAnalysis() local 101 const CFGBlock *CB = *I; in checkEndAnalysis() local 174 void UnreachableCodeChecker::FindUnreachableEntryPoints(const CFGBlock *CB, in FindUnreachableEntryPoints() 196 const Stmt *UnreachableCodeChecker::getUnreachableStmt(const CFGBlock *CB) { in getUnreachableStmt() 212 bool UnreachableCodeChecker::isInvalidPath(const CFGBlock *CB, in isInvalidPath() 247 bool UnreachableCodeChecker::isEmptyCFGBlock(const CFGBlock *CB) { in isEmptyCFGBlock()
|
D | AnalyzerStatsChecker.cpp | 64 const CFGBlock *CB = BE->getBlock(); in checkEndAnalysis() local 76 const CFGBlock *CB = *I; in checkEndAnalysis() local
|
/external/eigen/blas/fortran/ |
D | lsame.f | 8 CHARACTER CA,CB local
|
/external/ltrace/ |
D | vect.h | 161 #define VECT_EACH(VECP, ELT_TYPE, START_AFTER, CB, DATA) \ argument 180 #define VECT_EACH_CST(VECP, ELT_TYPE, START_AFTER, CB, DATA) \ argument
|
D | dict.h | 213 #define DICT_EACH(DICTP, KEY_TYPE, VALUE_TYPE, START_AFTER, CB, DATA) \ argument
|
/external/clang/test/Modules/Inputs/ |
D | redecl-add-after-load-decls.h | 15 typedef C::A CB; typedef
|
/external/clang/tools/libclang/ |
D | CIndexInclusionStack.cpp | 25 void clang_getInclusions(CXTranslationUnit TU, CXInclusionVisitor CB, in clang_getInclusions()
|
D | Indexing.cpp | 509 IndexerCallbacks CB; in clang_indexSourceFile_Impl() local 763 IndexerCallbacks CB; in clang_indexTranslationUnit_Impl() local
|
D | IndexingContext.h | 279 IndexerCallbacks &CB; variable
|
/external/clang/test/Modules/ |
D | redecl-add-after-load.cpp | 24 typedef C::A CB; typedef
|
/external/compiler-rt/test/tsan/ |
D | deadlock_detector_stress_test.cc | 553 struct CB { struct in LockTest 554 void (LockTest::*f)(); 555 LockTest *lt;
|
/external/clang/lib/Analysis/ |
D | ReachableCode.cpp | 443 clang::reachable_code::Callback &CB) { in scanBackwards() 571 clang::reachable_code::Callback &CB) { in reportDeadCode() 638 Callback &CB) { in FindUnreachableCode()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | Environment.cpp | 155 MarkLiveCallback CB(SymReaper); in removeDeadBindings() local
|
/external/llvm/lib/Analysis/ |
D | CaptureTracking.cpp | 159 CapturesBefore CB(ReturnCaptures, I, DT, IncludeI); in PointerMayBeCapturedBefore() local
|
D | InstructionSimplify.cpp | 3156 if (Constant *CB = dyn_cast<Constant>(CondVal)) { in SimplifySelectInst() local
|
D | ScalarEvolution.cpp | 6082 if (ConstantInt *CB = in HowFarToZero() local 7508 if (ConstantInt *CB = in getNumIterationsInRange() local
|
/external/llvm/lib/Transforms/Utils/ |
D | FlattenCFG.cpp | 269 BasicBlock *CB; in FlattenParallelAndOr() local
|
D | SimplifyCFG.cpp | 1710 ConstantInt *CB = dyn_cast<ConstantInt>(PN->getIncomingValue(i)); in FoldCondBranchOnPHI() local
|
/external/compiler-rt/lib/asan/tests/ |
D | asan_noinst_test.cc | 225 typedef void (*CB)(uptr p); in TEST() typedef
|
/external/llvm/unittests/Support/ |
D | Casting.cpp | 291 const pointer_wrappers::PTy CB(&B); variable
|
/external/llvm/include/llvm/ADT/ |
D | ImmutableMap.h | 191 CBWrapper<Callback> CB; in foreach() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 791 if (ConstantInt *CB = dyn_cast<ConstantInt>(B)) { in FoldSPFofSPF() local
|
D | InstructionCombining.cpp | 124 ConstantInt *CB = dyn_cast<ConstantInt>(B); in MaintainNoSignedWrap() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 1436 CaseBlock CB(Condition, BOp->getOperand(0), BOp->getOperand(1), nullptr, in EmitBranchForMergedCondition() local 1444 CaseBlock CB(ISD::SETEQ, Cond, ConstantInt::getTrue(*DAG.getContext()), in EmitBranchForMergedCondition() local 1661 CaseBlock CB(ISD::SETEQ, CondVal, ConstantInt::getTrue(*DAG.getContext()), in visitBr() local 1671 void SelectionDAGBuilder::visitSwitchCase(CaseBlock &CB, in visitSwitchCase() 2238 CaseBlock CB(CC, LHS, RHS, MHS, /* truebb */ I->BB, /* falsebb */ FallThrough, in handleSmallSwitchRange() local 2503 CaseBlock CB(ISD::SETLT, SV, C, nullptr, TrueBB, FalseBB, CR.CaseBB); in splitSwitchCase() local
|
/external/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 6228 CoerceBuilder CB(getVMContext(), getDataLayout()); in classifyType() local
|