Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInlineAsm.cpp32 bool isAlignStack, AsmDialect asmDialect, bool canThrow) in InlineAsm()
45 bool canThrow) { in get()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dcanthrow.c34 bool canThrow(Expression *e, FuncDeclaration *func, bool mustNotThrow) in canThrow() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dcanthrow.d54 extern (C++) /* CT */ BE canThrow(Expression e, FuncDeclaration func, bool mustNotThrow) in canThrow() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenIntrinsics.h118 bool canThrow; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInlineAsm.h71 bool canThrow() const { return CanThrow; } in canThrow() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1119 CanThrowResult Sema::canThrow(const Stmt *S) { in canThrow() function in clang::Sema
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp280 static bool canThrow(const Value *V) { in canThrow() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp3281 CanThrowResult FunctionProtoType::canThrow() const { in canThrow() function in FunctionProtoType
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h5945 bool canThrow() const { return ExprAndFlag.getInt(); } in canThrow() function