HomeSort by relevance Sort by last modified time
    Searched refs:TooBig (Results 1 - 2 of 2) sorted by null

  /external/llvm/unittests/DebugInfo/DWARF/
DWARFFormValueTest.cpp 101 auto TooBig = createULEBFormValue(uint64_t(LLONG_MAX) + 1);
103 EXPECT_EQ(TooBig.getAsSignedConstant().hasValue(), false);
  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 101 static const unsigned TooBig = 1u << NumBitsPerType;
133 static_assert(LastHashType <= TooBig, "Too many types in HashType");
143 const unsigned PGOHash::TooBig;
623 assert(unsigned(Type) < TooBig && "Hash is invalid: too many types");

Completed in 391 milliseconds