Home
last modified time | relevance | path

Searched refs:SE_AllowSideEffects (Results 1 – 9 of 9) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp91 EVResult, ACtx, Expr::SE_AllowSideEffects)) { in run()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp246 Expr::SE_AllowSideEffects)) { in SemaBuiltinAlignment()
11661 Expr::SE_AllowSideEffects)) { in AnalyzeBitFieldAssignment()
11835 E->EvaluateAsFloat(Value, S.Context, Expr::SE_AllowSideEffects); in DiagnoseFloatingImpCast()
12218 E->EvaluateAsInt(Result, S.Context, Expr::SE_AllowSideEffects)) in DiagnoseIntInBoolContext()
12290 Expr::SE_AllowSideEffects)) { in CheckImplicitConversion()
12429 if (E->EvaluateAsFixedPoint(Result, S.Context, Expr::SE_AllowSideEffects, in CheckImplicitConversion()
12447 Expr::SE_AllowSideEffects)) { in CheckImplicitConversion()
12469 E->EvaluateAsInt(Result, S.Context, Expr::SE_AllowSideEffects)) { in CheckImplicitConversion()
12570 if (E->EvaluateAsInt(Result, S.Context, Expr::SE_AllowSideEffects, in CheckImplicitConversion()
12620 if (E->EvaluateAsInt(Result, S.Context, Expr::SE_AllowSideEffects) && in CheckImplicitConversion()
[all …]
H A DSemaStmt.cpp1299 Expr::SE_AllowSideEffects); in ActOnFinishSwitchStmt()
H A DSemaExprObjC.cpp946 Expr::SE_AllowSideEffects)) { in CheckObjCDictionaryLiteralDuplicateKeys()
H A DSemaOpenMP.cpp7828 if (Capture->isEvaluatable(SemaRef.Context, Expr::SE_AllowSideEffects)) in tryBuildCapture()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h637 SE_AllowSideEffects ///< Allow any unmodeled side effect. enumerator
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp8485 if (!E->EvaluateAsInt(ExprResult, Ctx, Expr::SE_AllowSideEffects)) in getBytesReturnedByAllocSizeCall()
14662 return (SEK < Expr::SE_AllowSideEffects && Result.HasSideEffects) || in hasUnacceptableSideEffect()
15524 if (!::EvaluateAsInt(this, ExprResult, Ctx, SE_AllowSideEffects, Info)) in getIntegerConstantExpr()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp1718 if (E->EvaluateAsInt(Result, CGF.getContext(), Expr::SE_AllowSideEffects)) { in VisitMemberExpr()
H A DCGOpenMPRuntime.cpp11755 if (!(*SI)->EvaluateAsInt(Result, C, Expr::SE_AllowSideEffects)) { in emitDeclareSimdFunction()