Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExpr.cpp3060 if (isEvaluatable(Ctx, SE_AllowUndefinedBehavior)) in isConstantInitializer()
H A DExprConstant.cpp10904 (SEK < Expr::SE_AllowUndefinedBehavior && Result.HasUndefinedBehavior); in hasUnacceptableSideEffect()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h597 SE_AllowUndefinedBehavior, ///< Allow UB that we can give a value, but not enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp713 return (E->isEvaluatable(Ctx, Expr::SE_AllowUndefinedBehavior) || in isTrivial()
H A DCGOpenMPRuntime.cpp8073 return (E->isEvaluatable(Ctx, Expr::SE_AllowUndefinedBehavior) || in isTrivial()