Home
last modified time | relevance | path

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

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