Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DLowLevelTypeImpl.h262 const int FieldSizeInBits = FieldInfo[0];
263 return (((uint64_t)1) << FieldSizeInBits) - 1;
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp2674 int64_t FieldSizeInBits = in structHasUniqueObjectRepresentations() local
2679 if (BitfieldSize > FieldSizeInBits) in structHasUniqueObjectRepresentations()
2681 FieldSizeInBits = BitfieldSize; in structHasUniqueObjectRepresentations()
2689 CurOffsetInBits = FieldSizeInBits + FieldOffsetInBits; in structHasUniqueObjectRepresentations()