HomeSort by relevance Sort by last modified time
    Searched refs:EvaluateAsInt (Results 1 - 12 of 12) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
MallocOverflowSecurityChecker.cpp 124 if (E->EvaluateAsInt(Result, Context))
CheckSecuritySyntaxOnly.cpp 465 if (!suffixEx->EvaluateAsInt(Result, BR.getContext()))
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 561 if (!E->getArg(2)->EvaluateAsInt(Size, CGM.getContext()) ||
562 !E->getArg(3)->EvaluateAsInt(DstSize, CGM.getContext()))
587 if (!E->getArg(2)->EvaluateAsInt(Size, CGM.getContext()) ||
588 !E->getArg(3)->EvaluateAsInt(DstSize, CGM.getContext()))
624 if (!E->getArg(2)->EvaluateAsInt(Size, CGM.getContext()) ||
625 !E->getArg(3)->EvaluateAsInt(DstSize, CGM.getContext()))
    [all...]
CodeGenFunction.cpp 556 if (!Cond->EvaluateAsInt(Int, getContext()))
    [all...]
CGExprScalar.cpp 793 if (E->EvaluateAsInt(Value, CGF.getContext(), Expr::SE_AllowSideEffects)) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 558 if (OOE->EvaluateAsInt(IV, getContext())) {
  /external/clang/lib/Sema/
SemaStmt.cpp 710 = CondExprBeforePromotion->EvaluateAsInt(ConstantCondValue, Context,
    [all...]
SemaChecking.cpp     [all...]
SemaExpr.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h 498 /// EvaluateAsInt - Return true if this is a constant which we can fold and
500 bool EvaluateAsInt(llvm::APSInt &Result, const ASTContext &Ctx,
    [all...]

Completed in 212 milliseconds