Searched defs:exceptionType (Results 1 – 4 of 4) sorted by relevance
/llvm-project/libcxxabi/src/ | ||
H A D | cxa_exception.h | 45 std::type_info *exceptionType; member |
/llvm-project/llvm/examples/ExceptionDemo/ | ||
H A D | ExceptionDemo.cpp | 1375 llvm::Value *exceptionType = namedValues["exceptTypeToThrow"]; createThrowExceptionFunction() local |
/llvm-project/mlir/lib/Bindings/Python/ | ||
H A D | IRCore.cpp | 1293 py::object exceptionType; walk() member |
/llvm-project/clang/lib/AST/ | ||
H A D | Type.cpp | 1143 for (auto exceptionType : info.ExceptionSpec.Exceptions) { VisitFunctionProtoType() local |