Home
last modified time | relevance | path

Searched defs:Tuple (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dtypecons.d468 template Tuple(Specs...) in Tuple() function
587 struct Tuple in Tuple() struct
592 alias Types = staticMap!(extractType, fieldSpecs); in Tuple()
597 alias Fields = Tuple!(int, "id", string, float); in Tuple()
604 alias fieldNames = staticMap!(extractName, fieldSpecs); in Tuple()
609 alias Fields = Tuple!(int, "id", string, float); in Tuple()
619 Types expand; in Tuple()
625 auto t1 = tuple(1, " hello ", 2.3); in Tuple()
628 void takeSeveralTypes(int n, string s, bool b) in Tuple()
633 auto t2 = tuple(4, "test", false); in Tuple()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dtypecons.d587 struct Tuple struct
600 alias Fields = Tuple!(int, "id", string, float); argument
613 alias Fields = Tuple!(int, "id", string, float); argument
630 assert(t1.toString() == `Tuple!(int, string, char)(1, " hello ", 'a')`); argument
650 ref inout(Tuple!Types) _Tuple_super() inout @trusted in _Tuple_super() argument
660 alias _Tuple_super this; argument
672 * of this `Tuple`, or can implicitly convert argument
687 alias ISD = Tuple!(int, string, double); argument
689 assert(tup.toString() == `Tuple!(int, string, double)(1, "test", 3.2)`); argument
734 alias IntVec = Tuple!(int, int, int); argument
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DProfileSummary.cpp182 static bool getOptionalVal(MDTuple *Tuple, unsigned &Idx, const char *Key, in getOptionalVal()
196 MDTuple *Tuple = dyn_cast_or_null<MDTuple>(MD); in getFromMD() local
H A DMetadata.cpp1350 auto *Tuple = cast<MDTuple>(Existing); in addAnnotationMetadata() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlistener/
H A Dllvm-jitlistener.cpp165 Triple Tuple(TheModule->getTargetTriple()); in InitEE() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp280 for (auto Tuple : zip_first(HdrData->Atoms, Values)) { in lookup() local
541 for (auto Tuple : zip_first(Abbr->Attributes, Values)) { in lookup() local
575 for (auto Tuple : zip_first(Abbr->Attributes, Values)) { in dump() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp333 MDTuple *Tuple = cast<MDTuple>(Existing); in hasInstrProfHashMismatch() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp317 const auto *Tuple = dyn_cast<MDTuple>(MD); in emitEndOfAsmFile() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.cpp55 auto Tuple = dyn_cast<MDTuple>(NamedMD->getOperand(0)); in readFromIR() local
/netbsd-src/external/apache2/llvm/dist/libcxx/benchmarks/
H A Dalgorithms.bench.cpp17 enum class ValueType { Uint32, Uint64, Pair, Tuple, String }; enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-printers.h878 void TersePrintPrefixToStrings(const Tuple&, std::integral_constant<size_t, 0>, in TersePrintPrefixToStrings()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp327 auto *Tuple = dyn_cast_or_null<MDTuple>(MaybeTuple); in upgradeTypeRefArray() local
344 auto *Tuple = dyn_cast_or_null<MDTuple>(MaybeTuple); in resolveTypeRefArray() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DMSVC.cpp91 llvm::VersionTuple Tuple; in getHighestNumericTupleInDirectory() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp789 for (const auto &Tuple : R) { in addOptimalMapping() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp641 std::vector<Init*> Tuple; in expand() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1258 MDTuple *Tuple = cast<MDTuple>(Existing); in annotateFunctionWithHashMismatch() local
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddtemplate.d116 extern (C++) inout(Tuple) isTuple(inout RootObject o) in inout() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp16319 SDValue Tuple = N->getOperand(2); in PerformDAGCombine() local