Home
last modified time | relevance | path

Searched defs:MyType (Results 1 – 25 of 25) sorted by relevance

/llvm-project/clang/test/CodeGenCXX/
H A Daddress-space-of-this.cpp7 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 Ddebug-info-struct-align.cpp8 struct MyType { struct
11 MyType mt; argument
H A Dalloc-size.cpp7 struct MyType { struct
8 int arr[4];
/llvm-project/clang/test/SemaCXX/
H A Daddress-space-ctor.cpp4 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 Dwarn-unsafe-buffer-usage-fixits-parm-span-qualified-names.cpp18 typedef int MyType; typedef
/llvm-project/libcxx/test/libcxx/algorithms/
H A Ddebug_less.inconsistent.pass.cpp24 struct MyType { struct
26 explicit MyType(int xvalue = 0) : value(xvalue) {} in MyType() function
H A Dpartial_sort_stability.pass.cpp25 struct MyType { struct
27 constexpr bool operator<(const MyType& other) const { return value < other.value; } in operator <() argument
H A Dnth_element_stability.pass.cpp25 struct MyType { struct
27 constexpr bool operator<(const MyType& other) const { return value < other.value; } in operator <() argument
H A Ddebug_less.pass.cpp27 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 DZippered.h2 typedef int MyType; typedef
4 typedef float MyType; typedef
/llvm-project/clang/test/Sema/
H A DPR84368.cpp15 struct MyType { using Float=float; }; struct
/llvm-project/clang-tools-extra/test/clang-apply-replacements/Inputs/order-dependent/
H A Dorder-dependent.cpp1 class MyType {}; class
/llvm-project/clang/test/PCH/Inputs/modules/
H A DFoo.h3 typedef int MyType; typedef
/llvm-project/clang-tools-extra/test/clang-apply-replacements/Inputs/ignore-conflict/
H A Dignore-conflict.cpp1 class MyType {}; class
/llvm-project/clang-tools-extra/test/clang-apply-replacements/Inputs/identical/
H A Didentical.cpp1 class MyType {}; class
/llvm-project/clang-tools-extra/test/clang-apply-replacements/Inputs/identical-in-TU/
H A Didentical-in-TU.cpp1 class MyType {}; class
/llvm-project/clang/test/CodeGen/
H A Ddebug-info-typedef.c5 typedef int MyType; typedef
/llvm-project/clang/test/SemaTemplate/
H A Dfunction-decl-nested-type-alias.cpp8 …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 DIPDBEnumChildren.h23 using MyType = IPDBEnumChildren<ChildType>; variable
/llvm-project/clang/test/Analysis/
H A DDynamicTypePropagation.m22 @interface MyType : NSObject <NSCopying> interface
40 @implementation MyType implementation
H A Dfuchsia_handle.cpp50 struct MyType { struct
/llvm-project/lldb/test/API/lang/c/find_struct_type/
H A Dmain.c13 typedef struct mytype MyType; typedef
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-auto-new-remove-stars.cpp4 class MyType {}; class
H A Duse-auto-new.cpp5 class MyType {}; class
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Disolate-declaration-cxx17.cpp57 typedef int MyType; typedef