Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/libunwind/src/
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 …]
DDwarfInstructions.hpp111 return addressSpace.getDouble(cfa + (pint_t)savedReg.value); in getSavedFloatRegister()
114 return addressSpace.getDouble( in getSavedFloatRegister()
DAddressSpace.hpp172 double getDouble(pint_t addr) { in getDouble() function in libunwind::LocalAddressSpace
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-xray/
Dxray-graph.cpp373 double GraphRenderer::TimeStat::getDouble(StatType T) const { in getDouble() function in GraphRenderer::TimeStat
414 std::sqrt(S.getDouble(EC) / G.GraphEdgeMax.getDouble(EC))) in exportGraphAsDOT()
434 std::sqrt(VA.S.getDouble(VC) / G.GraphVertexMax.getDouble(VC))) in exportGraphAsDOT()
Dxray-graph.h52 double getDouble(StatType T) const;
Dxray-graph-diff.cpp244 double LeftAttr = LeftStat.getDouble(T); in statRelDiff()
245 double RightAttr = RightStat.getDouble(T); in statRelDiff()
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
DVariantValue.cpp292 setDouble(Other.getDouble()); in operator =()
353 double VariantValue::getDouble() const { in getDouble() function in clang::ast_matchers::dynamic::VariantValue
DMarshallers.h130 return Value.getDouble();
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
DVariantValue.h284 double getDouble() const;