Searched refs:CB (Results 1 - 25 of 50) sorted by relevance

12

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DUnreachableCodeChecker.cpp44 static inline const Stmt *getUnreachableStmt(const CFGBlock *CB);
45 static void FindUnreachableEntryPoints(const CFGBlock *CB,
48 static bool isInvalidPath(const CFGBlock *CB, const ParentMap &PM);
49 static inline bool isEmptyCFGBlock(const CFGBlock *CB);
83 const CFGBlock *CB = BE->getBlock(); local
84 reachable.insert(CB->getBlockID());
101 const CFGBlock *CB = *I; local
103 if (reachable.count(CB->getBlockID()))
107 if (isEmptyCFGBlock(CB))
111 if (!visited.count(CB
174 FindUnreachableEntryPoints(const CFGBlock *CB, CFGBlocksSet &reachable, CFGBlocksSet &visited) argument
193 getUnreachableStmt(const CFGBlock *CB) argument
209 isInvalidPath(const CFGBlock *CB, const ParentMap &PM) argument
242 isEmptyCFGBlock(const CFGBlock *CB) argument
[all...]
H A DAnalyzerStatsChecker.cpp64 const CFGBlock *CB = BE->getBlock(); local
65 reachable.insert(CB);
76 const CFGBlock *CB = *I; local
79 if (!reachable.count(CB)) {
H A DIdempotentOperationChecker.cpp91 const CFGBlock *CB,
540 const CFGBlock *CB,
559 if (destBlock == CB || CRA->isReachable(destBlock, CB))
568 if (destBlock == CB || CRA->isReachable(destBlock, CB))
573 // can eventually reach 'CB'.
600 VisitWL visitWL(AC->getCFGStmtMap(), CB, *CRA);
607 if (!CRA->isReachable(&AC->getCFG()->getEntry(), CB))
539 pathWasCompletelyAnalyzed(AnalysisDeclContext *AC, const CFGBlock *CB, const CoreEngine &CE) argument
/freebsd-10.2-release/gnu/usr.bin/groff/font/devhtml/
H A DMakefile4 FONTS= R I B BI CR CI CB CBI S
/freebsd-10.2-release/contrib/groff/font/devX100/
H A DMakefile.sub2 DEVFILES=DESC TR TI TB TBI CR CI CB CBI HR HI HB HBI NR NI NB NBI S
/freebsd-10.2-release/contrib/groff/font/devX100-12/
H A DMakefile.sub2 DEVFILES=DESC TR TI TB TBI CR CI CB CBI HR HI HB HBI NR NI NB NBI S
/freebsd-10.2-release/contrib/groff/font/devX75/
H A DMakefile.sub2 DEVFILES=DESC TR TI TB TBI CR CI CB CBI HR HI HB HBI NR NI NB NBI S
/freebsd-10.2-release/contrib/groff/font/devX75-12/
H A DMakefile.sub2 DEVFILES=DESC TR TI TB TBI CR CI CB CBI HR HI HB HBI NR NI NB NBI S
/freebsd-10.2-release/gnu/usr.bin/groff/font/devlbp/
H A DMakefile6 TB TBI TI TR CR CB CI ER EB EI
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DReachableCode.h52 void FindUnreachableCode(AnalysisDeclContext &AC, Callback &CB);
/freebsd-10.2-release/contrib/groff/font/devhtml/
H A DMakefile.sub2 PROTOFONTS=R I B BI CR CI CB CBI
/freebsd-10.2-release/contrib/groff/font/devlbp/
H A DMakefile.sub7 CR CB CI \
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Analysis/
H A DReachableCode.cpp46 clang::reachable_code::Callback &CB);
53 clang::reachable_code::Callback &CB);
123 clang::reachable_code::Callback &CB) {
156 reportDeadCode(S, CB);
176 reportDeadCode(I->second, CB);
250 clang::reachable_code::Callback &CB) {
253 CB.HandleUnreachable(Loc, R1, R2);
295 void FindUnreachableCode(AnalysisDeclContext &AC, Callback &CB) { argument
327 numReachable += DS.scanBackwards(block, CB);
122 scanBackwards(const clang::CFGBlock *Start, clang::reachable_code::Callback &CB) argument
249 reportDeadCode(const Stmt *S, clang::reachable_code::Callback &CB) argument
/freebsd-10.2-release/contrib/nvi/ex/
H A Dex_display.c31 static void db __P((SCR *, CB *, const char *));
88 CB *cbp;
124 db(SCR *sp, CB *cbp, const char *name)
/freebsd-10.2-release/contrib/nvi/common/
H A Dcommon.h24 typedef struct _cb CB; typedef in typeref:struct:_cb
H A Dcut.c74 CB *cbp;
129 CALLOC_RET(sp, cbp, CB *, 1, sizeof(CB));
196 CB *cbp, *del_cbp = NULL, *pre_cbp = NULL;
225 * PUBLIC: int cut_line __P((SCR *, recno_t, size_t, size_t, CB *));
233 CB *cbp)
274 CB *cbp;
H A Dgs.h107 CB *dcbp; /* Default cut buffer pointer. */
108 CB dcb_store; /* Default cut buffer storage. */
/freebsd-10.2-release/gnu/usr.bin/groff/font/devlj4/
H A DMakefile8 ALBB ALBR AOB AOI AOR CB CBI CI CR GB GBI GI GR \
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp266 BasicBlock *CB;
273 CB = PBI->getSuccessor(1 - Idx);
277 .splice(FirstCondBlock->end(), CB->getInstList());
292 if (CB == LastCondBlock)
295 CB->dropAllReferences();
296 // make CB unreachable and let downstream to delete the block.
297 new UnreachableInst(CB->getContext(), CB);
/freebsd-10.2-release/sbin/hastd/
H A Dtoken.l82 \} { DP; depth--; return CB; }
/freebsd-10.2-release/contrib/groff/font/devlj4/
H A DMakefile.sub8 CB CBI CI CR \
/freebsd-10.2-release/contrib/nvi/vi/
H A Dv_at.c38 CB *cbp;
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h312 template <typename CB> CB scanReachableSymbols(SVal val) const;
313 template <typename CB> CB scanReachableSymbols(const SVal *beg,
316 template <typename CB> CB
774 template <typename CB>
775 CB ProgramState::scanReachableSymbols(SVal val) const {
776 CB cb(this);
781 template <typename CB>
[all...]
/freebsd-10.2-release/contrib/groff/font/devps/
H A DMakefile.sub4 CB CBI CI CR HB HBI HI HR HNB HNBI HNI HNR \
/freebsd-10.2-release/gnu/usr.bin/groff/font/devps/
H A DMakefile6 CB CBI CI CR HB HBI HI HR HNB HNBI HNI HNR \

Completed in 275 milliseconds

12