Searched refs:EvaluateIntegerOrLValue (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 1260 static bool EvaluateIntegerOrLValue(const Expr *E, APValue &Result, 5166 if (!EvaluateIntegerOrLValue(SubExpr, Value, Info)) in VisitCastExpr() 6323 static bool EvaluateIntegerOrLValue(const Expr *E, APValue &Result, in EvaluateIntegerOrLValue() function 6331 if (!EvaluateIntegerOrLValue(E, Val, Info)) in EvaluateInteger()
|
/external/llvm-project/clang/lib/AST/ |
D | ExprConstant.cpp | 1816 static bool EvaluateIntegerOrLValue(const Expr *E, APValue &Result, 8772 if (!EvaluateIntegerOrLValue(SubExpr, Value, Info)) in VisitCastExpr() 10770 static bool EvaluateIntegerOrLValue(const Expr *E, APValue &Result, in EvaluateIntegerOrLValue() function 10780 if (!EvaluateIntegerOrLValue(E, Val, Info)) in EvaluateInteger()
|