Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp3457 constexpr uint64_t MaxStructSizeInBytes = 1ULL << 60; in getASTRecordLayout() local
3459 if (static_cast<uint64_t>(StructSize.getQuantity()) >= MaxStructSizeInBytes) { in getASTRecordLayout()
3461 << D->getName() << MaxStructSizeInBytes; in getASTRecordLayout()