/llvm-project/llvm/unittests/TargetParser/ |
H A D | TripleTest.cpp | 18 Triple T; TEST() local 76 Triple T; TEST() local 1330 Triple T; TEST() local 1371 Triple T; TEST() local 1565 Triple T; TEST() local 1767 Triple T; TEST() local 1920 Triple T; TEST() local 1956 Triple T; TEST() local 2112 Triple T; TEST() local 2129 Triple T = Triple("x86_64-apple-macos11"); TEST() local 2226 Triple T = Triple(""); TEST() local 2331 Triple T; TEST() local 2343 Triple T = Triple("arm"); TEST() local 2347 Triple T = Triple("armeb"); TEST() local 2352 Triple T = Triple("thumb"); TEST() local 2356 Triple T = Triple("thumbeb"); TEST() local 2361 Triple T = Triple("arm64"); TEST() local 2365 Triple T = Triple("arm64_32"); TEST() local 2369 Triple T = Triple("aarch64"); TEST() local 2373 Triple T = Triple("aarch64_be"); TEST() local 2377 Triple T = Triple("arm64e"); TEST() local 2382 Triple T = Triple("arm64ec"); TEST() local 2387 Triple T; TEST() local 2396 Triple T = Triple("thumbv6m"); TEST() local 2400 Triple T = Triple("armv8m.base"); TEST() local 2404 Triple T = Triple("armv7s"); TEST() local 2408 Triple T = Triple("armv7k"); TEST() local 2412 Triple T = Triple("armv7ve"); TEST() local 2416 Triple T = Triple("armv6"); TEST() local 2420 Triple T = Triple("armv6m"); TEST() local 2424 Triple T = Triple("armv6k"); TEST() local 2428 Triple T = Triple("armv6t2"); TEST() local 2432 Triple T = Triple("armv5"); TEST() local 2436 Triple T = Triple("armv5te"); TEST() local 2440 Triple T = Triple("armv4t"); TEST() local 2446 Triple T = Triple("arm"); TEST() local 2450 Triple T = Triple("armv7m"); TEST() local 2454 Triple T = Triple("armv7em"); TEST() local 2458 Triple T = Triple("armv8m.main"); TEST() local 2462 Triple T = Triple("armv8.1m.main"); TEST() local 2470 Triple T = Triple("armv7s"); TEST() local 2474 Triple T = Triple("armv7k"); TEST() local 2478 Triple T = Triple("armv7ve"); TEST() local 2482 Triple T = Triple("armv6"); TEST() local 2486 Triple T = Triple("armv6k"); TEST() local 2490 Triple T = Triple("armv6t2"); TEST() local 2494 Triple T = Triple("armv5"); TEST() local 2498 Triple T = Triple("armv5te"); TEST() local 2502 Triple T = Triple("armv4t"); TEST() local 2506 Triple T = Triple("arm"); TEST() local 2512 Triple T = Triple("armv6m"); TEST() local 2516 Triple T = Triple("armv7m"); TEST() local 2520 Triple T = Triple("armv7em"); TEST() local 2524 Triple T = Triple("armv8m.base"); TEST() local 2528 Triple T = Triple("armv8m.main"); TEST() local 2532 Triple T = Triple("armv8.1m.main"); TEST() local [all...] |
/llvm-project/libcxx/test/libcxx/ |
H A D | minimal_cxx11_configuration.pass.cpp | 54 struct T { struct 55 T() : moved(0) {} in T() function 56 T(T const& other) : moved(other.moved) {} in T() function 57 T(T&& other) : moved(other.moved) { ++moved; other.moved = -1; } in T() function 58 int moved; 79 void f(T&&) { in f() argument 99 struct T { struct 100 T() : lvalue_called(0), rvalue_called(0) {} in T() argument 101 void foo() const & { lvalue_called++; } in foo() 102 void foo() && { rvalue_called++; } in foo() [all …]
|
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/ |
H A D | copy.pass.cpp | 52 typedef std::tuple<> T; in test() typedef 58 typedef std::tuple<int> T; in test() typedef 65 typedef std::tuple<int, char> T; in test() typedef 74 using T = std::tuple<int&, int&&>; in test() typedef 100 typedef std::tuple<int, char, std::string> T; in main() typedef 111 using T = std::tuple<std::unique_ptr<int>>; in main() typedef 115 using T = std::tuple<int, NonAssignable>; in main() typedef 119 using T = std::tuple<int, CopyAssignable>; in main() typedef 123 using T = std::tuple<int, MoveAssignable>; in main() typedef 127 using T = std::tuple<int, int, int>; in main() typedef [all …]
|
H A D | move.pass.cpp | 60 typedef std::tuple<> T; in test() typedef 66 typedef std::tuple<MoveOnly> T; in test() typedef 73 typedef std::tuple<MoveOnly, MoveOnly> T; in test() typedef 81 typedef std::tuple<MoveOnly, MoveOnly, MoveOnly> T; in test() typedef 91 using T = std::tuple<int&, int&&>; in test() typedef 117 using T = std::tuple<std::unique_ptr<int>>; in main() typedef 122 using T = std::tuple<int, NonAssignable>; in main() typedef 126 using T = std::tuple<int, MoveAssignable>; in main() typedef 132 using T = std::tuple<CountAssign, CopyAssignable>; in main() typedef 141 using T = std::tuple<int, NonAssignable>; in main() typedef [all …]
|
/llvm-project/clang/test/PCH/ |
H A D | cxx2a-constraints.cpp | 15 template <class T> void f(T) requires (sizeof(int) == sizeof(T)) {} in f() argument 16 template <class T> void f(T) requires (sizeof(char) == sizeof(T)) {} in f() argument 18 template <class T> requires (sizeof(int) == sizeof(T)) void g(T) {} in g() argument 19 template <class T> requires (sizeof(char) == sizeof(T)) void g(T) {} in g() argument 21 template <SizedLike<int> T> void h(T) {} in h() argument 22 template <SizedLike<char> T> void h(T) {} in h() argument 24 template <SizedLike<int> T> void i(T) {} in i() argument 25 template <SizedLike T> void i(T) {} in i() argument
|
/llvm-project/llvm/lib/BinaryFormat/ |
H A D | MachO.cpp | 15 static MachO::CPUSubTypeX86 getX86SubType(const Triple &T) { in getX86SubType() argument 26 static MachO::CPUSubTypeARM getARMSubType(const Triple &T) { in getARMSubType() argument 57 static MachO::CPUSubTypeARM64 getARM64SubType(const Triple &T) { in getARM64SubType() argument 67 getPowerPCSubType(const Triple & T) getPowerPCSubType() argument 71 unsupported(const char * Str,const Triple & T) unsupported() argument 77 getCPUType(const Triple & T) getCPUType() argument 95 getCPUSubType(const Triple & T) getCPUSubType() argument [all...] |
/llvm-project/clang/test/AST/ |
H A D | ast-dump-openmp-begin-declare-variant_template_2.cpp | 5 int also_before(T) { in also_before() argument 18 int also_before(T) { in also_before() argument 22 int also_after(T) { in also_after() argument 26 int also_after_mismatch(T, Q) { in also_after_mismatch() argument 30 int also_before_mismatch(T) { in also_before_mismatch() argument 34 int also_before_non_template(T) { in also_before_non_template() argument 44 int also_after(T) { in also_after() argument 48 int also_after_mismatch(T) { in also_after_mismatch() argument
|
/llvm-project/libcxx/test/libcxx/depr/depr.func.adaptor.typedefs/ |
H A D | typedefs.depr_in_cxx17.verify.cpp | 25 using T = std::plus<int>; in test_functional() typedef 34 using T = std::less<int>; in test_functional() typedef 43 using T = std::logical_not<int>; in test_functional() typedef 54 using T = std::owner_less<std::shared_ptr<int>>; in test_owner_less() typedef 63 using T = std::owner_less<std::weak_ptr<int>>; in test_owner_less() typedef 76 using T = std::hash<int>; in test_hash() typedef 83 using T = std::hash<std::shared_ptr<int>>; in test_hash() typedef 90 using T = std::hash<std::unique_ptr<int>>; in test_hash() typedef 97 using T = std::hash<std::optional<int>>; in test_hash() typedef 108 using T = std::map<int, int>::value_compare; in test_map() typedef [all …]
|
/llvm-project/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/ |
H A D | types.pass.cpp | 42 using T = std::scoped_lock<>; in main() typedef 47 using T = std::scoped_lock<M1>; in main() typedef 52 using T = std::scoped_lock<M1>; in main() typedef 58 using T = std::scoped_lock<M1, M2>; in main() typedef 64 using T = std::scoped_lock<M1, M1, M2>; in main() typedef 69 using T = std::scoped_lock<M1, M1>; in main() typedef 74 using T = std::scoped_lock<M1, M1, M1>; in main() typedef
|
/llvm-project/offload/test/mapping/ |
H A D | low_alignment.c | 25 struct T { in main() struct 26 int a; in main() 27 int b; in main() 28 int c; in main() 29 int d; in main() 30 int i; in main() 31 int j; in main()
|
/llvm-project/clang/lib/AST/ |
H A D | ODRHash.cpp | 283 AddQualType(QualType T) AddQualType() argument 856 AddQualType(QualType T) AddQualType() argument 860 AddType(const Type * T) AddType() argument 887 RemoveTypedef(const Type * T) RemoveTypedef() argument 929 Visit(const Type * T) Visit() argument 935 VisitType(const Type * T) VisitType() argument 937 VisitAdjustedType(const AdjustedType * T) VisitAdjustedType() argument 943 VisitDecayedType(const DecayedType * T) VisitDecayedType() argument 949 VisitArrayType(const ArrayType * T) VisitArrayType() argument 955 VisitConstantArrayType(const ConstantArrayType * T) VisitConstantArrayType() argument 960 VisitArrayParameterType(const ArrayParameterType * T) VisitArrayParameterType() argument 964 VisitDependentSizedArrayType(const DependentSizedArrayType * T) VisitDependentSizedArrayType() argument 969 VisitIncompleteArrayType(const IncompleteArrayType * T) VisitIncompleteArrayType() argument 973 VisitVariableArrayType(const VariableArrayType * T) VisitVariableArrayType() argument 978 VisitAttributedType(const AttributedType * T) VisitAttributedType() argument 985 VisitBlockPointerType(const BlockPointerType * T) VisitBlockPointerType() argument 990 VisitBuiltinType(const BuiltinType * T) VisitBuiltinType() argument 995 VisitComplexType(const ComplexType * T) VisitComplexType() argument 1000 VisitDecltypeType(const DecltypeType * T) VisitDecltypeType() argument 1005 VisitDependentDecltypeType(const DependentDecltypeType * T) VisitDependentDecltypeType() argument 1009 VisitDeducedType(const DeducedType * T) VisitDeducedType() argument 1014 VisitAutoType(const AutoType * T) VisitAutoType() argument 1027 VisitDeducedTemplateSpecializationType(const DeducedTemplateSpecializationType * T) VisitDeducedTemplateSpecializationType() argument 1032 VisitDependentAddressSpaceType(const DependentAddressSpaceType * T) VisitDependentAddressSpaceType() argument 1038 VisitDependentSizedExtVectorType(const DependentSizedExtVectorType * T) VisitDependentSizedExtVectorType() argument 1044 VisitFunctionType(const FunctionType * T) VisitFunctionType() argument 1053 VisitFunctionNoProtoType(const FunctionNoProtoType * T) VisitFunctionNoProtoType() argument 1057 VisitFunctionProtoType(const FunctionProtoType * T) VisitFunctionProtoType() argument 1065 VisitInjectedClassNameType(const InjectedClassNameType * T) VisitInjectedClassNameType() argument 1070 VisitMemberPointerType(const MemberPointerType * T) VisitMemberPointerType() argument 1076 VisitObjCObjectPointerType(const ObjCObjectPointerType * T) VisitObjCObjectPointerType() argument 1081 VisitObjCObjectType(const ObjCObjectType * T) VisitObjCObjectType() argument 1101 VisitObjCInterfaceType(const ObjCInterfaceType * T) VisitObjCInterfaceType() argument 1106 VisitObjCTypeParamType(const ObjCTypeParamType * T) VisitObjCTypeParamType() argument 1117 VisitPackExpansionType(const PackExpansionType * T) VisitPackExpansionType() argument 1122 VisitParenType(const ParenType * T) VisitParenType() argument 1127 VisitPipeType(const PipeType * T) VisitPipeType() argument 1133 VisitPointerType(const PointerType * T) VisitPointerType() argument 1138 VisitReferenceType(const ReferenceType * T) VisitReferenceType() argument 1143 VisitLValueReferenceType(const LValueReferenceType * T) VisitLValueReferenceType() argument 1147 VisitRValueReferenceType(const RValueReferenceType * T) VisitRValueReferenceType() argument 1152 VisitSubstTemplateTypeParmPackType(const SubstTemplateTypeParmPackType * T) VisitSubstTemplateTypeParmPackType() argument 1158 VisitSubstTemplateTypeParmType(const SubstTemplateTypeParmType * T) VisitSubstTemplateTypeParmType() argument 1164 VisitTagType(const TagType * T) VisitTagType() argument 1169 VisitRecordType(const RecordType * T) VisitRecordType() argument 1170 VisitEnumType(const EnumType * T) VisitEnumType() argument 1172 VisitTemplateSpecializationType(const TemplateSpecializationType * T) VisitTemplateSpecializationType() argument 1181 VisitTemplateTypeParmType(const TemplateTypeParmType * T) VisitTemplateTypeParmType() argument 1188 VisitTypedefType(const TypedefType * T) VisitTypedefType() argument 1193 VisitTypeOfExprType(const TypeOfExprType * T) VisitTypeOfExprType() argument 1199 VisitTypeOfType(const TypeOfType * T) VisitTypeOfType() argument 1204 VisitTypeWithKeyword(const TypeWithKeyword * T) VisitTypeWithKeyword() argument 1209 VisitDependentNameType(const DependentNameType * T) VisitDependentNameType() argument 1216 VisitDependentTemplateSpecializationType(const DependentTemplateSpecializationType * T) VisitDependentTemplateSpecializationType() argument 1226 VisitElaboratedType(const ElaboratedType * T) VisitElaboratedType() argument 1232 VisitUnaryTransformType(const UnaryTransformType * T) VisitUnaryTransformType() argument 1238 VisitUnresolvedUsingType(const UnresolvedUsingType * T) VisitUnresolvedUsingType() argument 1243 VisitVectorType(const VectorType * T) VisitVectorType() argument 1250 VisitExtVectorType(const ExtVectorType * T) VisitExtVectorType() argument 1256 AddType(const Type * T) AddType() argument 1261 AddQualType(QualType T) AddQualType() argument [all...] |
H A D | TypePrinter.cpp | 191 print(const Type * T,Qualifiers Quals,raw_ostream & OS,StringRef PlaceHolder) print() argument 205 canPrefixQualifiers(const Type * T,bool & NeedARCStrongQualifier) canPrefixQualifiers() argument 311 printBefore(QualType T,raw_ostream & OS) printBefore() argument 325 printBefore(const Type * T,Qualifiers Quals,raw_ostream & OS) printBefore() argument 378 printAfter(const Type * T,Qualifiers Quals,raw_ostream & OS) printAfter() argument 388 printBuiltinBefore(const BuiltinType * T,raw_ostream & OS) printBuiltinBefore() argument 393 printBuiltinAfter(const BuiltinType * T,raw_ostream & OS) printBuiltinAfter() argument 395 printComplexBefore(const ComplexType * T,raw_ostream & OS) printComplexBefore() argument 400 printComplexAfter(const ComplexType * T,raw_ostream & OS) printComplexAfter() argument 404 printPointerBefore(const PointerType * T,raw_ostream & OS) printPointerBefore() argument 415 printPointerAfter(const PointerType * T,raw_ostream & OS) printPointerAfter() argument 425 printBlockPointerBefore(const BlockPointerType * T,raw_ostream & OS) printBlockPointerBefore() argument 432 printBlockPointerAfter(const BlockPointerType * T,raw_ostream & OS) printBlockPointerAfter() argument 440 skipTopLevelReferences(QualType T) skipTopLevelReferences() argument 446 printLValueReferenceBefore(const LValueReferenceType * T,raw_ostream & OS) printLValueReferenceBefore() argument 459 printLValueReferenceAfter(const LValueReferenceType * T,raw_ostream & OS) printLValueReferenceAfter() argument 471 printRValueReferenceBefore(const RValueReferenceType * T,raw_ostream & OS) printRValueReferenceBefore() argument 484 printRValueReferenceAfter(const RValueReferenceType * T,raw_ostream & OS) printRValueReferenceAfter() argument 496 printMemberPointerBefore(const MemberPointerType * T,raw_ostream & OS) printMemberPointerBefore() argument 513 printMemberPointerAfter(const MemberPointerType * T,raw_ostream & OS) printMemberPointerAfter() argument 524 printConstantArrayBefore(const ConstantArrayType * T,raw_ostream & OS) printConstantArrayBefore() argument 530 printConstantArrayAfter(const ConstantArrayType * T,raw_ostream & OS) printConstantArrayAfter() argument 546 printIncompleteArrayBefore(const IncompleteArrayType * T,raw_ostream & OS) printIncompleteArrayBefore() argument 552 printIncompleteArrayAfter(const IncompleteArrayType * T,raw_ostream & OS) printIncompleteArrayAfter() argument 558 printVariableArrayBefore(const VariableArrayType * T,raw_ostream & OS) printVariableArrayBefore() argument 564 printVariableArrayAfter(const VariableArrayType * T,raw_ostream & OS) printVariableArrayAfter() argument 584 printAdjustedBefore(const AdjustedType * T,raw_ostream & OS) printAdjustedBefore() argument 590 printAdjustedAfter(const AdjustedType * T,raw_ostream & OS) printAdjustedAfter() argument 594 printDecayedBefore(const DecayedType * T,raw_ostream & OS) printDecayedBefore() argument 599 printArrayParameterAfter(const ArrayParameterType * T,raw_ostream & OS) printArrayParameterAfter() argument 604 printArrayParameterBefore(const ArrayParameterType * T,raw_ostream & OS) printArrayParameterBefore() argument 609 printDecayedAfter(const DecayedType * T,raw_ostream & OS) printDecayedAfter() argument 614 printDependentSizedArrayBefore(const DependentSizedArrayType * T,raw_ostream & OS) printDependentSizedArrayBefore() argument 621 printDependentSizedArrayAfter(const DependentSizedArrayType * T,raw_ostream & OS) printDependentSizedArrayAfter() argument 631 printDependentAddressSpaceBefore(const DependentAddressSpaceType * T,raw_ostream & OS) printDependentAddressSpaceBefore() argument 636 printDependentAddressSpaceAfter(const DependentAddressSpaceType * T,raw_ostream & OS) printDependentAddressSpaceAfter() argument 645 printDependentSizedExtVectorBefore(const DependentSizedExtVectorType * T,raw_ostream & OS) printDependentSizedExtVectorBefore() argument 653 printDependentSizedExtVectorAfter(const DependentSizedExtVectorType * T,raw_ostream & OS) printDependentSizedExtVectorAfter() argument 669 printVectorBefore(const VectorType * T,raw_ostream & OS) printVectorBefore() argument 739 printVectorAfter(const VectorType * T,raw_ostream & OS) printVectorAfter() argument 744 printDependentVectorBefore(const DependentVectorType * T,raw_ostream & OS) printDependentVectorBefore() argument 821 printDependentVectorAfter(const DependentVectorType * T,raw_ostream & OS) printDependentVectorAfter() argument 825 printExtVectorBefore(const ExtVectorType * T,raw_ostream & OS) printExtVectorBefore() argument 832 printExtVectorAfter(const ExtVectorType * T,raw_ostream & OS) printExtVectorAfter() argument 846 printConstantMatrixBefore(const ConstantMatrixType * T,raw_ostream & OS) printConstantMatrixBefore() argument 854 printConstantMatrixAfter(const ConstantMatrixType * T,raw_ostream & OS) printConstantMatrixAfter() argument 860 printDependentSizedMatrixBefore(const DependentSizedMatrixType * T,raw_ostream & OS) printDependentSizedMatrixBefore() argument 874 printDependentSizedMatrixAfter(const DependentSizedMatrixType * T,raw_ostream & OS) printDependentSizedMatrixAfter() argument 909 printFunctionProtoBefore(const FunctionProtoType * T,raw_ostream & OS) printFunctionProtoBefore() argument 940 printFunctionProtoAfter(const FunctionProtoType * T,raw_ostream & OS) printFunctionProtoAfter() argument 1135 printFunctionNoProtoBefore(const FunctionNoProtoType * T,raw_ostream & OS) printFunctionNoProtoBefore() argument 1144 printFunctionNoProtoAfter(const FunctionNoProtoType * T,raw_ostream & OS) printFunctionNoProtoAfter() argument 1169 printUnresolvedUsingBefore(const UnresolvedUsingType * T,raw_ostream & OS) printUnresolvedUsingBefore() argument 1174 printUnresolvedUsingAfter(const UnresolvedUsingType * T,raw_ostream & OS) printUnresolvedUsingAfter() argument 1177 printUsingBefore(const UsingType * T,raw_ostream & OS) printUsingBefore() argument 1190 printUsingAfter(const UsingType * T,raw_ostream & OS) printUsingAfter() argument 1192 printTypedefBefore(const TypedefType * T,raw_ostream & OS) printTypedefBefore() argument 1196 printMacroQualifiedBefore(const MacroQualifiedType * T,raw_ostream & OS) printMacroQualifiedBefore() argument 1206 printMacroQualifiedAfter(const MacroQualifiedType * T,raw_ostream & OS) printMacroQualifiedAfter() argument 1211 printTypedefAfter(const TypedefType * T,raw_ostream & OS) printTypedefAfter() argument 1213 printTypeOfExprBefore(const TypeOfExprType * T,raw_ostream & OS) printTypeOfExprBefore() argument 1222 printTypeOfExprAfter(const TypeOfExprType * T,raw_ostream & OS) printTypeOfExprAfter() argument 1225 printTypeOfBefore(const TypeOfType * T,raw_ostream & OS) printTypeOfBefore() argument 1233 printTypeOfAfter(const TypeOfType * T,raw_ostream & OS) printTypeOfAfter() argument 1235 printDecltypeBefore(const DecltypeType * T,raw_ostream & OS) printDecltypeBefore() argument 1243 printPackIndexingBefore(const PackIndexingType * T,raw_ostream & OS) printPackIndexingBefore() argument 1255 printPackIndexingAfter(const PackIndexingType * T,raw_ostream & OS) printPackIndexingAfter() argument 1258 printDecltypeAfter(const DecltypeType * T,raw_ostream & OS) printDecltypeAfter() argument 1260 printUnaryTransformBefore(const UnaryTransformType * T,raw_ostream & OS) printUnaryTransformBefore() argument 1275 printUnaryTransformAfter(const UnaryTransformType * T,raw_ostream & OS) printUnaryTransformAfter() argument 1278 printAutoBefore(const AutoType * T,raw_ostream & OS) printAutoBefore() argument 1303 printAutoAfter(const AutoType * T,raw_ostream & OS) printAutoAfter() argument 1310 printDeducedTemplateSpecializationBefore(const DeducedTemplateSpecializationType * T,raw_ostream & OS) printDeducedTemplateSpecializationBefore() argument 1322 printDeducedTemplateSpecializationAfter(const DeducedTemplateSpecializationType * T,raw_ostream & OS) printDeducedTemplateSpecializationAfter() argument 1328 printAtomicBefore(const AtomicType * T,raw_ostream & OS) printAtomicBefore() argument 1337 printAtomicAfter(const AtomicType * T,raw_ostream & OS) printAtomicAfter() argument 1339 printPipeBefore(const PipeType * T,raw_ostream & OS) printPipeBefore() argument 1351 printPipeAfter(const PipeType * T,raw_ostream & OS) printPipeAfter() argument 1353 printBitIntBefore(const BitIntType * T,raw_ostream & OS) printBitIntBefore() argument 1360 printBitIntAfter(const BitIntType * T,raw_ostream & OS) printBitIntAfter() argument 1362 printDependentBitIntBefore(const DependentBitIntType * T,raw_ostream & OS) printDependentBitIntBefore() argument 1372 printDependentBitIntAfter(const DependentBitIntType * T,raw_ostream & OS) printDependentBitIntAfter() argument 1521 printRecordBefore(const RecordType * T,raw_ostream & OS) printRecordBefore() argument 1529 QualType T = PNA->getTypedefType(); printRecordBefore() local 1543 printRecordAfter(const RecordType * T,raw_ostream & OS) printRecordAfter() argument 1545 printEnumBefore(const EnumType * T,raw_ostream & OS) printEnumBefore() argument 1549 printEnumAfter(const EnumType * T,raw_ostream & OS) printEnumAfter() argument 1551 printTemplateTypeParmBefore(const TemplateTypeParmType * T,raw_ostream & OS) printTemplateTypeParmBefore() argument 1569 printTemplateTypeParmAfter(const TemplateTypeParmType * T,raw_ostream & OS) printTemplateTypeParmAfter() argument 1573 printSubstTemplateTypeParmBefore(const SubstTemplateTypeParmType * T,raw_ostream & OS) printSubstTemplateTypeParmBefore() argument 1580 printSubstTemplateTypeParmAfter(const SubstTemplateTypeParmType * T,raw_ostream & OS) printSubstTemplateTypeParmAfter() argument 1587 printSubstTemplateTypeParmPackBefore(const SubstTemplateTypeParmPackType * T,raw_ostream & OS) printSubstTemplateTypeParmPackBefore() argument 1608 printSubstTemplateTypeParmPackAfter(const SubstTemplateTypeParmPackType * T,raw_ostream & OS) printSubstTemplateTypeParmPackAfter() argument 1613 printTemplateId(const TemplateSpecializationType * T,raw_ostream & OS,bool FullyQualify) printTemplateId() argument 1635 printTemplateSpecializationBefore(const TemplateSpecializationType * T,raw_ostream & OS) printTemplateSpecializationBefore() argument 1641 printTemplateSpecializationAfter(const TemplateSpecializationType * T,raw_ostream & OS) printTemplateSpecializationAfter() argument 1644 printInjectedClassNameBefore(const InjectedClassNameType * T,raw_ostream & OS) printInjectedClassNameBefore() argument 1654 printInjectedClassNameAfter(const InjectedClassNameType * T,raw_ostream & OS) printInjectedClassNameAfter() argument 1657 printElaboratedBefore(const ElaboratedType * T,raw_ostream & OS) printElaboratedBefore() argument 1701 printElaboratedAfter(const ElaboratedType * T,raw_ostream & OS) printElaboratedAfter() argument 1715 printParenBefore(const ParenType * T,raw_ostream & OS) printParenBefore() argument 1723 printParenAfter(const ParenType * T,raw_ostream & OS) printParenAfter() argument 1731 printDependentNameBefore(const DependentNameType * T,raw_ostream & OS) printDependentNameBefore() argument 1743 printDependentNameAfter(const DependentNameType * T,raw_ostream & OS) printDependentNameAfter() argument 1747 printDependentTemplateSpecializationBefore(const DependentTemplateSpecializationType * T,raw_ostream & OS) printDependentTemplateSpecializationBefore() argument 1762 printDependentTemplateSpecializationAfter(const DependentTemplateSpecializationType * T,raw_ostream & OS) printDependentTemplateSpecializationAfter() argument 1764 printPackExpansionBefore(const PackExpansionType * T,raw_ostream & OS) printPackExpansionBefore() argument 1769 printPackExpansionAfter(const PackExpansionType * T,raw_ostream & OS) printPackExpansionAfter() argument 1775 printCountAttributedImpl(const CountAttributedType * T,raw_ostream & OS,const PrintingPolicy & Policy) printCountAttributedImpl() argument 1792 printCountAttributedBefore(const CountAttributedType * T,raw_ostream & OS) printCountAttributedBefore() argument 1799 printCountAttributedAfter(const CountAttributedType * T,raw_ostream & OS) printCountAttributedAfter() argument 1806 printAttributedBefore(const AttributedType * T,raw_ostream & OS) printAttributedBefore() argument 1853 printAttributedAfter(const AttributedType * T,raw_ostream & OS) printAttributedAfter() argument 2031 printBTFTagAttributedBefore(const BTFTagAttributedType * T,raw_ostream & OS) printBTFTagAttributedBefore() argument 2037 printBTFTagAttributedAfter(const BTFTagAttributedType * T,raw_ostream & OS) printBTFTagAttributedAfter() argument 2042 printObjCInterfaceBefore(const ObjCInterfaceType * T,raw_ostream & OS) printObjCInterfaceBefore() argument 2048 printObjCInterfaceAfter(const ObjCInterfaceType * T,raw_ostream & OS) printObjCInterfaceAfter() argument 2051 printObjCTypeParamBefore(const ObjCTypeParamType * T,raw_ostream & OS) printObjCTypeParamBefore() argument 2070 printObjCTypeParamAfter(const ObjCTypeParamType * T,raw_ostream & OS) printObjCTypeParamAfter() argument 2073 printObjCObjectBefore(const ObjCObjectType * T,raw_ostream & OS) printObjCObjectBefore() argument 2114 printObjCObjectAfter(const ObjCObjectType * T,raw_ostream & OS) printObjCObjectAfter() argument 2121 printObjCObjectPointerBefore(const ObjCObjectPointerType * T,raw_ostream & OS) printObjCObjectPointerBefore() argument 2134 printObjCObjectPointerAfter(const ObjCObjectPointerType * T,raw_ostream & OS) printObjCObjectPointerAfter() argument 2163 isSubstitutedType(ASTContext & Ctx,QualType T,QualType Pattern,ArrayRef<TemplateArgument> Args,unsigned Depth) isSubstitutedType() argument [all...] |
/llvm-project/libcxx/test/libcxx/utilities/tuple/tuple.tuple/ |
H A D | empty_member.pass.cpp | 28 typedef std::tuple<int, A> T; in main() typedef 32 typedef std::tuple<A, int> T; in main() typedef 36 typedef std::tuple<A, int, B> T; in main() typedef 40 typedef std::tuple<A, B, int> T; in main() typedef 44 typedef std::tuple<int, A, B> T; in main() typedef
|
/llvm-project/clang/test/CXX/temp/temp.res/temp.local/ |
H A D | p6.cpp | 12 …template<typename> struct T {}; // expected-error {{declaration of 'T' shadows template parameter}} struct 18 struct T {}; // expected-error {{declaration of 'T' shadows template parameter}} struct 21 typedef int T; // expected-error {{declaration of 'T' shadows template parameter}} typedef 24 using T = int; // expected-error {{declaration of 'T' shadows template parameter}} typedef 27 int T; // expected-error {{declaration of 'T' shadows template parameter}} member 30 static int T; // expected-error {{declaration of 'T' shadows template parameter}} member 36 enum T { e }; // expected-error {{declaration of 'T' shadows template parameter}} enum 39 enum E { T }; // expected-error {{declaration of 'T' shadows template parameter}} enumerator 46 int T; // expected-error {{declaration of 'T' shadows template parameter}} in b() local 50 catch (int T) {} // expected-error {{declaration of 'T' shadows template parameter}} in c() local [all …]
|
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/ |
H A D | p2-0x.cpp | 4 typedef int T; typedef 5 using T = int; typedef 6 using T = int; typedef 7 typedef T T; typedef 8 using T = T; typedef 9 typedef int T; typedef 35 using T = int[42]; // ok typedef 38 …using T = int[n]; // expected-error {{variable length array declaration not allowed at file scope}… typedef 50 using T = int[n]; // expected-note {{bypasses initialization of VLA type alias}} \ in f() typedef 59 using T = int; typedef [all …]
|
/llvm-project/lldb/test/API/lang/cpp/template-function/ |
H A D | main.cpp | 15 template <typename T> int f(T) { return 4; } in f() argument 17 template <typename T> int g(T) { return 4; } in g() argument 35 template <typename T> bool operator<(const T &, const T &) { return true; } in operator <() 37 template <typename T> bool operator>(const T &, const T &) { return true; } in operator >() 39 template <typename T> bool operator<<(const T &, const T &) { return true; } in operator <<() 41 template <typename T> bool operator>>(const T &, const T &) { return true; } in operator >>() 43 template <typename T> bool operator==(const T &, const T &) { return true; } in operator ==()
|
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/ |
H A D | alloc_copy.pass.cpp | 29 typedef std::tuple<> T; in main() typedef 34 typedef std::tuple<int> T; in main() typedef 40 typedef std::tuple<alloc_first> T; in main() typedef 48 typedef std::tuple<alloc_last> T; in main() typedef 56 typedef std::tuple<alloc_first, alloc_last> T; in main() typedef 67 typedef std::tuple<int, alloc_first, alloc_last> T; in main() typedef
|
H A D | alloc_move.pass.cpp | 30 typedef std::tuple<> T; in main() typedef 35 typedef std::tuple<MoveOnly> T; in main() typedef 41 typedef std::tuple<alloc_first> T; in main() typedef 49 typedef std::tuple<alloc_last> T; in main() typedef 57 typedef std::tuple<MoveOnly, alloc_first> T; in main() typedef 66 typedef std::tuple<MoveOnly, alloc_first, alloc_last> T; in main() typedef
|
/llvm-project/lldb/test/API/lang/cpp/abi_tag_lookup/ |
H A D | main.cpp | 4 template <typename T> bool operator<(const T &, const T &) { return true; } in operator <() 7 [[gnu::abi_tag("Two", "Tags")]] bool operator>(const T &, const T &) { in operator >() 12 [[gnu::abi_tag("OneTag")]] bool operator==(const T &, const T &) { in operator ==() 21 [[gnu::abi_tag("Bar")]] int withAbiTagInNS(const T &, const T &) { in withAbiTagInNS() 29 [[gnu::abi_tag("Baz")]] int withAbiTag(const T &, const T &) { in withAbiTag()
|
/llvm-project/clang/test/Sema/ |
H A D | warn-self-assign-field.mm | 26 struct T { struct 30 void f2(T* t) { argument 35 void f3(T* t, T* t2) { argument 41 // This is a common pattern to silence "parameter unused". Shouldn't warn. argument 48 @interface I {
|
H A D | constant-builtins-fmax.cpp | 9 #define FMAX_TEST_SIMPLE(T, FUNC) \ argument 13 #define FMAX_TEST_NAN(T, FUNC) \ argument 22 #define FMAX_TEST_INF(T, FUNC) \ argument 29 #define FMAX_TEST_NEG_INF(T, FUNC) \ argument 36 #define FMAX_TEST_BOTH_ZERO(T, FUNC) \ argument 42 #define LIST_FMAX_TESTS(T, FUNC) \ argument
|
H A D | constant-builtins-fmin.cpp | 9 #define FMIN_TEST_SIMPLE(T, FUNC) \ argument 13 #define FMIN_TEST_NAN(T, FUNC) \ argument 22 #define FMIN_TEST_INF(T, FUNC) \ argument 29 #define FMIN_TEST_NEG_INF(T, FUNC) \ argument 36 #define FMIN_TEST_BOTH_ZERO(T, FUNC) \ argument 42 #define LIST_FMIN_TESTS(T, FUNC) \ argument
|
/llvm-project/libcxx/test/std/containers/sequences/forwardlist/forwardlist.iter/ |
H A D | before_begin.pass.cpp | 25 typedef int T; in main() typedef 32 typedef int T; in main() typedef 39 typedef int T; in main() typedef 47 typedef int T; in main() typedef 56 typedef int T; in main() typedef 65 typedef int T; in main() typedef 72 typedef int T; in main() typedef 79 typedef int T; in main() typedef 87 typedef int T; in main() typedef 96 typedef int T; in main() typedef
|
/llvm-project/llvm/lib/Target/ |
H A D | TargetMachineC.cpp | 71 LLVMTargetRef LLVMGetNextTarget(LLVMTargetRef T) { in LLVMGetNextTarget() argument 78 [&](const Target &T) { return T.getName() == NameRef; }); in LLVMGetTargetFromName() argument 82 LLVMBool LLVMGetTargetFromTriple(const char* TripleStr, LLVMTargetRef *T, in LLVMGetTargetFromTriple() argument 98 const char * LLVMGetTargetName(LLVMTargetRef T) { in LLVMGetTargetName() argument 102 const char * LLVMGetTargetDescription(LLVMTargetRef T) { in LLVMGetTargetDescription() argument 106 LLVMTargetHasJIT(LLVMTargetRef T) LLVMTargetHasJIT() argument 110 LLVMTargetHasTargetMachine(LLVMTargetRef T) LLVMTargetHasTargetMachine() argument 114 LLVMTargetHasAsmBackend(LLVMTargetRef T) LLVMTargetHasAsmBackend() argument 200 LLVMCreateTargetMachineWithOptions(LLVMTargetRef T,const char * Triple,LLVMTargetMachineOptionsRef Options) LLVMCreateTargetMachineWithOptions() argument 211 LLVMCreateTargetMachine(LLVMTargetRef T,const char * Triple,const char * CPU,const char * Features,LLVMCodeGenOptLevel Level,LLVMRelocMode Reloc,LLVMCodeModel CodeModel) LLVMCreateTargetMachine() argument 228 LLVMDisposeTargetMachine(LLVMTargetMachineRef T) LLVMDisposeTargetMachine() argument 230 LLVMGetTargetMachineTarget(LLVMTargetMachineRef T) LLVMGetTargetMachineTarget() argument 235 LLVMGetTargetMachineTriple(LLVMTargetMachineRef T) LLVMGetTargetMachineTriple() argument 240 LLVMGetTargetMachineCPU(LLVMTargetMachineRef T) LLVMGetTargetMachineCPU() argument 245 LLVMGetTargetMachineFeatureString(LLVMTargetMachineRef T) LLVMGetTargetMachineFeatureString() argument 250 LLVMSetTargetMachineAsmVerbosity(LLVMTargetMachineRef T,LLVMBool VerboseAsm) LLVMSetTargetMachineAsmVerbosity() argument 255 LLVMSetTargetMachineFastISel(LLVMTargetMachineRef T,LLVMBool Enable) LLVMSetTargetMachineFastISel() argument 259 LLVMSetTargetMachineGlobalISel(LLVMTargetMachineRef T,LLVMBool Enable) LLVMSetTargetMachineGlobalISel() argument 263 LLVMSetTargetMachineGlobalISelAbort(LLVMTargetMachineRef T,LLVMGlobalISelAbortMode Mode) LLVMSetTargetMachineGlobalISelAbort() argument 281 LLVMSetTargetMachineMachineOutliner(LLVMTargetMachineRef T,LLVMBool Enable) LLVMSetTargetMachineMachineOutliner() argument 286 LLVMCreateTargetDataLayout(LLVMTargetMachineRef T) LLVMCreateTargetDataLayout() argument 290 LLVMTargetMachineEmit(LLVMTargetMachineRef T,LLVMModuleRef M,raw_pwrite_stream & OS,LLVMCodeGenFileType codegen,char ** ErrorMessage) LLVMTargetMachineEmit() argument 324 LLVMTargetMachineEmitToFile(LLVMTargetMachineRef T,LLVMModuleRef M,const char * Filename,LLVMCodeGenFileType codegen,char ** ErrorMessage) LLVMTargetMachineEmitToFile() argument 339 LLVMTargetMachineEmitToMemoryBuffer(LLVMTargetMachineRef T,LLVMModuleRef M,LLVMCodeGenFileType codegen,char ** ErrorMessage,LLVMMemoryBufferRef * OutMemBuf) LLVMTargetMachineEmitToMemoryBuffer() argument 375 LLVMAddAnalysisPasses(LLVMTargetMachineRef T,LLVMPassManagerRef PM) LLVMAddAnalysisPasses() argument [all...] |
/llvm-project/clang/test/SemaCXX/ |
H A D | cxx2a-explicit-bool-deferred.cpp | 19 struct T { struct 20 template <same_as<float> X> explicit(do_not_instantiate<X>()) T(X) {} in T() function 22 T(int) {} in T() argument
|