HomeSort by relevance Sort by last modified time
    Searched defs:succ_empty (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/IR/
CFG.h 132 inline bool succ_empty(const BasicBlock *BB) { function in namespace:llvm
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 180 bool succ_empty() const { return Succs.empty(); } function in class:clang::ento::ExplodedNode
198 return succ_empty() ? nullptr : *(succ_begin());
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 325 bool succ_empty() const { return Successors.empty(); } function in class:llvm::MachineBasicBlock
    [all...]
  /external/clang/include/clang/Analysis/
CFG.h 552 bool succ_empty() const { return Succs.empty(); } function in class:clang::CFGBlock::ElementList
    [all...]

Completed in 104 milliseconds