Home
last modified time | relevance | path

Searched defs:succ_empty (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DCFG.h255 inline bool succ_empty(const Instruction *I) { in succ_empty() function
280 inline bool succ_empty(const BasicBlock *BB) { in succ_empty() function
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h200 bool succ_empty() const { return Succs.empty(); } in succ_empty() function
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1002 bool succ_empty() const { return Succs.empty(); } in succ_empty() function