/llvm-project/clang/test/CodeGenCXX/ |
H A D | address-space-of-this.cpp | 7 struct MyType { struct 8 MyType(int i) __attribute__((address_space(10))) : i(i) {} in MyType() function 12 MyType __attribute__((address_space(10))) m = 123; argument
|
H A D | debug-info-struct-align.cpp | 8 struct MyType { struct 11 MyType mt; argument
|
H A D | alloc-size.cpp | 7 struct MyType { struct 8 int arr[4];
|
/llvm-project/clang/test/SemaCXX/ |
H A D | address-space-ctor.cpp | 4 struct MyType { struct 5 MyType(int i) : i(i) {} in MyType() argument 9 …t copy constructor) not viable: no known conversion from 'int' to 'const MyType &' for 1st argumen… argument
|
H A D | warn-unsafe-buffer-usage-fixits-parm-span-qualified-names.cpp | 18 typedef int MyType; typedef
|
/llvm-project/libcxx/test/libcxx/algorithms/ |
H A D | debug_less.inconsistent.pass.cpp | 24 struct MyType { struct 26 explicit MyType(int xvalue = 0) : value(xvalue) {} in MyType() function
|
H A D | partial_sort_stability.pass.cpp | 25 struct MyType { struct 27 constexpr bool operator<(const MyType& other) const { return value < other.value; } in operator <() argument
|
H A D | nth_element_stability.pass.cpp | 25 struct MyType { struct 27 constexpr bool operator<(const MyType& other) const { return value < other.value; } in operator <() argument
|
H A D | debug_less.pass.cpp | 27 struct MyType { struct 29 explicit MyType(int xvalue = 0) : value(xvalue) {} in MyType() argument
|
/llvm-project/clang/test/InstallAPI/Inputs/Zippered/Zippered.framework/Headers/ |
H A D | Zippered.h | 2 typedef int MyType; typedef 4 typedef float MyType; typedef
|
/llvm-project/clang/test/Sema/ |
H A D | PR84368.cpp | 15 struct MyType { using Float=float; }; struct
|
/llvm-project/clang-tools-extra/test/clang-apply-replacements/Inputs/order-dependent/ |
H A D | order-dependent.cpp | 1 class MyType {}; class
|
/llvm-project/clang/test/PCH/Inputs/modules/ |
H A D | Foo.h | 3 typedef int MyType; typedef
|
/llvm-project/clang-tools-extra/test/clang-apply-replacements/Inputs/ignore-conflict/ |
H A D | ignore-conflict.cpp | 1 class MyType {}; class
|
/llvm-project/clang-tools-extra/test/clang-apply-replacements/Inputs/identical/ |
H A D | identical.cpp | 1 class MyType {}; class
|
/llvm-project/clang-tools-extra/test/clang-apply-replacements/Inputs/identical-in-TU/ |
H A D | identical-in-TU.cpp | 1 class MyType {}; class
|
/llvm-project/clang/test/CodeGen/ |
H A D | debug-info-typedef.c | 5 typedef int MyType; typedef
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | function-decl-nested-type-alias.cpp | 8 …using MyType = Type<T>(); // expected-note {{in instantiation of template type alias 'Type' reques… in Func() typedef
|
/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | IPDBEnumChildren.h | 23 using MyType = IPDBEnumChildren<ChildType>; variable
|
/llvm-project/clang/test/Analysis/ |
H A D | DynamicTypePropagation.m | 22 @interface MyType : NSObject <NSCopying> interface 40 @implementation MyType implementation
|
H A D | fuchsia_handle.cpp | 50 struct MyType { struct
|
/llvm-project/lldb/test/API/lang/c/find_struct_type/ |
H A D | main.c | 13 typedef struct mytype MyType; typedef
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | use-auto-new-remove-stars.cpp | 4 class MyType {}; class
|
H A D | use-auto-new.cpp | 5 class MyType {}; class
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | isolate-declaration-cxx17.cpp | 57 typedef int MyType; typedef
|