Home
last modified time | relevance | path

Searched refs:Finally (Results 1 – 25 of 137) sorted by relevance

123456

/llvm-project-15.0.7/clang/test/SemaCXX/
H A D__try.cpp69 void Finally() { in Finally() function
76 template void Finally<void>();
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp157 if (const ObjCAtFinallyStmt *Finally = S.getFinallyStmt()) in EmitTryCatchStmt() local
158 FinallyInfo.enter(CGF, Finally->getFinallyBody(), in EmitTryCatchStmt()
194 if (const ObjCAtFinallyStmt *Finally = S.getFinallyStmt()) { in EmitTryCatchStmt() local
199 const Stmt *FinallyBlock = Finally->getFinallyBody(); in EmitTryCatchStmt()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DWinEHFuncInfo.h79 enum class ClrHandlerType { Catch, Finally, Fault, Filter }; enumerator
/llvm-project-15.0.7/llvm/test/ExecutionEngine/OrcLazy/
H A Dmacho-universal-static-library-support.ll17 ; Finally we execute a main function that references foo to ensure that the
/llvm-project-15.0.7/llvm/test/Transforms/EarlyCSE/
H A Dconst-speculation.ll11 ; select that gets considered next. Finally the select simplification looks at
/llvm-project-15.0.7/llvm/utils/lit/
H A DREADME.txt37 Finally, make sure lit works when installed via setuptools:
/llvm-project-15.0.7/llvm/test/DebugInfo/PDB/
H A Dpdbdump-write.test6 ; to recognize it. Finally, it dumps the same set of fields from the newly
/llvm-project-15.0.7/llvm/test/tools/UpdateTestChecks/update_llc_test_checks/
H A Dbasic.test20 ## Finally, run the script on an already updated file and verify that all previous
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Func/Transforms/
H A DPasses.td35 Finally, this pass fails for unknown terminators, as we cannot decide
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/ELF/ARM/
H A Dunknown-instr-resync.test17 # Finally we end with a single byte, to ensure nothing gets confused
/llvm-project-15.0.7/llvm/test/Transforms/FunctionSpecialization/
H A Dfunction-specialization-nothing-todo.ll19 ; Finally, check the absence and thus removal of these intrinsics:
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DREADME.md35 - Finally, you can turn on assertions via `-DLLVM_ENABLE_ASSERTS=On`.
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dsse-domains.ll40 ; Finally, the controlling integer-only instruction.
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/Breakpad/
H A Dstack-cfi-parsing.test45 # Finally, try an unwind plan with just a single row
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dbranch-clone.rst80 Finally, the check also examines conditional operators and reports code like:
/llvm-project-15.0.7/third-party/benchmark/
H A DCONTRIBUTING.md54 1. Finally, push the commits to your fork and submit a [pull request][].
/llvm-project-15.0.7/mlir/test/Examples/Toy/Ch3/
H A Dast.toy26 # Finally, calling into `multiply_transpose` with incompatible shape will
/llvm-project-15.0.7/mlir/test/Examples/Toy/Ch5/
H A Dast.toy26 # Finally, calling into `multiply_transpose` with incompatible shape will
/llvm-project-15.0.7/mlir/test/Examples/Toy/Ch4/
H A Dast.toy26 # Finally, calling into `multiply_transpose` with incompatible shape will
/llvm-project-15.0.7/mlir/test/Examples/Toy/Ch2/
H A Dast.toy26 # Finally, calling into `multiply_transpose` with incompatible shape will
/llvm-project-15.0.7/mlir/test/Examples/Toy/Ch6/
H A Dast.toy26 # Finally, calling into `multiply_transpose` with incompatible shape will
/llvm-project-15.0.7/mlir/test/Examples/Toy/Ch1/
H A Dast.toy26 # Finally, calling into `multiply_transpose` with incompatible shape will
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_netbsd_compat.inc23 // Finally, undef INIT_ and redefine it.
/llvm-project-15.0.7/mlir/test/Examples/Toy/Ch7/
H A Dast.toy26 # Finally, calling into `multiply_transpose` with incompatible shape will
/llvm-project-15.0.7/libcxx/docs/
H A DAddingNewCIJobs.rst19 to recognize them when defining your job below. Finally, in order for the

123456