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

123

/freebsd-10-stable/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-stable/gnu/usr.bin/groff/font/devhtml/
H A DMakefile4 FONTS= R I B BI CR CI CB CBI S
/freebsd-10-stable/gnu/usr.bin/groff/font/devlbp/
H A DMakefile6 TB TBI TI TR CR CB CI ER EB EI
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DReachableCode.h52 void FindUnreachableCode(AnalysisDeclContext &AC, Callback &CB);
/freebsd-10-stable/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-stable/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)
H A Dex_at.c40 CB *cbp;
H A Dex_move.c37 CB cb = {{ 0 }};
/freebsd-10-stable/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. */
H A Dextern.h6 int cut_line __P((SCR *, recno_t, size_t, size_t, CB *));
96 int put __P((SCR *, CB *, CHAR_T *, MARK *, MARK *, int));
H A Dput.c33 * PUBLIC: int put __P((SCR *, CB *, CHAR_T *, MARK *, MARK *, int));
38 CB *cbp,
116 * split plus the first line in the CB. Append each intermediate line
117 * in the CB. Append a line built from the portion of the first line
118 * to the right of the split plus the last line in the CB.
136 /* First line from the CB. */
162 * If no more lines in the CB, append the rest of the original
194 /* Add in last part of the CB. */
216 /* Output any intermediate lines in the CB. */
/freebsd-10-stable/gnu/usr.bin/groff/font/devlj4/
H A DMakefile8 ALBB ALBR AOB AOI AOR CB CBI CI CR GB GBI GI GR \
/freebsd-10-stable/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-stable/sbin/hastd/
H A Dtoken.l82 \} { DP; depth--; return CB; }
/freebsd-10-stable/contrib/nvi/vi/
H A Dv_at.c38 CB *cbp;
/freebsd-10-stable/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-stable/gnu/usr.bin/groff/font/devps/
H A DMakefile6 CB CBI CI CR HB HBI HI HR HNB HNBI HNI HNR \
/freebsd-10-stable/contrib/openbsm/bin/auditdistd/
H A Dparse.y78 %token CB
181 sender_statement: SENDER sender_start sender_entries CB
255 receiver_statement: RECEIVER receiver_start receiver_entries CB
577 sender_host_statement: HOST host_start OB sender_host_entries CB
585 receiver_host_statement: HOST host_start OB receiver_host_entries CB
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A DImmutableMap.h183 CBWrapperRef<Callback> CB(C);
184 Root->foreach(CB);
191 CBWrapper<Callback> CB; local
192 Root->foreach(CB);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp154 MarkLiveCallback CB(SymReaper);
155 ScanReachableSymbols RSScaner(ST, CB);
/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DAliasAnalysis.cpp430 CapturesBefore CB(I, DT);
431 llvm::PointerMayBeCaptured(Object, &CB);
432 if (CB.Captured)

Completed in 305 milliseconds

123