Searched refs:TupleSize (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFStreamer.cpp | 378 unsigned TupleSize = AddressSize * 2; in emitUnitRangesEntries() local 379 unsigned Padding = offsetToAlignment(HeaderSize, Align(TupleSize)); in emitUnitRangesEntries()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 3000 unsigned TupleSize = PtrSize * 2; in emitDebugARanges() local 3004 Asm->getUnitLengthFieldByteSize() + ContentSize, Align(TupleSize)); in emitDebugARanges() 3007 ContentSize += (List.size() + 1) * TupleSize; in emitDebugARanges()
|
| /freebsd-13.1/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 997 typedef ::testing::tuple_size<Tuple> TupleSize; typedef 1003 return IterateOverTuple<Tuple, TupleSize::value>()(f, t, out); in Run() 1010 *out++ = f(::testing::get<TupleSize::value - kRemainingSize>(t)); in operator()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 1162 const llvm::APSInt &TupleSize) { in checkTupleLikeDecomposition() argument 1163 if ((int64_t)Bindings.size() != TupleSize) { in checkTupleLikeDecomposition() 1166 << (unsigned)TupleSize.getLimitedValue(UINT_MAX) in checkTupleLikeDecomposition() 1167 << 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()
|