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

/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A DCompactUnwinder.hpp572 addressSpace.getDouble(savedRegisterLoc));
575 addressSpace.getDouble(savedRegisterLoc));
580 addressSpace.getDouble(savedRegisterLoc));
583 addressSpace.getDouble(savedRegisterLoc));
588 addressSpace.getDouble(savedRegisterLoc));
591 addressSpace.getDouble(savedRegisterLoc));
596 addressSpace.getDouble(savedRegisterLoc));
599 addressSpace.getDouble(savedRegisterLoc));
651 addressSpace.getDouble(savedRegisterLoc));
654 addressSpace.getDouble(savedRegisterLo
[all...]
H A DDwarfInstructions.hpp111 return addressSpace.getDouble(cfa + (pint_t)savedReg.value);
114 return addressSpace.getDouble(
H A DAddressSpace.hpp216 double getDouble(pint_t addr) { function in class:libunwind::LocalAddressSpace
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph.cpp374 double GraphRenderer::TimeStat::getDouble(StatType T) const { function in class:GraphRenderer::TimeStat
415 std::sqrt(S.getDouble(EC) / G.GraphEdgeMax.getDouble(EC)))
435 std::sqrt(VA.S.getDouble(VC) / G.GraphVertexMax.getDouble(VC)))
H A Dxray-graph.h52 double getDouble(StatType T) const;
H A Dxray-graph-diff.cpp244 double LeftAttr = LeftStat.getDouble(T);
245 double RightAttr = RightStat.getDouble(T);
/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp280 setDouble(Other.getDouble());
335 double VariantValue::getDouble() const { function in class:clang::ast_matchers::dynamic::VariantValue
H A DMarshallers.h118 return Value.getDouble();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h277 double getDouble() const;

Completed in 394 milliseconds