Home
last modified time | relevance | path

Searched refs:getDouble (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/libunwind/src/
H A DCompactUnwinder.hpp572 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless()
575 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless()
580 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless()
583 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless()
588 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless()
591 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless()
596 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless()
599 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless()
651 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrame()
654 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrame()
[all …]
H A DDwarfInstructions.hpp127 return addressSpace.getDouble(cfa + (pint_t)savedReg.value); in getSavedFloatRegister()
130 return addressSpace.getDouble( in getSavedFloatRegister()
H A DAddressSpace.hpp179 double getDouble(pint_t addr) { in getDouble() function in libunwind::LocalAddressSpace
H A DUnwindCursor.hpp2777 double value = _addressSpace.getDouble(pSigctx + kOffsetFprs + in stepThroughSigReturn()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DTrailingObjectsTest.cpp92 double getDouble() const { in getDouble() function in __anon4304282c0111::Class2
158 EXPECT_EQ(C1->getDouble(), 0); in TEST()
164 EXPECT_EQ(C2->getDouble(), 4.2); in TEST()
/llvm-project-15.0.7/llvm/tools/llvm-xray/
H A Dxray-graph.cpp374 double GraphRenderer::TimeStat::getDouble(StatType T) const { in getDouble() function in GraphRenderer::TimeStat
415 std::sqrt(S.getDouble(EC) / G.GraphEdgeMax.getDouble(EC))) in exportGraphAsDOT()
435 std::sqrt(VA.S.getDouble(VC) / G.GraphVertexMax.getDouble(VC))) in exportGraphAsDOT()
H A Dxray-graph.h52 double getDouble(StatType T) const;
H A Dxray-graph-diff.cpp245 double LeftAttr = LeftStat.getDouble(T); in statRelDiff()
246 double RightAttr = RightStat.getDouble(T); in statRelDiff()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/Dynamic/
H A DParserTest.cpp106 EXPECT_EQ(1.0, Sema.Values[0].getDouble()); in TEST()
108 EXPECT_EQ(34.56e-78, Sema.Values[2].getDouble()); in TEST()
109 EXPECT_EQ(4e+6, Sema.Values[3].getDouble()); in TEST()
H A DVariantValueTest.cpp104 EXPECT_EQ(3.14, Value.getDouble()); in TEST()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp292 setDouble(Other.getDouble()); in operator =()
353 double VariantValue::getDouble() const { in getDouble() function in clang::ast_matchers::dynamic::VariantValue
H A DMarshallers.h130 return Value.getDouble();
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h284 double getDouble() const;