reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/Expr.cpp
 3302   if (isEvaluatable(Ctx, SE_AllowUndefinedBehavior))
tools/clang/lib/AST/ExprConstant.cpp
13449          (SEK < Expr::SE_AllowUndefinedBehavior && Result.HasUndefinedBehavior);
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 6543   return (E->isEvaluatable(Ctx, Expr::SE_AllowUndefinedBehavior) ||