Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExpr.h650 SE_AllowUndefinedBehavior, ///< Allow UB that we can give a value, but not enumerator
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExpr.cpp3443 if (isEvaluatable(Ctx, SE_AllowUndefinedBehavior)) in isConstantInitializer()
H A DExprConstant.cpp15152 (SEK < Expr::SE_AllowUndefinedBehavior && Result.HasUndefinedBehavior); in hasUnacceptableSideEffect()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6131 return (E->isEvaluatable(Ctx, Expr::SE_AllowUndefinedBehavior) || in isTrivial()