Home
last modified time | relevance | path

Searched defs:exceptionType (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/libcxxabi/src/
H A Dcxa_exception.h45 std::type_info *exceptionType; member
83 std::type_info *exceptionType; member
/llvm-project-15.0.7/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1375 llvm::Value *exceptionType = namedValues["exceptTypeToThrow"]; in createThrowExceptionFunction() local
/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp1063 for (auto exceptionType : info.ExceptionSpec.Exceptions) { in VisitFunctionProtoType() local
1358 for (auto exceptionType : info.ExceptionSpec.Exceptions) { in VisitFunctionType() local
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp1843 py::object exceptionType; in walkSymbolTables() member