Home
last modified time | relevance | path

Searched refs:emitRethrow (Results 1 – 25 of 69) sorted by relevance

123

/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/CodeGen/
H A DCGCXXABI.h231 virtual void emitRethrow(CodeGenFunction &CGF, bool isNoReturn) = 0;
H A DCGException.cpp438 CGM.getCXXABI().emitRethrow(*this, /*isNoReturn=*/true); in EmitCXXThrowExpr()
1231 CGM.getCXXABI().emitRethrow(*this, /*isNoReturn*/false); in ExitCXXTryStmt()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/CodeGen/
H A DCGCXXABI.h231 virtual void emitRethrow(CodeGenFunction &CGF, bool isNoReturn) = 0;
H A DCGException.cpp436 CGM.getCXXABI().emitRethrow(*this, /*isNoReturn=*/true); in EmitCXXThrowExpr()
1229 CGM.getCXXABI().emitRethrow(*this, /*isNoReturn*/false); in ExitCXXTryStmt()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.h231 virtual void emitRethrow(CodeGenFunction &CGF, bool isNoReturn) = 0;
H A DCGException.cpp436 CGM.getCXXABI().emitRethrow(*this, /*isNoReturn=*/true); in EmitCXXThrowExpr()
1229 CGM.getCXXABI().emitRethrow(*this, /*isNoReturn*/false); in ExitCXXTryStmt()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/CodeGen/
H A DCGCXXABI.h236 virtual void emitRethrow(CodeGenFunction &CGF, bool isNoReturn) = 0;
H A DCGException.cpp438 CGM.getCXXABI().emitRethrow(*this, /*isNoReturn=*/true); in EmitCXXThrowExpr()
1231 CGM.getCXXABI().emitRethrow(*this, /*isNoReturn*/false); in ExitCXXTryStmt()
1262 CGM.getCXXABI().emitRethrow(*this, /*isNoReturn=*/true); in ExitCXXTryStmt()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/CodeGen/
H A DCGCXXABI.h236 virtual void emitRethrow(CodeGenFunction &CGF, bool isNoReturn) = 0;
H A DCGException.cpp434 CGM.getCXXABI().emitRethrow(*this, /*isNoReturn=*/true); in EmitCXXThrowExpr()
1227 CGM.getCXXABI().emitRethrow(*this, /*isNoReturn*/false); in ExitCXXTryStmt()
1258 CGM.getCXXABI().emitRethrow(*this, /*isNoReturn=*/true); in ExitCXXTryStmt()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/CodeGen/
H A DCGCXXABI.h235 virtual void emitRethrow(CodeGenFunction &CGF, bool isNoReturn) = 0;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGCXXABI.h235 virtual void emitRethrow(CodeGenFunction &CGF, bool isNoReturn) = 0;
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGCXXABI.h235 virtual void emitRethrow(CodeGenFunction &CGF, bool isNoReturn) = 0;
H A DCGException.cpp441 CGM.getCXXABI().emitRethrow(*this, /*isNoReturn=*/true); in EmitCXXThrowExpr()
1243 CGM.getCXXABI().emitRethrow(*this, /*isNoReturn*/false); in ExitCXXTryStmt()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/CodeGen/
H A DCGCXXABI.h234 virtual void emitRethrow(CodeGenFunction &CGF, bool isNoReturn) = 0;
H A DCGException.cpp437 CGM.getCXXABI().emitRethrow(*this, /*isNoReturn=*/true); in EmitCXXThrowExpr()
1239 CGM.getCXXABI().emitRethrow(*this, /*isNoReturn*/false); in ExitCXXTryStmt()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/CodeGen/
H A DCGCXXABI.h234 virtual void emitRethrow(CodeGenFunction &CGF, bool isNoReturn) = 0;
H A DCGException.cpp438 CGM.getCXXABI().emitRethrow(*this, /*isNoReturn=*/true); in EmitCXXThrowExpr()
1245 CGM.getCXXABI().emitRethrow(*this, /*isNoReturn*/false); in ExitCXXTryStmt()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGCXXABI.h235 virtual void emitRethrow(CodeGenFunction &CGF, bool isNoReturn) = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/CodeGen/
H A DCGCXXABI.h228 virtual void emitRethrow(CodeGenFunction &CGF, bool isNoReturn) = 0;
H A DCGException.cpp437 CGM.getCXXABI().emitRethrow(*this, /*isNoReturn=*/true); in EmitCXXThrowExpr()
1239 CGM.getCXXABI().emitRethrow(*this, /*isNoReturn*/false); in ExitCXXTryStmt()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.h235 virtual void emitRethrow(CodeGenFunction &CGF, bool isNoReturn) = 0;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGCXXABI.h235 virtual void emitRethrow(CodeGenFunction &CGF, bool isNoReturn) = 0;
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGCXXABI.h235 virtual void emitRethrow(CodeGenFunction &CGF, bool isNoReturn) = 0;
/dports/lang/clang-mesa/clang-13.0.1.src/lib/CodeGen/
H A DCGCXXABI.h235 virtual void emitRethrow(CodeGenFunction &CGF, bool isNoReturn) = 0;

123