Searched refs:getConstantExprValue (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
D | NarrowingConversionsCheck.cpp | 85 static APValue getConstantExprValue(const ASTContext &Ctx, const Expr &E) { in getConstantExprValue() function 96 APValue Constant = getConstantExprValue(Context, E); in getIntegerConstantExprValue() 105 APValue Constant = getConstantExprValue(Context, E); in getFloatingConstantExprValue() 239 APValue Constant = getConstantExprValue(Context, Rhs); in diagNarrowTypeOrConstant() 343 APValue Constant = getConstantExprValue(Context, Rhs); in handleFloatingCast()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 201 GenericValue getConstantExprValue(ConstantExpr *CE, ExecutionContext &SF);
|
D | Execution.cpp | 2021 GenericValue Interpreter::getConstantExprValue (ConstantExpr *CE, in getConstantExprValue() function in Interpreter 2106 return getConstantExprValue(CE, SF); in getOperandValue()
|
/external/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 201 GenericValue getConstantExprValue(ConstantExpr *CE, ExecutionContext &SF);
|
D | Execution.cpp | 2017 GenericValue Interpreter::getConstantExprValue (ConstantExpr *CE, in getConstantExprValue() function in Interpreter 2102 return getConstantExprValue(CE, SF); in getOperandValue()
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 220 GenericValue getConstantExprValue(ConstantExpr *CE, ExecutionContext &SF);
|
D | Execution.cpp | 1974 GenericValue Interpreter::getConstantExprValue (ConstantExpr *CE, in getConstantExprValue() function in Interpreter 2059 return getConstantExprValue(CE, SF); in getOperandValue()
|