Searched defs:appendLoopExit (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/include/clang/Analysis/ | ||
H A D | CFG.h | 1184 void appendLoopExit(const Stmt *LoopStmt, BumpVectorContext &C) { in appendLoopExit() function |
/llvm-project/clang/lib/Analysis/ | ||
H A D | CFG.cpp | 892 void appendLoopExit(CFGBlock *B, const Stmt *LoopStmt) { appendLoopExit() function in __anon36ae77d00411::CFGBuilder |