Home
last modified time | relevance | path

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

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