Home
last modified time | relevance | path

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

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