Searched refs:TupleSize (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
H A D | DWARFStreamer.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFStreamer.cpp | 451 unsigned TupleSize = AddressSize * 2; in emitDwarfDebugArangesTable() local 452 unsigned Padding = offsetToAlignment(HeaderSize, Align(TupleSize)); in emitDwarfDebugArangesTable()
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerCompileUnit.cpp | 855 unsigned TupleSize = OutArangesSection.getFormParams().AddrSize * 2; in emitAranges() local 856 unsigned Padding = offsetToAlignment(HeaderSize, Align(TupleSize)); in emitAranges()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.cpp | 3088 unsigned TupleSize = PtrSize * 2; in emitDebugARanges() local 3092 Asm->getUnitLengthFieldByteSize() + ContentSize, Align(TupleSize)); in emitDebugARanges() 3095 ContentSize += (List.size() + 1) * TupleSize; in emitDebugARanges()
|
/freebsd/contrib/googletest/googlemock/include/gmock/ |
H A D | gmock-matchers.h | 708 typedef ::std::tuple_size<Tuple> TupleSize; typedef 714 return IterateOverTuple<Tuple, TupleSize::value>()(f, t, out); in Run() 721 *out++ = f(::std::get<TupleSize::value - kRemainingSize>(t)); in operator()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 1215 const llvm::APSInt &TupleSize) { in checkTupleLikeDecomposition() argument 1216 if ((int64_t)Bindings.size() != TupleSize) { in checkTupleLikeDecomposition() 1219 << (unsigned)TupleSize.getLimitedValue(UINT_MAX) in checkTupleLikeDecomposition() 1220 << toString(TupleSize, 10) << (TupleSize < Bindings.size()); in checkTupleLikeDecomposition() 1560 llvm::APSInt TupleSize(32); in CheckCompleteDecompositionDeclaration() local 1561 switch (isTupleLike(*this, DD->getLocation(), DecompType, TupleSize)) { in CheckCompleteDecompositionDeclaration() 1567 if (checkTupleLikeDecomposition(*this, Bindings, DD, DecompType, TupleSize)) in CheckCompleteDecompositionDeclaration()
|