Home
last modified time | relevance | path

Searched refs:SE_AllowUndefinedBehavior (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h639 SE_AllowUndefinedBehavior, ///< Allow UB that we can give a value, but not enumerator
/llvm-project-15.0.7/clang/lib/AST/
H A DExpr.cpp3356 if (isEvaluatable(Ctx, SE_AllowUndefinedBehavior)) in isConstantInitializer()
H A DExprConstant.cpp14933 (SEK < Expr::SE_AllowUndefinedBehavior && Result.HasUndefinedBehavior); in hasUnacceptableSideEffect()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6509 return (E->isEvaluatable(Ctx, Expr::SE_AllowUndefinedBehavior) || in isTrivial()