Home
last modified time | relevance | path

Searched defs:canThrow (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/IR/
H A DInlineAsm.cpp32 bool isAlignStack, AsmDialect asmDialect, bool canThrow) in InlineAsm()
46 bool canThrow) { in get()
/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenIntrinsics.h76 bool canThrow; member
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DInlineAsm.h73 bool canThrow() const { return CanThrow; } in canThrow() function
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1125 CanThrowResult Sema::canThrow(const Stmt *S) { in canThrow() function in clang::Sema
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp394 static bool canThrow(const Value *V) { in canThrow() function
/openbsd/gnu/llvm/clang/lib/AST/
H A DType.cpp3344 CanThrowResult FunctionProtoType::canThrow() const { in canThrow() function in FunctionProtoType
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DExpr.h6027 bool canThrow() const { return ExprAndFlag.getInt(); } in canThrow() function