Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DCFG.h256 inline bool succ_empty(const Instruction *I) { in succ_empty() function
281 inline bool succ_empty(const BasicBlock *BB) { in succ_empty() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h201 bool succ_empty() const { return Succs.empty(); } in succ_empty() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCFG.h974 bool succ_empty() const { return Succs.empty(); } in succ_empty() function