Home
last modified time | relevance | path

Searched refs:EvaluateForOverflow (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/clang/include/clang/AST/
H A DExpr.h629 void EvaluateForOverflow(const ASTContext &Ctx) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DExpr.h710 void EvaluateForOverflow(const ASTContext &Ctx) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DExpr.h723 void EvaluateForOverflow(const ASTContext &Ctx) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DExpr.h723 void EvaluateForOverflow(const ASTContext &Ctx) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DExpr.h723 void EvaluateForOverflow(const ASTContext &Ctx) const;
/aosp_15_r20/external/clang/lib/AST/
H A DExprConstant.cpp9274 void Expr::EvaluateForOverflow(const ASTContext &Ctx) const { in EvaluateForOverflow() function in Expr
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaChecking.cpp8864 E->IgnoreParenCasts()->EvaluateForOverflow(Context); in CheckForIntOverflow()