HomeSort by: relevance | last modified time | path
    Searched refs:SE_AllowUndefinedBehavior (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 635 SE_AllowUndefinedBehavior, ///< Allow UB that we can give a value, but not
  /src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp 3259 if (isEvaluatable(Ctx, SE_AllowUndefinedBehavior))
ExprConstant.cpp 14663 (SEK < Expr::SE_AllowUndefinedBehavior && Result.HasUndefinedBehavior);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 6543 return (E->isEvaluatable(Ctx, Expr::SE_AllowUndefinedBehavior) ||

Completed in 77 milliseconds