| /freebsd-12.1/contrib/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-tuple.h | 799 k < (tuple_size<Tuple>::value), k, Tuple>::type type; 802 #define GTEST_TUPLE_ELEMENT_(k, Tuple) typename tuple_element<k, Tuple >::type 811 template <class Tuple> 815 template <class Tuple> 823 template <class Tuple> 827 template <class Tuple> 835 template <class Tuple> 839 template <class Tuple> 847 template <class Tuple> 851 template <class Tuple> [all …]
|
| H A D | gtest-tuple.h.pump | 124 template <bool kIndexValid, int kIndex, class Tuple> 208 // 6.1.3.2 Tuple creation functions. 226 // 6.1.3.3 Tuple helper classes. 228 template <typename Tuple> struct tuple_size; 239 template <int k, class Tuple> 242 k < (tuple_size<Tuple>::value), k, Tuple>::type type; 245 #define GTEST_TUPLE_ELEMENT_(k, Tuple) typename tuple_element<k, Tuple >::type 256 template <class Tuple> 258 Field(Tuple& t) { return t.f$(i)_; } // NOLINT 260 template <class Tuple> [all …]
|
| /freebsd-12.1/contrib/compiler-rt/lib/xray/ |
| H A D | xray_fdr_log_writer.h | 26 template <class Tuple, 39 template <class Tuple, 42 Tuple>::type>::value, 44 static void serializeTo(char *, Tuple &&) {} in serializeTo() 49 template <class Tuple, size_t Index> struct AggregateSizesImpl { 51 sizeof(typename std::tuple_element<Index, Tuple>::type) + 52 AggregateSizesImpl<Tuple, Index - 1>::value; 55 template <class Tuple> struct AggregateSizesImpl<Tuple, 0> { 57 sizeof(typename std::tuple_element<0, Tuple>::type); 60 template <class Tuple> struct AggregateSizes { [all …]
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | ProfileSummary.cpp | 145 MDTuple *Tuple = dyn_cast_or_null<MDTuple>(MD); in getFromMD() local 146 if (!Tuple || Tuple->getNumOperands() != 8) in getFromMD() 149 auto &FormatMD = Tuple->getOperand(0); in getFromMD() 162 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(1)), "TotalCount", in getFromMD() 165 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(2)), "MaxCount", MaxCount)) in getFromMD() 167 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(3)), "MaxInternalCount", in getFromMD() 170 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(4)), "MaxFunctionCount", in getFromMD() 173 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(5)), "NumCounts", NumCounts)) in getFromMD() 175 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(6)), "NumFunctions", in getFromMD() 180 if (!getSummaryFromMD(dyn_cast<MDTuple>(Tuple->getOperand(7)), Summary)) in getFromMD()
|
| /freebsd-12.1/contrib/googletest/googletest/include/gtest/ |
| H A D | gtest-printers.h | 977 typedef TupleT Tuple; typedef 986 static_cast<int>(I), Tuple>::type>::type 987 get(const Tuple& tuple) { in get() 998 typedef ::std::tuple<Types...> Tuple; 1006 const Tuple& tuple) { 1026 template <typename Tuple> 1041 template <typename Tuple> 1053 template <typename Tuple> 1056 template <typename Tuple> 1062 template <typename Tuple> [all …]
|
| /freebsd-12.1/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-generated-matchers.h | 78 GMOCK_FIELD_TYPE_(Tuple, k1), GMOCK_FIELD_TYPE_(Tuple, k2), 79 GMOCK_FIELD_TYPE_(Tuple, k3), GMOCK_FIELD_TYPE_(Tuple, k4), 80 GMOCK_FIELD_TYPE_(Tuple, k5), GMOCK_FIELD_TYPE_(Tuple, k6), 81 GMOCK_FIELD_TYPE_(Tuple, k7), GMOCK_FIELD_TYPE_(Tuple, k8), 133 GMOCK_FIELD_TYPE_(Tuple, k1), GMOCK_FIELD_TYPE_(Tuple, k2), 144 GMOCK_FIELD_TYPE_(Tuple, k1), GMOCK_FIELD_TYPE_(Tuple, k2), 155 GMOCK_FIELD_TYPE_(Tuple, k1), GMOCK_FIELD_TYPE_(Tuple, k2), 156 GMOCK_FIELD_TYPE_(Tuple, k3), GMOCK_FIELD_TYPE_(Tuple, k4), 168 GMOCK_FIELD_TYPE_(Tuple, k1), GMOCK_FIELD_TYPE_(Tuple, k2), 169 GMOCK_FIELD_TYPE_(Tuple, k3), GMOCK_FIELD_TYPE_(Tuple, k4), [all …]
|
| H A D | gmock-generated-matchers.h.pump | 56 // The type of the i-th (0-based) field of Tuple. 57 #define GMOCK_FIELD_TYPE_(Tuple, i) \ 58 typename ::testing::tuple_element<i, Tuple>::type 60 // TupleFields<Tuple, k0, ..., kn> is for selecting fields from a 61 // tuple of type Tuple. It has two members: 63 // type: a tuple type whose i-th field is the ki-th field of Tuple. 71 template <class Tuple$for i [[, int k$i = -1]]> 75 template <class Tuple$for i [[, int k$i]]> 79 static type GetSelectedFields(const Tuple& t) { 91 template <class Tuple$for j [[, int k$j]]> [all …]
|
| H A D | gmock-matchers.h | 994 template <typename Tuple, typename Func, typename OutIter> 997 typedef ::testing::tuple_size<Tuple> TupleSize; 1002 static OutIter Run(Func f, const Tuple& t, OutIter out) { in Run() 1003 return IterateOverTuple<Tuple, TupleSize::value>()(f, t, out); in Run() 1025 template <typename Tuple, typename Func, typename OutIter> 1631 template <typename Tuple> 1632 class Impl : public MatcherInterface<Tuple> { 1635 Tuple args, 2278 template <typename Tuple> 2279 class Impl : public MatcherInterface<Tuple> { [all …]
|
| /freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/ |
| H A D | TestBean.java | 137 Tuple tuple = getTuple(); in getAggregationRecord() 155 Tuple tuple = new Tuple(v1, v2); in getAggregation() 164 public static Tuple 178 Tuple tuple = new Tuple(r1, r2, r3, r4); in getTuple() 298 Map < Tuple, String > formattedOutput = in getPrintaRecord() 299 new HashMap < Tuple, String > (); in getPrintaRecord() 300 for (Tuple t : a.asMap().keySet()) { in getPrintaRecord() 303 List < Tuple > tuples = new ArrayList < Tuple > (); in getPrintaRecord() 304 for (Tuple t : a.asMap().keySet()) { in getPrintaRecord() 357 Tuple tuple = new Tuple(v1, v2, v3, v4, v5, v6); in getAggregate()
|
| H A D | TestFunctionLookup.java | 62 for (Tuple tuple : agg.asMap().keySet()) { in main() 96 for (Tuple tuple : agg.asMap().keySet()) { in main()
|
| H A D | TestGetAggregate.java | 114 rec = a.getRecord(Tuple.EMPTY); in testCleared() 122 rec = a.getRecord(Tuple.EMPTY); in testCleared()
|
| /freebsd-12.1/contrib/llvm/lib/XRay/ |
| H A D | FDRTraceWriter.cpp | 23 class Tuple, 26 std::tuple_size<typename std::remove_reference<Tuple>::type>::value), 28 static size_t write(support::endian::Writer &OS, Tuple &&T) { in write() 34 class Tuple, 37 std::tuple_size<typename std::remove_reference<Tuple>::type>::value), 39 static size_t write(support::endian::Writer &OS, Tuple &&) { in write()
|
| /freebsd-12.1/contrib/googletest/googlemock/include/gmock/internal/ |
| H A D | gmock-internal-utils.h | 551 template <typename F, typename Tuple, size_t... Idx> 552 auto ApplyImpl(F&& f, Tuple&& args, int_pack<Idx...>) -> decltype( 553 std::forward<F>(f)(std::get<Idx>(std::forward<Tuple>(args))...)) { 554 return std::forward<F>(f)(std::get<Idx>(std::forward<Tuple>(args))...); 558 template <typename F, typename Tuple> 559 auto Apply(F&& f, Tuple&& args) 560 -> decltype(ApplyImpl(std::forward<F>(f), std::forward<Tuple>(args), 561 make_int_pack<std::tuple_size<Tuple>::value>())) { 562 return ApplyImpl(std::forward<F>(f), std::forward<Tuple>(args), 563 make_int_pack<std::tuple_size<Tuple>::value>());
|
| H A D | gmock-generated-internal-utils.h.pump | 70 template <typename Tuple>
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | FormatVariadic.h | 149 template <typename Tuple> class formatv_object : public formatv_object_base { 153 Tuple Parameters; 156 formatv_object(StringRef Fmt, Tuple &&Params) in formatv_object() 157 : formatv_object_base(Fmt, std::tuple_size<Tuple>::value), in formatv_object()
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyAsmPrinter.cpp | 139 const MDTuple *Tuple = dyn_cast<MDTuple>(MD); in EmitEndOfAsmFile() local 140 if (!Tuple || Tuple->getNumOperands() != 2) in EmitEndOfAsmFile() 142 const MDString *Name = dyn_cast<MDString>(Tuple->getOperand(0)); in EmitEndOfAsmFile() 143 const MDString *Contents = dyn_cast<MDString>(Tuple->getOperand(1)); in EmitEndOfAsmFile()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFAcceleratorTable.cpp | 281 for (const auto &Tuple : zip_first(HdrData->Atoms, Values)) { in lookup() local 282 if (std::get<0>(Tuple).first == Atom) in lookup() 283 return std::get<1>(Tuple); in lookup() 534 for (const auto &Tuple : zip_first(Abbr->Attributes, Values)) { in lookup() local 535 if (std::get<0>(Tuple).Index == Index) in lookup() 536 return std::get<1>(Tuple); in lookup() 568 for (const auto &Tuple : zip_first(Abbr->Attributes, Values)) { in dump() local 569 W.startLine() << formatv("{0}: ", std::get<0>(Tuple).Index); in dump() 570 std::get<1>(Tuple).dump(W.getOStream()); in dump()
|
| /freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/ |
| H A D | MetadataLoader.cpp | 320 auto *Tuple = dyn_cast_or_null<MDTuple>(MaybeTuple); in upgradeTypeRefArray() local 321 if (!Tuple || Tuple->isDistinct()) in upgradeTypeRefArray() 325 if (!Tuple->isTemporary()) in upgradeTypeRefArray() 326 return resolveTypeRefArray(Tuple); in upgradeTypeRefArray() 331 std::piecewise_construct, std::forward_as_tuple(Tuple), in upgradeTypeRefArray() 337 auto *Tuple = dyn_cast_or_null<MDTuple>(MaybeTuple); in resolveTypeRefArray() local 338 if (!Tuple || Tuple->isDistinct()) in resolveTypeRefArray() 343 Ops.reserve(Tuple->getNumOperands()); in resolveTypeRefArray() 344 for (Metadata *MD : Tuple->operands()) in resolveTypeRefArray()
|
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | STLExtras.h | 1523 template <typename F, typename Tuple, std::size_t... I> 1524 auto apply_tuple_impl(F &&f, Tuple &&t, index_sequence<I...>) 1525 -> decltype(std::forward<F>(f)(std::get<I>(std::forward<Tuple>(t))...)) { 1526 return std::forward<F>(f)(std::get<I>(std::forward<Tuple>(t))...); 1534 template <typename F, typename Tuple> 1535 auto apply_tuple(F &&f, Tuple &&t) -> decltype(detail::apply_tuple_impl( 1536 std::forward<F>(f), std::forward<Tuple>(t), 1538 std::tuple_size<typename std::decay<Tuple>::type>::value>{})) { 1540 std::tuple_size<typename std::decay<Tuple>::type>::value>; 1542 return detail::apply_tuple_impl(std::forward<F>(f), std::forward<Tuple>(t),
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | EHScopeStack.h | 217 ConditionalCleanup(SavedTuple Tuple) : Saved(std::move(Tuple)) {}
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAsmPrinter.cpp | 323 auto Tuple = dyn_cast<MDTuple>(NamedMD->getOperand(0)); in readPALMetadata() local 324 if (!Tuple) in readPALMetadata() 326 for (unsigned I = 0, E = Tuple->getNumOperands() & -2; I != E; I += 2) { in readPALMetadata() 327 auto Key = mdconst::dyn_extract<ConstantInt>(Tuple->getOperand(I)); in readPALMetadata() 328 auto Val = mdconst::dyn_extract<ConstantInt>(Tuple->getOperand(I + 1)); in readPALMetadata()
|
| /freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/ |
| H A D | JDTrace.java | 270 List <Tuple> tuples = printa.getTuples(); in consumeProbeData() 274 for (Tuple t : tuples) { in consumeProbeData() 455 Tuple tuple; in printAggregationRecords()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/ASTDiff/ |
| H A D | ASTDiff.cpp | 791 for (const auto Tuple : R) { in addOptimalMapping() local 792 NodeId Src = Tuple.first; in addOptimalMapping() 793 NodeId Dst = Tuple.second; in addOptimalMapping()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | PythonDataObjects.h | 69 Tuple, enumerator
|
| /freebsd-12.1/contrib/googletest/googlemock/ |
| H A D | README.md | 249 ### Choosing a TR1 Tuple Library ### 301 tuple library. See the instructions in section "[Choosing a TR1 Tuple
|