Home
last modified time | relevance | path

Searched defs:CB (Results 1 – 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/leveldatabase/src/util/
Denv_test.cc38 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/
DUnreachableCodeChecker.cpp80 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()
DAnalyzerStatsChecker.cpp64 const CFGBlock *CB = BE->getBlock(); in checkEndAnalysis() local
76 const CFGBlock *CB = *I; in checkEndAnalysis() local
DIdempotentOperationChecker.cpp540 const CFGBlock *CB, in pathWasCompletelyAnalyzed()
/external/clang/test/Rewriter/
Ddllimport-typedef.c6 typedef __declspec(dllimport) int CB(void); typedef
/external/eigen/blas/
Dlsame.f8 CHARACTER CA,CB local
/external/clang/lib/Analysis/
DReachableCode.cpp120 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/
DCIndexInclusionStack.cpp25 void clang_getInclusions(CXTranslationUnit TU, CXInclusionVisitor CB, in clang_getInclusions()
DIndexing.cpp527 IndexerCallbacks CB; in clang_indexSourceFile_Impl() local
767 IndexerCallbacks CB; in clang_indexTranslationUnit_Impl() local
DIndexingContext.h284 IndexerCallbacks &CB; variable
/external/clang/lib/StaticAnalyzer/Core/
DEnvironment.cpp154 MarkLiveCallback CB(SymReaper); in removeDeadBindings() local
/external/llvm/lib/Transforms/Utils/
DFlattenCFG.cpp266 BasicBlock *CB; in FlattenParallelAndOr() local
DSimplifyCFG.cpp1609 ConstantInt *CB = dyn_cast<ConstantInt>(PN->getIncomingValue(i)); in FoldCondBranchOnPHI() local
/external/llvm/lib/Analysis/
DAliasAnalysis.cpp430 CapturesBefore CB(I, DT); in callCapturesBefore() local
DInstructionSimplify.cpp2689 if (ConstantInt *CB = dyn_cast<ConstantInt>(CondVal)) in SimplifySelectInst() local
DScalarEvolution.cpp5531 if (ConstantInt *CB = in HowFarToZero() local
6592 if (ConstantInt *CB = in getNumIterationsInRange() local
/external/llvm/include/llvm/ADT/
DImmutableMap.h191 CBWrapper<Callback> CB; in foreach() local
/external/chromium_org/net/tools/epoll_server/
Depoll_server.h123 typedef EpollCallbackInterface CB; typedef
/external/chromium/net/tools/flip_server/
Depoll_server.h124 typedef EpollCallbackInterface CB; typedef
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1408 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/
DSDL_yuv_sw.c938 int CR, CB; in SDL_CreateYUV_SW() local
/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp1265 if (ConstantInt *CB = dyn_cast<ConstantInt>(BI->getCondition())){ in SimplifyCode() local
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp145 ConstantInt *CB = dyn_cast<ConstantInt>(B); in MaintainNoSignedWrap() local
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1043 ConstantInt *CB = dyn_cast<ConstantInt>(PtrB); in isConsecutiveAccess() local
/external/clang/lib/CodeGen/
DTargetInfo.cpp5287 CoerceBuilder CB(getVMContext(), getDataLayout()); in classifyType() local

12