Home
last modified time | relevance | path

Searched defs:GetScalarValue (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/unittests/Utility/
H A DRegisterValueTest.cpp26 TEST(RegisterValueTest, GetScalarValue) { in TEST() argument
/llvm-project/flang/include/flang/Evaluate/
H A Dconstant.h191 std::optional<Scalar<Result>> GetScalarValue() const { GetScalarValue() function
/llvm-project/lldb/source/Utility/
H A DRegisterValue.cpp115 bool RegisterValue::GetScalarValue(Scalar &scalar) const { in GetScalarValue() function in RegisterValue
/llvm-project/flang/lib/Evaluate/
H A Dconstant.cpp362 Constant<SomeDerived>::GetScalarValue() const { in GetScalarValue() function in Fortran::evaluate::Constant