Searched refs:getConstantExprValue (Results 1 – 3 of 3) sorted by relevance
182 static APValue getConstantExprValue(const ASTContext &Ctx, const Expr &E) { in getConstantExprValue() function193 APValue Constant = getConstantExprValue(Context, E); in getIntegerConstantExprValue()202 APValue Constant = getConstantExprValue(Context, E); in getFloatingConstantExprValue()367 APValue Constant = getConstantExprValue(Context, Rhs); in diagNarrowTypeOrConstant()485 APValue Constant = getConstantExprValue(Context, Rhs); in handleFloatingCast()
201 GenericValue getConstantExprValue(ConstantExpr *CE, ExecutionContext &SF);
2017 GenericValue Interpreter::getConstantExprValue (ConstantExpr *CE, in getConstantExprValue() function in Interpreter2102 return getConstantExprValue(CE, SF); in getOperandValue()