Home
last modified time | relevance | path

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

/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.cpp539 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/tools/libclang/
DCIndexInclusionStack.cpp25 void clang_getInclusions(CXTranslationUnit TU, CXInclusionVisitor CB, in clang_getInclusions()
DIndexing.cpp270 IndexerCallbacks CB; in clang_indexSourceFile_Impl() local
518 IndexerCallbacks CB; in clang_indexTranslationUnit_Impl() local
DIndexingContext.h293 IndexerCallbacks &CB; variable
/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/lib/StaticAnalyzer/Core/
DEnvironment.cpp202 MarkLiveCallback CB(SymReaper); in removeDeadBindings() local
/external/llvm/lib/Analysis/
DAliasAnalysis.cpp417 CapturesBefore CB(I, DT); in callCapturesBefore() local
DInstructionSimplify.cpp2513 if (ConstantInt *CB = dyn_cast<ConstantInt>(CondVal)) in SimplifySelectInst() local
DScalarEvolution.cpp5439 if (ConstantInt *CB = in HowFarToZero() local
6492 if (ConstantInt *CB = in getNumIterationsInRange() local
/external/llvm/include/llvm/ADT/
DImmutableMap.h191 CBWrapper<Callback> CB; in foreach() local
/external/chromium/net/tools/flip_server/
Depoll_server.h124 typedef EpollCallbackInterface CB; typedef
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1372 CaseBlock CB(Condition, BOp->getOperand(0), in EmitBranchForMergedCondition() local
1380 CaseBlock CB(ISD::SETEQ, Cond, ConstantInt::getTrue(*DAG.getContext()), in EmitBranchForMergedCondition() local
1554 CaseBlock CB(ISD::SETEQ, CondVal, ConstantInt::getTrue(*DAG.getContext()), in visitBr() local
1564 void SelectionDAGBuilder::visitSwitchCase(CaseBlock &CB, in visitSwitchCase()
2048 CaseBlock CB(CC, LHS, RHS, MHS, /* truebb */ I->BB, /* falsebb */ FallThrough, in handleSmallSwitchRange() local
2314 CaseBlock CB(ISD::SETULT, SV, C, NULL, TrueBB, FalseBB, CR.CaseBB); in handleBTSplitSwitchCase() local
DSelectionDAG.cpp2406 if (const ConstantFPSDNode *CB = dyn_cast<ConstantFPSDNode>(B)) in isEqualTo() 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.cpp1261 if (ConstantInt *CB = dyn_cast<ConstantInt>(BI->getCondition())){ in SimplifyCode() local
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp139 ConstantInt *CB = dyn_cast<ConstantInt>(B); in MaintainNoSignedWrap() local
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1362 ConstantInt *CB = dyn_cast<ConstantInt>(PN->getIncomingValue(i)); in FoldCondBranchOnPHI() local