Home
last modified time | relevance | path

Searched defs:TupleSize (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h708 typedef ::std::tuple_size<Tuple> TupleSize; typedef
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp451 unsigned TupleSize = AddressSize * 2; in emitDwarfDebugArangesTable() local
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp855 unsigned TupleSize = OutArangesSection.getFormParams().AddrSize * 2; in emitAranges() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp3100 unsigned TupleSize = PtrSize * 2; emitDebugARanges() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp1227 checkTupleLikeDecomposition(Sema & S,ArrayRef<BindingDecl * > Bindings,VarDecl * Src,QualType DecompType,const llvm::APSInt & TupleSize) checkTupleLikeDecomposition() argument
1572 llvm::APSInt TupleSize(32); CheckCompleteDecompositionDeclaration() local