Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp341 unsigned TupleSize = AddressSize * 2; in emitDwarfDebugArangesTable() local
342 unsigned Padding = offsetToAlignment(HeaderSize, Align(TupleSize)); in emitDwarfDebugArangesTable()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp3056 unsigned TupleSize = PtrSize * 2; in emitDebugARanges() local
3060 Asm->getUnitLengthFieldByteSize() + ContentSize, Align(TupleSize)); in emitDebugARanges()
3063 ContentSize += (List.size() + 1) * TupleSize; in emitDebugARanges()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp1197 const llvm::APSInt &TupleSize) { in checkTupleLikeDecomposition() argument
1198 if ((int64_t)Bindings.size() != TupleSize) { in checkTupleLikeDecomposition()
1201 << (unsigned)TupleSize.getLimitedValue(UINT_MAX) in checkTupleLikeDecomposition()
1202 << toString(TupleSize, 10) << (TupleSize < Bindings.size()); in checkTupleLikeDecomposition()
1541 llvm::APSInt TupleSize(32); in CheckCompleteDecompositionDeclaration() local
1542 switch (isTupleLike(*this, DD->getLocation(), DecompType, TupleSize)) { in CheckCompleteDecompositionDeclaration()
1548 if (checkTupleLikeDecomposition(*this, Bindings, DD, DecompType, TupleSize)) in CheckCompleteDecompositionDeclaration()