Searched defs:getExit (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DRegionInfo.h302 BasicBlock *getExit() const { return exit; } function in class:llvm::Region
391 if (!getExit())
395 && (contains(SubRegion->getExit()) || SubRegion->getExit() == getExit());
545 return block_iterator(getEntry(), getExit());
553 return const_block_iterator(getEntry(), getExit());
/external/clang/include/clang/Analysis/
H A DCFG.h866 CFGBlock & getExit() { return *Exit; } function in class:clang::CFGBlock::CFG
867 const CFGBlock & getExit() const { return *Exit; } function in class:clang::CFGBlock::CFG
1095 static NodeType *getEntryNode( ::clang::CFG* F) { return &F->getExit(); }
1105 static NodeType *getEntryNode(const ::clang::CFG* F) { return &F->getExit(); }
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 189 milliseconds