Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp378 unsigned TupleSize = AddressSize * 2; in emitUnitRangesEntries() local
379 unsigned Padding = offsetToAlignment(HeaderSize, Align(TupleSize)); in emitUnitRangesEntries()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2950 unsigned TupleSize = PtrSize * 2; in emitDebugARanges() local
2954 Asm->getUnitLengthFieldByteSize() + ContentSize, Align(TupleSize)); in emitDebugARanges()
2957 ContentSize += (List.size() + 1) * TupleSize; in emitDebugARanges()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h463 typedef ::std::tuple_size<Tuple> TupleSize; typedef
469 return IterateOverTuple<Tuple, TupleSize::value>()(f, t, out); in Run()
476 *out++ = f(::std::get<TupleSize::value - kRemainingSize>(t)); in operator()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp1164 const llvm::APSInt &TupleSize) { in checkTupleLikeDecomposition() argument
1165 if ((int64_t)Bindings.size() != TupleSize) { in checkTupleLikeDecomposition()
1168 << (unsigned)TupleSize.getLimitedValue(UINT_MAX) in checkTupleLikeDecomposition()
1169 << TupleSize.toString(10) << (TupleSize < Bindings.size()); in checkTupleLikeDecomposition()
1509 llvm::APSInt TupleSize(32); in CheckCompleteDecompositionDeclaration() local
1510 switch (isTupleLike(*this, DD->getLocation(), DecompType, TupleSize)) { in CheckCompleteDecompositionDeclaration()
1516 if (checkTupleLikeDecomposition(*this, Bindings, DD, DecompType, TupleSize)) in CheckCompleteDecompositionDeclaration()