Home
last modified time | relevance | path

Searched refs:canThrow (Results 1 – 16 of 16) sorted by relevance

/external/llvm/utils/TableGen/
DIntrinsicEmitter.cpp452 if (L->canThrow != R->canThrow) in operator ()()
453 return R->canThrow; in operator ()()
585 if (!intrinsic.canThrow || in EmitAttributes()
591 if (!intrinsic.canThrow) { in EmitAttributes()
DCodeGenIntrinsics.h100 bool canThrow; member
DCodeGenTarget.cpp454 canThrow = false; in CodeGenIntrinsic()
585 canThrow = true; in CodeGenIntrinsic()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DIntrinsicEmitter.cpp483 if (L->canThrow != R->canThrow) in operator ()()
484 return R->canThrow; in operator ()()
623 if (!intrinsic.canThrow || in EmitAttributes()
629 if (!intrinsic.canThrow) { in EmitAttributes()
DCodeGenIntrinsics.h119 bool canThrow; member
DCodeGenTarget.cpp537 canThrow = false; in CodeGenIntrinsic()
678 canThrow = true; in CodeGenIntrinsic()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DIntrinsicEmitter.cpp493 if (L->canThrow != R->canThrow) in operator ()()
494 return R->canThrow; in operator ()()
581 if (!intrinsic.canThrow || modRef) { in EmitAttributes()
583 if (!intrinsic.canThrow) { in EmitAttributes()
DCodeGenIntrinsics.h74 bool canThrow; member
DCodeGenTarget.cpp366 canThrow = false; in CodeGenIntrinsic()
490 canThrow = true; in CodeGenIntrinsic()
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp874 R = mergeCanThrow(R, S.canThrow(cast<Expr>(SubStmt))); in canSubExprsThrow()
950 CanThrowResult Sema::canThrow(const Expr *E) { in canThrow() function in clang::Sema
1015 CT = mergeCanThrow(CT, canThrow(*Cap)); in canThrow()
1118 return canThrow(cast<CXXDefaultArgExpr>(E)->getExpr()); in canThrow()
1121 return canThrow(cast<CXXDefaultInitExpr>(E)->getExpr()); in canThrow()
1126 return canThrow(cast<ChooseExpr>(E)->getChosenSubExpr()); in canThrow()
1131 return canThrow(cast<GenericSelectionExpr>(E)->getResultExpr()); in canThrow()
DSemaExprCXX.cpp4414 return S.canThrow(Result.get()) == CT_Cannot; in evaluateTypeTrait()
4636 return Self.canThrow(Result.get()) == CT_Cannot; in EvaluateBinaryTypeTrait()
6421 CanThrowResult CanThrow = canThrow(Operand); in BuildCXXNoexceptExpr()
DSemaDeclCXX.cpp243 if (Self->canThrow(E)) in CalledExpr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp321 static bool canThrow(const Value *V) { in canThrow() function
810 bool NeedInvoke = AllowExceptions && canThrow(II->getCalledValue()); in runEHOnFunction()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DMethodAnalyzer.java487 if (currentTry != null && instructionOpcode.canThrow()) {
584 assert successor.instruction.getOpcode().canThrow();
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DOpcode.java428 public final boolean canThrow() { in canThrow() method in Opcode
/external/clang/include/clang/Sema/
DSema.h1306 CanThrowResult canThrow(const Expr *E);