Home
last modified time | relevance | path

Searched defs:CanThrow (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DInlineAsm.h50 bool CanThrow; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DInlineAsm.h49 bool CanThrow; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DInlineAsm.h50 bool CanThrow; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DInlineAsm.h50 bool CanThrow; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DInlineAsm.h50 bool CanThrow; variable
/aosp_15_r20/art/compiler/optimizing/
H A Dnodes.h2177 virtual bool CanThrow() const { return false; } in CanThrow() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3438 bool CanThrow = (Record[OpNum] >> 3) & 1; in parseConstants() local
3474 bool CanThrow = (Record[OpNum] >> 3) & 1; in parseConstants() local
/aosp_15_r20/external/clang/lib/Analysis/
H A DCFG.cpp1821 static bool CanThrow(Expr *E, ASTContext &Ctx) { in CanThrow() function
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaExprCXX.cpp6421 CanThrowResult CanThrow = canThrow(Operand); in BuildCXXNoexceptExpr() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/AsmParser/
H A DLLParser.cpp3554 bool HasSideEffect, AlignStack, AsmDialect, CanThrow; in parseValID() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DCore.cpp475 LLVMInlineAsmDialect Dialect, LLVMBool CanThrow) { in LLVMGetInlineAsm()