Home
last modified time | relevance | path

Searched refs:getConstantExprValue (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DNarrowingConversionsCheck.cpp182 static APValue getConstantExprValue(const ASTContext &Ctx, const Expr &E) { in getConstantExprValue() function
193 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()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h201 GenericValue getConstantExprValue(ConstantExpr *CE, ExecutionContext &SF);
H A DExecution.cpp2017 GenericValue Interpreter::getConstantExprValue (ConstantExpr *CE, in getConstantExprValue() function in Interpreter
2102 return getConstantExprValue(CE, SF); in getOperandValue()