Searched refs:RawType (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/googletest/googlemock/test/ |
| H A D | gmock-matchers-arithmetic_test.cc | 1200 template <typename RawType> 1203 typedef testing::internal::FloatingPoint<RawType> Floating; 1224 max_(std::numeric_limits<RawType>::max()), in FloatingPointTest() 1228 void TestSize() { EXPECT_EQ(sizeof(RawType), sizeof(Bits)); } in TestSize() 1233 testing::internal::FloatingEqMatcher<RawType> (*matcher_maker)(RawType)) { in TestMatches() argument 1234 Matcher<RawType> m1 = matcher_maker(0.0); in TestMatches() 1240 Matcher<RawType> m2 = matcher_maker(close_to_positive_zero_); in TestMatches() 1243 Matcher<RawType> m3 = matcher_maker(1.0); in TestMatches() 1250 Matcher<RawType> m4 = matcher_maker(-infinity_); in TestMatches() 1253 Matcher<RawType> m5 = matcher_maker(infinity_); in TestMatches() [all …]
|
| /freebsd/contrib/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-internal.h | 244 template <typename RawType> 249 typedef typename TypeWithSize<sizeof(RawType)>::UInt Bits; 254 static const size_t kBitCount = 8 * sizeof(RawType); 258 std::numeric_limits<RawType>::digits - 1; 293 explicit FloatingPoint(RawType x) { memcpy(&bits_, &x, sizeof(x)); } in FloatingPoint() 300 static RawType ReinterpretBits(Bits bits) { in ReinterpretBits() 301 RawType fp; in ReinterpretBits() 307 static RawType Infinity() { return ReinterpretBits(kExponentBitMask); } in Infinity()
|
| /freebsd/contrib/googletest/googletest/include/gtest/ |
| H A D | gtest.h | 1581 template <typename RawType> 1584 RawType lhs_value, RawType rhs_value) { in CmpHelperFloatingPointEQ() 1585 const FloatingPoint<RawType> lhs(lhs_value), rhs(rhs_value); in CmpHelperFloatingPointEQ() 1592 lhs_ss.precision(std::numeric_limits<RawType>::digits10 + 2); in CmpHelperFloatingPointEQ() 1596 rhs_ss.precision(std::numeric_limits<RawType>::digits10 + 2); in CmpHelperFloatingPointEQ()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
| H A D | UDTLayout.cpp | 45 const IPDBRawSymbol &RawType = SymbolType->getRawSymbol(); in getTypeLength() local 47 return RawType.getLength(); in getTypeLength()
|
| /freebsd/contrib/googletest/googletest/test/ |
| H A D | gtest_unittest.cc | 2741 template <typename RawType> 2746 RawType close_to_positive_zero; 2747 RawType close_to_negative_zero; 2748 RawType further_from_negative_zero; 2750 RawType close_to_one; 2751 RawType further_from_one; 2753 RawType infinity; 2754 RawType close_to_infinity; 2755 RawType further_from_infinity; 2757 RawType nan1; [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugInfoMetadata.cpp | 1329 const Metadata *RawType = getRawType(); in getSizeInBits() local 1330 while (RawType) { in getSizeInBits() 1332 if (auto *T = dyn_cast<DIType>(RawType)) in getSizeInBits() 1336 if (auto *DT = dyn_cast<DIDerivedType>(RawType)) { in getSizeInBits() 1338 RawType = DT->getRawBaseType(); in getSizeInBits()
|
| /freebsd/contrib/googletest/googletest/src/ |
| H A D | gtest.cc | 1731 template <typename RawType> 1733 RawType val1, RawType val2) { in FloatingPointLE() 1740 const FloatingPoint<RawType> lhs(val1), rhs(val2); in FloatingPointLE() 1750 val1_ss << std::setprecision(std::numeric_limits<RawType>::digits10 + 2) in FloatingPointLE() 1754 val2_ss << std::setprecision(std::numeric_limits<RawType>::digits10 + 2) in FloatingPointLE()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | llvm-pdbutil.cpp | 927 const IPDBRawSymbol &RawType = SymbolType->getRawSymbol(); in getTypeLength() 929 return RawType.getLength(); in getTypeLength() local
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 5381 QualType RawType, in GetImplicitObjectParameterType() argument 5395 RawType = Context.getQualifiedType(RawType, Method->getMethodQualifiers()); in GetImplicitObjectParameterType() 5398 return Context.getRValueReferenceType(RawType); in GetImplicitObjectParameterType() 5399 return Context.getLValueReferenceType(RawType); in GetImplicitObjectParameterType()
|