Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DLowLevelTypeImpl.h348 const int FieldSizeInBits = FieldInfo[0];
349 return (((uint64_t)1) << FieldSizeInBits) - 1;
/openbsd/src/gnu/llvm/clang/lib/AST/
DASTContext.cpp2715 int64_t FieldSizeInBits = in getSubobjectSizeInBits() local
2723 } else if (BitfieldSize > FieldSizeInBits) { in getSubobjectSizeInBits()
2726 FieldSizeInBits = BitfieldSize; in getSubobjectSizeInBits()
2731 return FieldSizeInBits; in getSubobjectSizeInBits()