Home
last modified time | relevance | path

Searched refs:RawType (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h237 template <typename RawType>
242 typedef typename TypeWithSize<sizeof(RawType)>::UInt Bits;
247 static const size_t kBitCount = 8*sizeof(RawType);
251 std::numeric_limits<RawType>::digits - 1;
286 explicit FloatingPoint(const RawType& x) { u_.value_ = x; } in FloatingPoint()
293 static RawType ReinterpretBits(const Bits bits) { in ReinterpretBits()
300 static RawType Infinity() { in Infinity()
305 static RawType Max();
346 RawType value_; // The raw floating-point number.
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h1729 template <typename RawType>
1732 RawType lhs_value, in CmpHelperFloatingPointEQ()
1733 RawType rhs_value) { in CmpHelperFloatingPointEQ()
1734 const FloatingPoint<RawType> lhs(lhs_value), rhs(rhs_value); in CmpHelperFloatingPointEQ()
1741 lhs_ss << std::setprecision(std::numeric_limits<RawType>::digits10 + 2) in CmpHelperFloatingPointEQ()
1745 rhs_ss << std::setprecision(std::numeric_limits<RawType>::digits10 + 2) in CmpHelperFloatingPointEQ()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp42 const IPDBRawSymbol &RawType = SymbolType->getRawSymbol(); in getTypeLength() local
44 return RawType.getLength(); in getTypeLength()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1020 const Metadata *RawType = getRawType(); in getSizeInBits() local
1021 while (RawType) { in getSizeInBits()
1023 if (auto *T = dyn_cast<DIType>(RawType)) in getSizeInBits()
1027 if (auto *DT = dyn_cast<DIDerivedType>(RawType)) { in getSizeInBits()
1029 RawType = DT->getRawBaseType(); in getSizeInBits()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc1390 template <typename RawType>
1393 RawType val1, in FloatingPointLE()
1394 RawType val2) { in FloatingPointLE()
1401 const FloatingPoint<RawType> lhs(val1), rhs(val2); in FloatingPointLE()
1411 val1_ss << std::setprecision(std::numeric_limits<RawType>::digits10 + 2) in FloatingPointLE()
1415 val2_ss << std::setprecision(std::numeric_limits<RawType>::digits10 + 2) in FloatingPointLE()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp903 const IPDBRawSymbol &RawType = SymbolType->getRawSymbol(); in getTypeLength() local
905 return RawType.getLength(); in getTypeLength()