Home
last modified time | relevance | path

Searched defs:canFit (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DRandstruct.cpp49 virtual bool canFit(int FieldSize) const { in canFit() function in __anon9f9330eb0111::Bucket
62 bool canFit(int FieldSize) const override { return true; } in canFit() function
/llvm-project-15.0.7/libcxx/test/std/utilities/template.bitset/bitset.members/
H A Dto_ullong.pass.cpp42 const bool canFit = N < sizeof(unsigned long long) * CHAR_BIT; in test_to_ullong() local
H A Dto_ulong.pass.cpp44 const bool canFit = N < sizeof(unsigned long) * CHAR_BIT; in test_to_ulong() local