| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | RegionInfoImpl.h | 108 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 D | return.m | 42 void exit(int) __attribute__((noreturn)); function
|
| H A D | warn-called-once.m | 50 void exit(int) NORETURN; function
|
| /llvm-project-15.0.7/bolt/test/Inputs/ |
| H A D | stub.c | 6 void exit(int status) {} in exit() function
|
| /llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/ |
| H A D | main.py | 78 testLoader=loader.defaultTestLoader, exit=True, argument
|
| /llvm-project-15.0.7/lldb/source/Plugins/Language/ClangCommon/ |
| H A D | ClangHighlighter.cpp | 194 bool exit = false; in Highlight() local
|
| /llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/test/ |
| H A D | test_program.py | 86 exit = False variable in InitialisableProgram
|
| /llvm-project-15.0.7/lld/Common/ |
| H A D | ErrorHandler.cpp | 270 bool exit = false; in error() local
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionSourceCode.cpp | 271 bool exit = false; in TokenVerifier() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/ |
| H A D | BufferDeallocation.cpp | 146 void exit(Block ¤t) { visited.erase(¤t); } in exit() function in __anonf063894c0211::Backedges
|
| /llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyTIL.h | 1731 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 D | CGException.cpp | 1469 void CodeGenFunction::FinallyInfo::exit(CodeGenFunction &CGF) { in exit() function in CodeGenFunction::FinallyInfo
|
| /llvm-project-15.0.7/polly/utils/ |
| H A D | argparse.py | 2338 def exit(self, status=0, message=None): member in ArgumentParser
|