Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/AST/
DASTContext.cpp2741 const RangeT &Subobjects, int64_t CurOffsetInBits, in structSubobjectsHaveUniqueObjectRepresentations() argument
2750 if (Offset != CurOffsetInBits) in structSubobjectsHaveUniqueObjectRepresentations()
2752 CurOffsetInBits += *SizeInBits; in structSubobjectsHaveUniqueObjectRepresentations()
2755 return CurOffsetInBits; in structSubobjectsHaveUniqueObjectRepresentations()
2764 int64_t CurOffsetInBits = 0; in structHasUniqueObjectRepresentations() local
2781 structSubobjectsHaveUniqueObjectRepresentations(Bases, CurOffsetInBits, in structHasUniqueObjectRepresentations()
2785 CurOffsetInBits = *OffsetAfterBases; in structHasUniqueObjectRepresentations()
2790 RD->fields(), CurOffsetInBits, Context, Layout); in structHasUniqueObjectRepresentations()
2793 CurOffsetInBits = *OffsetAfterFields; in structHasUniqueObjectRepresentations()
2795 return CurOffsetInBits; in structHasUniqueObjectRepresentations()