/external/chromium_org/third_party/leveldatabase/src/util/ |
D | env_test.cc | 38 struct CB { in TEST() struct 39 port::AtomicPointer* last_id_ptr; // Pointer to shared slot in TEST() 40 uintptr_t id; // Order# for the execution of this callback in TEST() 42 CB(port::AtomicPointer* p, int i) : last_id_ptr(p), id(i) { } in TEST() function 44 static void Run(void* v) { in TEST()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | UnreachableCodeChecker.cpp | 80 const CFGBlock *CB = BE->getBlock(); in checkEndAnalysis() local 98 const CFGBlock *CB = *I; in checkEndAnalysis() local 171 void UnreachableCodeChecker::FindUnreachableEntryPoints(const CFGBlock *CB, in FindUnreachableEntryPoints() 190 const Stmt *UnreachableCodeChecker::getUnreachableStmt(const CFGBlock *CB) { in getUnreachableStmt() 206 bool UnreachableCodeChecker::isInvalidPath(const CFGBlock *CB, in isInvalidPath() 239 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
|
D | IdempotentOperationChecker.cpp | 540 const CFGBlock *CB, in pathWasCompletelyAnalyzed()
|
/external/clang/test/Rewriter/ |
D | dllimport-typedef.c | 6 typedef __declspec(dllimport) int CB(void); typedef
|
/external/eigen/blas/ |
D | lsame.f | 8 CHARACTER CA,CB local
|
/external/clang/lib/Analysis/ |
D | ReachableCode.cpp | 120 clang::reachable_code::Callback &CB) { in scanBackwards() 247 clang::reachable_code::Callback &CB) { in reportDeadCode() 292 void FindUnreachableCode(AnalysisDeclContext &AC, Callback &CB) { in FindUnreachableCode()
|
/external/clang/tools/libclang/ |
D | CIndexInclusionStack.cpp | 25 void clang_getInclusions(CXTranslationUnit TU, CXInclusionVisitor CB, in clang_getInclusions()
|
D | Indexing.cpp | 527 IndexerCallbacks CB; in clang_indexSourceFile_Impl() local 767 IndexerCallbacks CB; in clang_indexTranslationUnit_Impl() local
|
D | IndexingContext.h | 284 IndexerCallbacks &CB; variable
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | Environment.cpp | 154 MarkLiveCallback CB(SymReaper); in removeDeadBindings() local
|
/external/llvm/lib/Transforms/Utils/ |
D | FlattenCFG.cpp | 266 BasicBlock *CB; in FlattenParallelAndOr() local
|
D | SimplifyCFG.cpp | 1609 ConstantInt *CB = dyn_cast<ConstantInt>(PN->getIncomingValue(i)); in FoldCondBranchOnPHI() local
|
/external/llvm/lib/Analysis/ |
D | AliasAnalysis.cpp | 430 CapturesBefore CB(I, DT); in callCapturesBefore() local
|
D | InstructionSimplify.cpp | 2689 if (ConstantInt *CB = dyn_cast<ConstantInt>(CondVal)) in SimplifySelectInst() local
|
D | ScalarEvolution.cpp | 5531 if (ConstantInt *CB = in HowFarToZero() local 6592 if (ConstantInt *CB = in getNumIterationsInRange() local
|
/external/llvm/include/llvm/ADT/ |
D | ImmutableMap.h | 191 CBWrapper<Callback> CB; in foreach() local
|
/external/chromium_org/net/tools/epoll_server/ |
D | epoll_server.h | 123 typedef EpollCallbackInterface CB; typedef
|
/external/chromium/net/tools/flip_server/ |
D | epoll_server.h | 124 typedef EpollCallbackInterface CB; typedef
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 1408 CaseBlock CB(Condition, BOp->getOperand(0), in EmitBranchForMergedCondition() local 1416 CaseBlock CB(ISD::SETEQ, Cond, ConstantInt::getTrue(*DAG.getContext()), in EmitBranchForMergedCondition() local 1590 CaseBlock CB(ISD::SETEQ, CondVal, ConstantInt::getTrue(*DAG.getContext()), in visitBr() local 1600 void SelectionDAGBuilder::visitSwitchCase(CaseBlock &CB, in visitSwitchCase() 2082 CaseBlock CB(CC, LHS, RHS, MHS, /* truebb */ I->BB, /* falsebb */ FallThrough, in handleSmallSwitchRange() local 2351 CaseBlock CB(ISD::SETULT, SV, C, NULL, TrueBB, FalseBB, CR.CaseBB); in handleBTSplitSwitchCase() local
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
D | SDL_yuv_sw.c | 938 int CR, CB; in SDL_CreateYUV_SW() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopUnswitch.cpp | 1265 if (ConstantInt *CB = dyn_cast<ConstantInt>(BI->getCondition())){ in SimplifyCode() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 145 ConstantInt *CB = dyn_cast<ConstantInt>(B); in MaintainNoSignedWrap() local
|
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 1043 ConstantInt *CB = dyn_cast<ConstantInt>(PtrB); in isConsecutiveAccess() local
|
/external/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 5287 CoerceBuilder CB(getVMContext(), getDataLayout()); in classifyType() local
|