Searched refs:TupleSize (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/DWARFLinker/ |
| H A D | DWARFStreamer.cpp | 393 unsigned TupleSize = AddressSize * 2; in emitUnitRangesEntries() local 394 unsigned Padding = offsetToAlignment(HeaderSize, Align(TupleSize)); in emitUnitRangesEntries()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 3020 unsigned TupleSize = PtrSize * 2; in emitDebugARanges() local 3024 Asm->getUnitLengthFieldByteSize() + ContentSize, Align(TupleSize)); in emitDebugARanges() 3027 ContentSize += (List.size() + 1) * TupleSize; in emitDebugARanges()
|
| /llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 464 typedef ::std::tuple_size<Tuple> TupleSize; typedef 470 return IterateOverTuple<Tuple, TupleSize::value>()(f, t, out); in Run() 477 *out++ = f(::std::get<TupleSize::value - kRemainingSize>(t)); in operator()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 1163 const llvm::APSInt &TupleSize) { in checkTupleLikeDecomposition() argument 1164 if ((int64_t)Bindings.size() != TupleSize) { in checkTupleLikeDecomposition() 1167 << (unsigned)TupleSize.getLimitedValue(UINT_MAX) in checkTupleLikeDecomposition() 1168 << toString(TupleSize, 10) << (TupleSize < Bindings.size()); in checkTupleLikeDecomposition() 1507 llvm::APSInt TupleSize(32); in CheckCompleteDecompositionDeclaration() local 1508 switch (isTupleLike(*this, DD->getLocation(), DecompType, TupleSize)) { in CheckCompleteDecompositionDeclaration() 1514 if (checkTupleLikeDecomposition(*this, Bindings, DD, DecompType, TupleSize)) in CheckCompleteDecompositionDeclaration()
|