Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp3259 if (isEvaluatable(Ctx, SE_AllowUndefinedBehavior)) in isConstantInitializer()
H A DExprConstant.cpp14663 (SEK < Expr::SE_AllowUndefinedBehavior && Result.HasUndefinedBehavior); in hasUnacceptableSideEffect()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h635 SE_AllowUndefinedBehavior, ///< Allow UB that we can give a value, but not enumerator
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6543 return (E->isEvaluatable(Ctx, Expr::SE_AllowUndefinedBehavior) || in isTrivial()