/llvm-project/clang/test/CodeGenCXX/ |
H A D | mangle-extreme.cpp | 3 struct X { }; struct 6 void f(X****************************************, in f() argument
|
H A D | mangle-ms-md5.cpp | 7 #define X2(X) C2(X, X) argument 8 #define X4(X) X2(X2(X)) argument 9 #define X8(X) X2(X4(X)) argument 10 #define X16(X) X2(X8(X)) argument 11 #define X32(X) X2(X16(X)) argument 12 #define X64(X) X2(X32(X)) argument 13 #define X128(X) X2(X64(X)) argument 14 #define X256(X) X2(X128(X)) argument 15 #define X512(X) X2(X256(X)) argument 16 #define X1024(X) X2(X512(X)) argument [all …]
|
/llvm-project/clang/test/SemaCXX/ |
H A D | attr-declspec-ignored.cpp | 19 struct X { struct 26 …attribute 'visibility' is ignored, place it after "enum" to apply attribute to type declaration}} \ 28 …ning{{attribute 'visibility' is ignored, place it after "enum class" to apply attribute to type de… 30 …rning{{attribute 'visibility' is ignored, place it after "enum struct" to apply attribute to type … 42 …attribute 'visibility' is ignored, place it after "enum" to apply attribute to type declaration}} \ 44 …ute 'visibility' is ignored, place it after "enum class" to apply attribute to type declaration}} \ 46 …te 'visibility' is ignored, place it after "enum struct" to apply attribute to type declaration}} \ 59 struct X { struct 60 __attribute__((visibility("hidden"))) __attribute__((aligned)) class A {} a; 61 __attribute__((visibility("hidden"))) __attribute__((aligned)) struct B {} b; [all …]
|
H A D | delete-mismatch.h | 3 struct X { struct 5 X(); argument 7 X(bool) in X() argument 9 ~X() in ~X() argument
|
H A D | try-print-as-string-literal-type-check.cpp | 6 struct X { struct 8 constexpr X() {} in X() argument 13 constexpr X f(X t) { in f() argument
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | ms-class-specialization-class-scope.cpp | 6 template<typename T> struct X { typedef int x; }; struct in A 10 …template<> struct X<int>; // expected-error {{explicit specialization of 'A::X<int>' after instant… 15 template<> struct X<double> { struct in A 21 template<> struct X<float> {}; // expected-note {{previous definition is here}} struct in A 22 template<> struct X<float> {}; // expected-error {{redefinition of 'X<float>'}} struct in A 25 A::X<void>::x axv; 30 template<typename U> struct X { typedef int x; }; argument 39 template<> struct X<double> { struct in B 40 typedef int y; 45 template<> struct X<float> {}; // expected-note {{previous definition is here}} struct in B [all …]
|
/llvm-project/clang/test/CodeGenObjCXX/ |
H A D | nrvo.mm | 4 struct X { struct 5 X(); field 6 X(const X&); field 7 ~X(); field 15 - (X)getNRVO { argument
|
H A D | literals.mm | 5 struct X { struct 6 X(); argument 7 ~X(); argument 21 // CHECK: [[TMPX:%[a-zA-Z0-9.]+]] = alloca % argument
|
/llvm-project/clang/test/CodeGen/ |
H A D | 2007-04-11-PR1321.c | 3 struct X { struct 4 unsigned int e0 : 17; 5 unsigned int e1 : 17; 6 unsigned int e2 : 17; 7 unsigned int e3 : 17; 8 unsigned int e4 : 17; 9 unsigned int e5 : 17; 10 unsigned int e6 : 17; 11 unsigned int e7 : 17;
|
/llvm-project/clang/test/CXX/temp/temp.decls/temp.class.spec/temp.class.order/ |
H A D | p2.cpp | 3 template<int I, int J, class T> struct X { struct 7 template<int I, int J> struct X<I, J, int> { struct 11 template<int I> struct X<I, I, int> { struct 15 int array0[X<0, 0, float>::value == 0? 1 : -1]; argument 21 struct X { struct 22 static const unsigned value = 1; 26 struct X<T, U, typename T::is_b> { struct 27 static const unsigned value = 2; 31 struct X<T, typename T::is_a, typename T::is_b> { struct 32 static const unsigned value = 3;
|
/llvm-project/clang/test/SemaObjCXX/ |
H A D | propert-dot-error.mm | 3 struct X { struct 4 X(); field 5 X(const X&); argument 6 ~X(); field 14 X xval; argument 18 - (void)setx:(X)x; argument
|
H A D | literals.mm | 73 struct X { struct 74 ConvertibleTo<id> x; 75 ConvertibleTo<id> get(); 78 template<typename T> T test_numeric_instantiation() { 102 X x; argument 109 void test_array_literals(T t) { 113 template void test_array_literals(id); 114 template void test_array_literals(NSArray*); 115 …e{{in instantiation of function template specialization 'test_array_literals<int>' requested here}} 118 void test_dictionary_literals(T t, U u) { [all …]
|
H A D | objc-container-subscripting.mm | 59 struct X { struct 60 ConvertibleTo<id> x; 61 ConvertibleTo<id> get(); 64 NSMutableArray *test_array_convertibility(ConvertibleTo<NSMutableArray*> toArray, 81 id test_dict_convertibility(ConvertibleTo<NSMutableDictionary*> toDict, 103 void test_bad_variadic_array_subscripting(Args ...args) { 109 void test_variadic_array_subscripting(Args ...args) { 113 template void test_variadic_array_subscripting(id arg1, NSMutableArray* arg2, id arg3); 118 void test_variadic_dictionary_subscripting(Index I, Args ...args) { 122 … void test_variadic_dictionary_subscripting(Key *key, id arg1, NSMutableDictionary* arg2, id arg3); [all …]
|
/llvm-project/flang/test/Semantics/ |
H A D | resolve54.f90 | 8 real :: F1A, X local 11 integer :: F1B, X local 20 real :: F2A, X local 24 real :: X, Y local 34 integer :: X, Z local 38 integer :: X, Y local 46 integer :: X, Y local 50 integer :: X, Z local 62 integer :: X, Z local 65 real :: X, Y local [all …]
|
/llvm-project/libcxx/test/std/utilities/optional/optional.object/optional.object.observe/ |
H A D | value_or.pass.cpp | 31 struct X struct 35 constexpr X(int i) : i_(i) {} in X() argument 36 constexpr X(X&& x) : i_(x.i_) {x.i_ = 0;} in X() argument 37 constexpr X(const Y& y) : i_(y.i_) {} in X() function 38 constexpr X(Y&& y) : i_(y.i_+1) {} in X() function
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | gnustep2-nontrivial-destructor-argument.mm | 6 struct X struct 9 ~X(); field 13 - (void)foo: (X)bar; argument
|
/llvm-project/libcxx/test/std/containers/associative/map/map.cons/ |
H A D | default_recursive.compile.pass.cpp | 19 struct X { struct 20 std::map<int, X> m; argument 21 std::map<int, X>::iterator i; argument 22 std::map<int, X>::const_iterator ci; argument 25 std::map<int, X>::reverse_iterator ri; argument 26 std::map<int, X>::const_reverse_iterator cri; argument
|
/llvm-project/libcxx/test/std/containers/associative/multimap/multimap.cons/ |
H A D | default_recursive.compile.pass.cpp | 19 struct X { struct 20 std::multimap<int, X> m; argument 21 std::multimap<int, X>::iterator i; argument 22 std::multimap<int, X>::const_iterator ci; argument 25 std::multimap<int, X>::reverse_iterator ri; argument 26 std::multimap<int, X>::const_reverse_iterator cri; argument
|
/llvm-project/llvm/unittests/CodeGen/ |
H A D | SchedBoundary.cpp | 8 auto X = ResourceSegments({{10, 20}}); in TEST() local 13 auto X = ResourceSegments({{10, 20}}); in TEST() local 19 auto X = ResourceSegments({{10, 20}}); in TEST() local 24 auto X = ResourceSegments({{10, 20}}); in TEST() local 30 auto X = ResourceSegments({{10, 20}}); in TEST() local 36 auto X = ResourceSegments({{10, 20}}); in TEST() local 42 auto X = ResourceSegments({{10, 20}}); in TEST() local 48 auto X = ResourceSegments({{10, 20}}); in TEST() local 54 auto X = ResourceSegments({{10, 20}}); in TEST() local 60 auto X = ResourceSegments({{10, 20}, {3, 4}}); in TEST() local [all …]
|
/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerUtil.h | 75 const char *X) { in CloneArgsWithoutX() 79 inline std::pair<std::string, std::string> SplitBefore(std::string X, in SplitBefore() 95 inline size_t Log(size_t X) { in Log() 102 uintptr_t X = reinterpret_cast<uintptr_t>(P); in RoundUpByPage() local 108 uintptr_t X = reinterpret_cast<uintptr_t>(P); in RoundDownByPage() local 115 template <typename T> T HostToLE(T X) { return X; } in HostToLE() 117 template <typename T> T HostToLE(T X) { return Bswap(X); } in HostToLE()
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | qualified-auto-cxx20.cpp | 19 if (auto X = getVec(); X->size() > 0) { in foo() local 23 switch (auto X = getVec(); X->size()) { in foo() local 29 for (auto X = getVec(); auto Xi : *X) { in foo() local 35 if (auto X = getCVec(); X->size() > 0) { in bar() local 39 switch (auto X = getCVec(); X->size()) { in bar() local 45 for (auto X = getCVec(); auto Xi : *X) { in bar() local
|
/llvm-project/clang/test/Analysis/ |
H A D | placement-new.cpp | 189 struct X { in f1() struct 190 char a[9]; in f1() 198 struct X { in f2() struct 199 char a; in f2() 200 char b; in f2() 201 long c; in f2() 209 struct X { in f3() struct 210 char a; in f3() 211 char b; in f3() 212 long c; in f3() [all …]
|
/llvm-project/clang/test/CXX/class.access/class.friend/ |
H A D | p9-cxx0x.cpp | 11 class X { class 22 class X { class 35 class X { class 51 class X { class 65 template <class T> class X { class 76 template <class T> class X { class 91 template <class T> class X { class 107 template <class T> class X { class
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | Debug.h | 72 #define isCurrentDebugType(X) (false) argument 64 DEBUG_WITH_TYPE(TYPE,X) global() argument 69 isCurrentDebugType(X) global() argument 70 setCurrentDebugType(X) global() argument 71 setCurrentDebugTypes(X,N) global() argument 101 LLVM_DEBUG(X) global() argument
|
/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.general/ |
H A D | p4-0x.cpp | 14 struct X { struct 15 int n = 10; 16 int m = [&]{return n + 1; }(); in __anondde04c930102() 17 int o = [&]{return this->m + 1; }(); in __anondde04c930202() 18 int p = [&]{return [&](int x) { return this->m + x;}(o); }(); in __anondde04c930302()
|