Home
last modified time | relevance | path

Searched refs:TooBig (Results 1 – 3 of 3) sorted by relevance

/external/llvm/unittests/DebugInfo/DWARF/
DDWARFFormValueTest.cpp102 auto TooBig = createULEBFormValue(uint64_t(LLONG_MAX) + 1); in TEST() local
104 EXPECT_EQ(TooBig.getAsSignedConstant().hasValue(), false); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFFormValueTest.cpp89 auto TooBig = createULEBFormValue(uint64_t(LLONG_MAX) + 1); in TEST() local
91 EXPECT_EQ(TooBig.getAsSignedConstant().hasValue(), false); in TEST()
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp68 static const unsigned TooBig = 1u << NumBitsPerType; member in __anon042c96440111::PGOHash
100 static_assert(LastHashType <= TooBig, "Too many types in HashType");
110 const unsigned PGOHash::TooBig; member in __anon042c96440111::PGOHash
580 assert(unsigned(Type) < TooBig && "Hash is invalid: too many types"); in combine()