/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | typecons.d | 468 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 D | typecons.d | 587 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 D | ProfileSummary.cpp | 182 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 D | Metadata.cpp | 1350 auto *Tuple = cast<MDTuple>(Existing); in addAnnotationMetadata() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlistener/ |
H A D | llvm-jitlistener.cpp | 165 Triple Tuple(TheModule->getTargetTriple()); in InitEE() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFAcceleratorTable.cpp | 280 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 D | BasicBlockSections.cpp | 333 MDTuple *Tuple = cast<MDTuple>(Existing); in hasInstrProfHashMismatch() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyAsmPrinter.cpp | 317 const auto *Tuple = dyn_cast<MDTuple>(MD); in emitEndOfAsmFile() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUPALMetadata.cpp | 55 auto Tuple = dyn_cast<MDTuple>(NamedMD->getOperand(0)); in readFromIR() local
|
/netbsd-src/external/apache2/llvm/dist/libcxx/benchmarks/ |
H A D | algorithms.bench.cpp | 17 enum class ValueType { Uint32, Uint64, Pair, Tuple, String }; enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/ |
H A D | gtest-printers.h | 878 void TersePrintPrefixToStrings(const Tuple&, std::integral_constant<size_t, 0>, in TersePrintPrefixToStrings()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/ |
H A D | MetadataLoader.cpp | 327 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 D | MSVC.cpp | 91 llvm::VersionTuple Tuple; in getHighestNumericTupleInDirectory() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/ |
H A D | ASTDiff.cpp | 789 for (const auto &Tuple : R) { in addOptimalMapping() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | CodeGenRegisters.cpp | 641 std::vector<Init*> Tuple; in expand() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 1258 MDTuple *Tuple = cast<MDTuple>(Existing); in annotateFunctionWithHashMismatch() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | dtemplate.d | 116 extern (C++) inout(Tuple) isTuple(inout RootObject o) in inout() argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 16319 SDValue Tuple = N->getOperand(2); in PerformDAGCombine() local
|