Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
DUnreachableCodeChecker.cpp83 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()
193 const Stmt *UnreachableCodeChecker::getUnreachableStmt(const CFGBlock *CB) { in getUnreachableStmt()
209 bool UnreachableCodeChecker::isInvalidPath(const CFGBlock *CB, in isInvalidPath()
242 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()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/
DReachableCode.cpp123 clang::reachable_code::Callback &CB) { in scanBackwards()
250 clang::reachable_code::Callback &CB) { in reportDeadCode()
295 void FindUnreachableCode(AnalysisDeclContext &AC, Callback &CB) { in FindUnreachableCode()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DEnvironment.cpp154 MarkLiveCallback CB(SymReaper); in removeDeadBindings() local
/freebsd-10-stable/contrib/nvi/common/
Dcommon.h24 typedef struct _cb CB; typedef
/freebsd-10-stable/contrib/groff/font/devlj4/generate/
DMakefile94 CB: $(AUTOFONT)/9nb00061.tfm $(TEXTMAP) target
/freebsd-10-stable/contrib/groff/font/devps/generate/
DMakefile90 CB: target
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/
DFlattenCFG.cpp266 BasicBlock *CB; in FlattenParallelAndOr() local
DSimplifyCFG.cpp1630 ConstantInt *CB = dyn_cast<ConstantInt>(PN->getIncomingValue(i)); in FoldCondBranchOnPHI() local
/freebsd-10-stable/libexec/getty/
Dgettytab.h154 #define CB gettyflags[7].value macro
/freebsd-10-stable/contrib/llvm/lib/Analysis/
DAliasAnalysis.cpp430 CapturesBefore CB(I, DT); in callCapturesBefore() local
DInstructionSimplify.cpp2702 if (ConstantInt *CB = dyn_cast<ConstantInt>(CondVal)) in SimplifySelectInst() local
DScalarEvolution.cpp5529 if (ConstantInt *CB = in HowFarToZero() local
6642 if (ConstantInt *CB = in getNumIterationsInRange() local
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
DImmutableMap.h191 CBWrapper<Callback> CB; in foreach() local
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1419 CaseBlock CB(Condition, BOp->getOperand(0), in EmitBranchForMergedCondition() local
1427 CaseBlock CB(ISD::SETEQ, Cond, ConstantInt::getTrue(*DAG.getContext()), in EmitBranchForMergedCondition() local
1601 CaseBlock CB(ISD::SETEQ, CondVal, ConstantInt::getTrue(*DAG.getContext()), in visitBr() local
1611 void SelectionDAGBuilder::visitSwitchCase(CaseBlock &CB, in visitSwitchCase()
2163 CaseBlock CB(CC, LHS, RHS, MHS, /* truebb */ I->BB, /* falsebb */ FallThrough, in handleSmallSwitchRange() local
2432 CaseBlock CB(ISD::SETLT, SV, C, NULL, TrueBB, FalseBB, CR.CaseBB); in handleBTSplitSwitchCase() local
DSelectionDAG.cpp2484 if (const ConstantFPSDNode *CB = dyn_cast<ConstantFPSDNode>(B)) in isEqualTo() local
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp145 ConstantInt *CB = dyn_cast<ConstantInt>(B); in MaintainNoSignedWrap() local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DTargetInfo.cpp5461 CoerceBuilder CB(getVMContext(), getDataLayout()); in classifyType() local