Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DCFG.h132 inline bool succ_empty(const BasicBlock *BB) { in succ_empty() function
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h180 bool succ_empty() const { return Succs.empty(); } in succ_empty() function
/external/clang/include/clang/Analysis/
DCFG.h552 bool succ_empty() const { return Succs.empty(); } in succ_empty() function