Home
last modified time | relevance | path

Searched defs:exit (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h108 BlockT *entry = getEntry(), *exit = getExit(); in contains() local
203 BlockT *exit = getExit(); in getExitingBlock() local
257 BlockT *entry = getEntry(), *exit = getExit(); in verifyBBInRegion() local
278 BlockT *exit = getExit(); in verifyWalk() local
565 BlockT *exit) const { in isCommonDomFrontier()
576 bool RegionInfoBase<Tr>::isRegion(BlockT *entry, BlockT *exit) const { in isRegion()
616 void RegionInfoBase<Tr>::insertShortCut(BlockT *entry, BlockT *exit, in insertShortCut()
646 bool RegionInfoBase<Tr>::isTrivialRegion(BlockT *entry, BlockT *exit) const { in isTrivialRegion()
660 BlockT *exit) { in createRegion()
695 BlockT *exit = N->getBlock(); in findRegionsWithEntry() local
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dreturn.m42 void exit(int) __attribute__((noreturn)); function
H A Dwarn-called-once.m50 void exit(int) NORETURN; function
/llvm-project-15.0.7/bolt/test/Inputs/
H A Dstub.c6 void exit(int status) {} in exit() function
/llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/
H A Dmain.py78 testLoader=loader.defaultTestLoader, exit=True, argument
/llvm-project-15.0.7/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.cpp194 bool exit = false; in Highlight() local
/llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_program.py86 exit = False variable in InitialisableProgram
/llvm-project-15.0.7/lld/Common/
H A DErrorHandler.cpp270 bool exit = false; in error() local
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp271 bool exit = false; in TokenVerifier() local
/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/
H A DBufferDeallocation.cpp146 void exit(Block &current) { visited.erase(&current); } in exit() function in __anonf063894c0211::Backedges
/llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1731 const BasicBlock *exit() const { return Exit; } in exit() function
1732 BasicBlock *exit() { return Exit; } in exit() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGException.cpp1469 void CodeGenFunction::FinallyInfo::exit(CodeGenFunction &CGF) { in exit() function in CodeGenFunction::FinallyInfo
/llvm-project-15.0.7/polly/utils/
H A Dargparse.py2338 def exit(self, status=0, message=None): member in ArgumentParser