Home
last modified time | relevance | path

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

12345678910>>...167

/external/llvm-project/clang/test/CodeGenCXX/
Dmangle-extreme.cpp3 struct X { }; struct
6 void f(X****************************************, in f() argument
Dmangle-ms-md5.cpp7 #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 …]
/external/clang/test/CodeGenCXX/
Dmangle-extreme.cpp3 struct X { }; struct
6 void f(X****************************************, in f() argument
/external/clang/test/SemaTemplate/
Dms-class-specialization-class-scope.cpp6 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 'A::X<float>'}} argument
30 template<typename U> struct X { typedef int x; }; struct in B
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
46 template<> struct X<T> {}; // expected-error {{redefinition of 'X<float>'}} struct in B
/external/llvm-project/clang/test/SemaTemplate/
Dms-class-specialization-class-scope.cpp6 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 …]
/external/google-fruit/extras/benchmark/
Dcompile_time_benchmark.cpp20 #define REPEAT(X) REPEAT_1(X, _) argument
23 #define REPEAT(X) REPEAT_2(X, _) argument
26 #define REPEAT(X) REPEAT_4(X, _) argument
29 #define REPEAT(X) REPEAT_8(X, _) argument
32 #define REPEAT(X) REPEAT_16(X, _) argument
35 #define REPEAT(X) REPEAT_32(X, _) argument
38 #define REPEAT(X) REPEAT_64(X, _) argument
41 #define REPEAT(X) REPEAT_128(X, _) argument
44 #define REPEAT(X) REPEAT_256(X, _) argument
47 #define REPEAT(X) REPEAT_512(X, _) argument
[all …]
Dnew_delete_benchmark.cpp24 #define REPEAT(X) REPEAT_1(X, _) argument
27 #define REPEAT(X) REPEAT_10(X, _) argument
30 #define REPEAT(X) REPEAT_100(X, _) argument
33 #define REPEAT(X) REPEAT_250(X, _) argument
36 #define REPEAT(X) REPEAT_1000(X, _) argument
49 #define META_REPEAT_10(R, X, I) … argument
54 #define META_REPEAT_5(R, X, I) … argument
57 #define REPEAT_1(X, I) X(I) argument
59 #define REPEAT_5(X, I) META_REPEAT_5(REPEAT_1, X, I) argument
61 #define REPEAT_10(X, I) META_REPEAT_10(REPEAT_1, X, I) argument
[all …]
/external/arm-trusted-firmware/plat/nvidia/tegra/include/t194/
Dtegra194_ras_private.h33 #define IFU_UNCORR_RAS_ERROR_LIST(X) argument
36 #define JSR_RET_UNCORR_RAS_ERROR_LIST(X) \ argument
44 #define JSR_MTS_UNCORR_RAS_ERROR_LIST(X) \ argument
55 #define LSD_STQ_UNCORR_RAS_ERROR_LIST(X) \ argument
64 #define LSD_DCC_UNCORR_RAS_ERROR_LIST(X) \ argument
74 #define LSD_L1HPF_UNCORR_RAS_ERROR_LIST(X) argument
77 #define L2_UNCORR_RAS_ERROR_LIST(X) \ argument
102 #define CLUSTER_CLOCKS_UNCORR_RAS_ERROR_LIST(X) \ argument
107 #define MMU_UNCORR_RAS_ERROR_LIST(X) argument
110 #define L3_UNCORR_RAS_ERROR_LIST(X) \ argument
[all …]
/external/llvm-project/flang/test/Semantics/
Dresolve54.f908 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 …]
/external/clang/test/CodeGenObjCXX/
Dnrvo.mm4 struct X { struct
5 X(); argument
6 X(const X&); field
7 ~X(); argument
15 - (X)getNRVO { argument
Dliterals.mm5 struct X { struct
6 X(); argument
7 ~X(); argument
24 // CHECK-NEXT: call void @llvm.lifetime.start(i64 8, i8* [[PTR1]]) argument
/external/llvm-project/clang/test/CodeGenObjCXX/
Dnrvo.mm4 struct X { struct
5 X(); field
6 X(const X&); field
7 ~X(); field
15 - (X)getNRVO { argument
/external/libffi/src/x86/
Dasmnames.h4 #define C2(X, Y) X ## Y argument
5 #define C1(X, Y) C2(X, Y) argument
7 # define C(X) C1(__USER_LABEL_PREFIX__, X) argument
9 # define C(X) X argument
13 # define L(X) C1(L, X) argument
15 # define L(X) C1(.L, X) argument
19 # define PLT(X) X@PLT argument
21 # define PLT(X) X argument
25 # define ENDF(X) .type X,@function; .size X, . - X argument
27 # define ENDF(X) argument
/external/clang/test/CXX/temp/temp.decls/temp.class.spec/temp.class.order/
Dp2.cpp3 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> { argument
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;
/external/llvm-project/clang/test/CXX/temp/temp.decls/temp.class.spec/temp.class.order/
Dp2.cpp3 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;
/external/llvm-project/clang/test/CodeGen/
D2007-04-11-PR1321.c3 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;
/external/clang/test/CodeGen/
D2007-04-11-PR1321.c3 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;
/external/llvm-project/clang/test/SemaObjCXX/
Dpropert-dot-error.mm4 struct X { struct
5 X(); field
6 X(const X&); field
7 ~X(); argument
15 X xval; argument
19 - (void)setx:(X)x; argument
Dliterals.mm74 struct X { struct
75 ConvertibleTo<id> x;
76 ConvertibleTo<id> get();
79 template<typename T> T test_numeric_instantiation() {
103 X x; argument
110 void test_array_literals(T t) {
114 template void test_array_literals(id);
115 template void test_array_literals(NSArray*);
116 …e{{in instantiation of function template specialization 'test_array_literals<int>' requested here}}
119 void test_dictionary_literals(T t, U u) {
[all …]
/external/clang/test/SemaObjCXX/
Dpropert-dot-error.mm4 struct X { struct
5 X(); field
6 X(const X&); argument
7 ~X(); argument
15 X xval; argument
19 - (void)setx:(X)x; argument
Dliterals.mm71 struct X { struct
72 ConvertibleTo<id> x;
73 ConvertibleTo<id> get();
76 template<typename T> T test_numeric_instantiation() {
100 X x; argument
107 void test_array_literals(T t) {
111 template void test_array_literals(id);
112 template void test_array_literals(NSArray*);
113 …e{{in instantiation of function template specialization 'test_array_literals<int>' requested here}}
116 void test_dictionary_literals(T t, U u) {
[all …]
/external/libcxx/test/std/utilities/optional/optional.object/optional.object.observe/
Dvalue_or.pass.cpp32 struct X struct
36 constexpr X(int i) : i_(i) {} in X() argument
37 constexpr X(X&& x) : i_(x.i_) {x.i_ = 0;} in X() function
38 constexpr X(const Y& y) : i_(y.i_) {} in X() argument
39 constexpr X(Y&& y) : i_(y.i_+1) {} in X() function
/external/llvm-project/libcxx/test/std/utilities/optional/optional.object/optional.object.observe/
Dvalue_or.pass.cpp31 struct X struct
35 constexpr X(int i) : i_(i) {} in X() function
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() argument
38 constexpr X(Y&& y) : i_(y.i_+1) {} in X() argument
/external/python/cpython2/Include/
Dpymath.h73 # define Py_FORCE_DOUBLE(X) (_Py_force_double(X)) argument
75 # define Py_FORCE_DOUBLE(X) (X) argument
95 #define Py_IS_NAN(X) isnan(X) argument
97 #define Py_IS_NAN(X) ((X) != (X)) argument
115 # define Py_IS_INFINITY(X) isinf(X) argument
117 # define Py_IS_INFINITY(X) ((X) && \ argument
130 #define Py_IS_FINITE(X) isfinite(X) argument
132 #define Py_IS_FINITE(X) finite(X) argument
134 #define Py_IS_FINITE(X) (!Py_IS_INFINITY(X) && !Py_IS_NAN(X)) argument
207 #define Py_OVERFLOWED(X) isinf(X) argument
[all …]
/external/llvm-project/clang/test/Analysis/
Dplacement-new.cpp185 struct X { in f1() struct
186 char a[9]; in f1()
194 struct X { in f2() struct
195 char a; in f2()
196 char b; in f2()
197 long c; in f2()
205 struct X { in f3() struct
206 char a; in f3()
207 char b; in f3()
208 long c; in f3()
[all …]

12345678910>>...167