Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DStringIntegerAssignmentCheck.cpp114 if (!E->EvaluateAsInt(EvalResult, Ctx, Expr::SE_AllowSideEffects)) in isCharValuedConstant()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DNumberObjectConversionChecker.cpp91 EVResult, ACtx, Expr::SE_AllowSideEffects)) { in run()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp244 Expr::SE_AllowSideEffects)) { in SemaBuiltinAlignment()
11401 Expr::SE_AllowSideEffects)) { in AnalyzeBitFieldAssignment()
11575 E->EvaluateAsFloat(Value, S.Context, Expr::SE_AllowSideEffects); in DiagnoseFloatingImpCast()
11958 E->EvaluateAsInt(Result, S.Context, Expr::SE_AllowSideEffects)) in DiagnoseIntInBoolContext()
12030 Expr::SE_AllowSideEffects)) { in CheckImplicitConversion()
12160 if (E->EvaluateAsFixedPoint(Result, S.Context, Expr::SE_AllowSideEffects, in CheckImplicitConversion()
12178 Expr::SE_AllowSideEffects)) { in CheckImplicitConversion()
12200 E->EvaluateAsInt(Result, S.Context, Expr::SE_AllowSideEffects)) { in CheckImplicitConversion()
12301 if (E->EvaluateAsInt(Result, S.Context, Expr::SE_AllowSideEffects, in CheckImplicitConversion()
12351 if (E->EvaluateAsInt(Result, S.Context, Expr::SE_AllowSideEffects) && in CheckImplicitConversion()
[all …]
DSemaExprObjC.cpp946 Expr::SE_AllowSideEffects)) { in CheckObjCDictionaryLiteralDuplicateKeys()
DSemaStmt.cpp1019 Expr::SE_AllowSideEffects); in ActOnFinishSwitchStmt()
DSemaOpenMP.cpp7085 if (Capture->isEvaluatable(SemaRef.Context, Expr::SE_AllowSideEffects)) in tryBuildCapture()
/external/clang/lib/Sema/
DSemaChecking.cpp7769 if (!OriginalInit->EvaluateAsInt(Value, S.Context, Expr::SE_AllowSideEffects)) in AnalyzeBitFieldAssignment()
7862 E->EvaluateAsFloat(Value, S.Context, Expr::SE_AllowSideEffects); in DiagnoseFloatingImpCast()
8320 if (E->EvaluateAsInt(Value, S.Context, Expr::SE_AllowSideEffects)) { in CheckImplicitConversion()
8352 if (E->EvaluateAsInt(Value, S.Context, Expr::SE_AllowSideEffects) && in CheckImplicitConversion()
9590 if (!IndexExpr->EvaluateAsInt(index, Context, Expr::SE_AllowSideEffects)) in CheckArrayAccess()
DSemaStmt.cpp891 Expr::SE_AllowSideEffects); in ActOnFinishSwitchStmt()
DSemaOpenMP.cpp4377 if (Capture->isEvaluatable(SemaRef.Context, Expr::SE_AllowSideEffects)) in tryBuildCapture()
/external/clang/include/clang/AST/
DExpr.h589 SE_AllowSideEffects ///< Allow any unmodeled side effect. enumerator
/external/clang/lib/AST/
DExprConstant.cpp9168 return (SEK < Expr::SE_AllowSideEffects && Result.HasSideEffects) || in hasUnacceptableSideEffect()
9765 if (!EvaluateAsInt(Value, Ctx, SE_AllowSideEffects)) in isIntegerConstantExpr()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp1116 if (E->EvaluateAsInt(Value, CGF.getContext(), Expr::SE_AllowSideEffects)) { in VisitMemberExpr()
DCGOpenMPRuntime.cpp6466 Expr::SE_AllowSideEffects)) { in emitDeclareSimdFunction()
/external/llvm-project/clang/include/clang/AST/
DExpr.h637 SE_AllowSideEffects ///< Allow any unmodeled side effect. enumerator
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp8474 if (!E->EvaluateAsInt(ExprResult, Ctx, Expr::SE_AllowSideEffects)) in getBytesReturnedByAllocSizeCall()
14654 return (SEK < Expr::SE_AllowSideEffects && Result.HasSideEffects) || in hasUnacceptableSideEffect()
15507 if (!::EvaluateAsInt(this, ExprResult, Ctx, SE_AllowSideEffects, Info)) in getIntegerConstantExpr()
/external/llvm-project/clang/lib/CodeGen/
DCGExprScalar.cpp1676 if (E->EvaluateAsInt(Result, CGF.getContext(), Expr::SE_AllowSideEffects)) { in VisitMemberExpr()
DCGOpenMPRuntime.cpp11584 if (!(*SI)->EvaluateAsInt(Result, C, Expr::SE_AllowSideEffects)) { in emitDeclareSimdFunction()