Home
last modified time | relevance | path

Searched refs:Y (Results 1 – 25 of 1417) sorted by relevance

12345678910>>...57

/external/clang/test/SemaTemplate/
Dnested-template.cpp35 template<typename Y>
38 void f(X, Y);
42 template<typename Y>
43 void Outer<X>::Inner0<Y>::f(X, Y) { in f() argument
47 template<typename Y>
48 struct Outer<X>::Inner1<Y>::ReallyInner {
49 static Y value3;
51 void g(X, Y);
55 template<typename Y>
56 void Outer<X>::Inner1<Y>::ReallyInner::g(X, Y) { in g() argument
[all …]
Dinstantiate-member-pointers.cpp2 struct Y { struct
13 template struct X1<Y>; argument
24 template struct X2<int, Y>;
25 template struct X2<int&, Y>; // expected-note{{instantiation}}
26 template struct X2<const void, Y>; // expected-note{{instantiation}}
35 X3<int, Y, &Y::x> x3;
37 typedef int Y::*IntMember;
41 X3<int, Y, Member> member;
43 int &getMember(Y& y) { return y.*Member; } in getMember()
46 int &get_X4(X4<&Y::x> x4, Y& y) { in get_X4()
[all …]
Dinstantiate-local-class.cpp5 typedef struct Y { in f0() struct
9 Y2 y = Y(); in f0()
20 struct Y { in Bar() struct
21 Y() { V = ValueType(); } in Bar() function
26 Y y; in Bar()
38 template <typename T> struct Y { }; struct
42 struct Z : public X<Y<T>*> { in f()
43 virtual void g(Y<T>* y) { } in f()
64 struct Y { int foo(); }; struct
66 template void foo<Y>();
/external/clang/test/CodeGen/
D2004-06-17-UnorderedBuiltins.c5 void TestF(float X, float Y) { in TestF() argument
6 A = __builtin_isgreater(X, Y); in TestF()
7 B = __builtin_isgreaterequal(X, Y); in TestF()
8 C = __builtin_isless(X, Y); in TestF()
9 D = __builtin_islessequal(X, Y); in TestF()
10 E = __builtin_islessgreater(X, Y); in TestF()
11 F = __builtin_isunordered(X, Y); in TestF()
13 H = __builtin_isunordered(X, Y); in TestF()
15 void TestD(double X, double Y) { in TestD() argument
16 A = __builtin_isgreater(X, Y); in TestD()
[all …]
D2004-06-17-UnorderedCompares.c4 void TestF(float X, float Y) { in TestF() argument
5 A = __builtin_isgreater(X, Y); in TestF()
6 B = __builtin_isgreaterequal(X, Y); in TestF()
7 C = __builtin_isless(X, Y); in TestF()
8 D = __builtin_islessequal(X, Y); in TestF()
9 E = __builtin_islessgreater(X, Y); in TestF()
10 F = __builtin_isunordered(X, Y); in TestF()
12 void TestD(double X, double Y) { in TestD() argument
13 A = __builtin_isgreater(X, Y); in TestD()
14 B = __builtin_isgreaterequal(X, Y); in TestD()
[all …]
DBasicInstrs.c6 unsigned int udiv(unsigned int X, unsigned int Y) { in udiv() argument
7 return X/Y; in udiv()
9 int sdiv(int X, int Y) { in sdiv() argument
10 return X/Y; in sdiv()
12 unsigned int urem(unsigned int X, unsigned int Y) { in urem() argument
13 return X%Y; in urem()
15 int srem(int X, int Y) { in srem() argument
16 return X%Y; in srem()
19 _Bool setlt(int X, int Y) { in setlt() argument
20 return X < Y; in setlt()
[all …]
D2002-04-10-StructParameters.c9 short Y, Z; member
19 void test2(foo Y) { in test2() argument
20 testE(Y.p, Y.q, Y.r, Y.X, Y.Y, 0.1f); in test2()
21 test(Y, 0.1f); in test2()
22 test2(Y); in test2()
23 test3(&Y); in test2()
D2002-02-17-ArgumentAddress.c8 int def(int Y, int Z) { in def() argument
10 return Y; in def()
13 struct Test { short X, x; int Y, Z; }; member
16 return A->X+A->Y; in Testing()
19 int Test2(int X, struct Test A, int Y) { in Test2() argument
20 return X+Y+A.X+A.Y; in Test2()
23 return A.X+A.Y+B.Y+B.Z; in Test3()
35 struct STest2 { int X; short Y[4]; double Z; }; member
/external/llvm/test/Transforms/InstCombine/
D2004-11-27-SetCCForCastLargerAndConstant.ll3 ; %Y = sext i8 %X to i32
4 ; %C = icmp ult i32 %Y, 1024
15 %Y = sext i8 %SB to i32 ; <i32> [#uses=1]
16 %C = icmp ult i32 %Y, 1024 ; <i1> [#uses=1]
23 %Y = sext i8 %SB to i32 ; <i32> [#uses=1]
24 %C = icmp slt i32 %Y, 1024 ; <i1> [#uses=1]
30 %Y = sext i8 %SB to i32 ; <i32> [#uses=1]
31 %C = icmp slt i32 %Y, -1024 ; <i1> [#uses=1]
37 %Y = sext i8 %SB to i32
38 %C = icmp ult i32 %Y, 17
[all …]
Dconstant-fold-gep.ll9 @Y = internal global [3 x %struct.X] zeroinitializer
12 ; CHECK: store i32 1, i32* getelementptr inbounds ([3 x %struct.X]* @Y, i64 0, i64 0, i32 0, i64 0)…
13 store i32 1, i32* getelementptr ([3 x %struct.X]* @Y, i64 0, i64 0, i32 0, i64 0), align 4
14 ; CHECK: store i32 1, i32* getelementptr inbounds ([3 x %struct.X]* @Y, i64 0, i64 0, i32 0, i64 1)…
15 store i32 1, i32* getelementptr ([3 x %struct.X]* @Y, i64 0, i64 0, i32 0, i64 1), align 4
16 ; CHECK: store i32 1, i32* getelementptr inbounds ([3 x %struct.X]* @Y, i64 0, i64 0, i32 0, i64 2)…
17 store i32 1, i32* getelementptr ([3 x %struct.X]* @Y, i64 0, i64 0, i32 0, i64 2), align 4
18 ; CHECK: store i32 1, i32* getelementptr inbounds ([3 x %struct.X]* @Y, i64 0, i64 0, i32 1, i64 0)…
19 store i32 1, i32* getelementptr ([3 x %struct.X]* @Y, i64 0, i64 0, i32 0, i64 3), align 4
20 ; CHECK: store i32 1, i32* getelementptr inbounds ([3 x %struct.X]* @Y, i64 0, i64 0, i32 1, i64 1)…
[all …]
/external/llvm/test/CodeGen/PowerPC/
Dmem_update.ll9 %Y = getelementptr i32* %X, i32 4
10 %A = load i32* %Y
12 ret i32* %Y
16 %Y = getelementptr i32* %X, i32 4
17 %A = load i32* %Y
19 ret i32* %Y
23 %Y = getelementptr i16* %X, i32 4
24 %A = load i16* %Y
27 ret i16* %Y
31 %Y = getelementptr i16* %X, i32 4
[all …]
/external/clang/test/CXX/expr/expr.unary/expr.unary.op/
Dp3.cpp10 struct Y struct
19 X Y::*data_mem_ptr = &Y::member; in test()
20 X (Y::*func_mem_ptr1)() = &Y::memfunc1; in test()
21 X (Y::*func_mem_ptr2)() = &Y::memfunc2; in test()
25 X Y::*data_mem_ptr = &Y::member;
26 X (Y::*func_mem_ptr1)() = &Y::memfunc1;
27 X (Y::*func_mem_ptr2)() = &Y::memfunc2;
/external/clang/include/clang/Basic/
DVersionTuple.h72 friend bool operator==(const VersionTuple& X, const VersionTuple &Y) {
73 return X.Major == Y.Major && X.Minor == Y.Minor && X.Subminor == Y.Subminor;
79 friend bool operator!=(const VersionTuple &X, const VersionTuple &Y) {
80 return !(X == Y);
85 friend bool operator<(const VersionTuple &X, const VersionTuple &Y) {
86 if (X.Major != Y.Major)
87 return X.Major < Y.Major;
89 if (X.Minor != Y.Minor)
90 return X.Minor < Y.Minor;
92 return X.Subminor < Y.Subminor;
[all …]
/external/llvm/test/Transforms/InstSimplify/
Dreassociate.ll14 ; (X & Y) & X -> X & Y
23 ; X & (X & Y) -> X & Y
32 ; (X | Y) | X -> X | Y
41 ; X | (X | Y) -> X | Y
50 ; (X ^ Y) ^ X = Y
59 ; X ^ (X ^ Y) = Y
85 ; ((X + 1) + Y) - (Y + 1) -> X
96 ; (no overflow X * Y) / Y -> X
105 ; (((X / Y) * Y) / Y) -> X / Y
115 ; (X rem Y) / Y -> 0
[all …]
/external/clang/test/SemaCXX/
Ddefault-assignment-operator.cpp16 struct Y : X { struct
17 Y();
18 Y& operator=(const Y&);
19 Y& operator=(volatile Y&);
20 Y& operator=(const volatile Y&);
21 Y& operator=(Y&);
24 class Z : Y {};
96 struct Y : public X { }; struct
98 void f(Y y) { y = y; } in f()
Doverloaded-operator-decl.cpp10 struct Y { struct
11 Y operator-() const;
15 …static int operator+(Y, Y); // expected-error{{overloaded 'operator+' cannot be a static member fu…
29 X operator%(Y); // expected-error{{overloaded 'operator%' must be a binary operator (has 1 paramete…
31 void operator()(Y&, int, int); // expected-error{{overloaded 'operator()' must be a non-static memb…
35 Y& operator++(Y&);
36 Y operator++(Y&, INT);
/external/clang/test/CodeGenObjC/
Dobjc2-protocol-enc.m3 // RUN: grep -e "T@\\\22<X><Y>\\\22" %t
4 // RUN: grep -e "T@\\\22<X><Y><Z>\\\22" %t
5 // RUN: grep -e "T@\\\22Foo<X><Y><Z>\\\22" %t
7 @protocol X, Y, Z;
12 @property (copy) id <X, Y> xy;
13 @property (copy) id <X, Y, Z> xyz;
14 @property(copy) Foo <X, Y, Z> *fooxyz;
20 id <X, Y> IVAR_xy;
21 id <X, Y, Z> IVAR_xyz;
22 Foo <X, Y, Z> *IVAR_Fooxyz;
[all …]
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
Dp3-0x.cpp11 struct Y { }; struct
21 X<Y> xy0 = f0(prvalue<Y>()); in test_f0()
22 X<Y> xy1 = f0(xvalue<Y>()); in test_f0()
23 X<Y&> xy2 = f0(lvalue<Y>()); in test_f0()
33 X<Y> xy0 = f1(prvalue<Y>()); in test_f1()
34 X<Y> xy1 = f1(xvalue<Y>()); in test_f1()
35 f1(lvalue<Y>()); // expected-error{{no matching function for call to 'f1'}} in test_f1()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/
Dfr-FR_kfst_spho1.pkb1Y>��YL��YZ����������Yh��Yv��Y���Y�������Y���������������������������������������������������������…
/external/openssl/crypto/bn/
Dbn_gcd.c211 BIGNUM *A,*B,*X,*Y,*M,*D,*T,*R=NULL; in BN_mod_inverse() local
229 Y = BN_CTX_get(ctx); in BN_mod_inverse()
240 BN_zero(Y); in BN_mod_inverse()
300 if (BN_is_odd(Y)) in BN_mod_inverse()
302 if (!BN_uadd(Y, Y, n)) goto err; in BN_mod_inverse()
305 if (!BN_rshift1(Y, Y)) goto err; in BN_mod_inverse()
327 if (!BN_uadd(X, X, Y)) goto err; in BN_mod_inverse()
335 if (!BN_uadd(Y, Y, X)) goto err; in BN_mod_inverse()
431 if (!BN_add(tmp,X,Y)) goto err; in BN_mod_inverse()
452 if (!BN_add(tmp,tmp,Y)) goto err; in BN_mod_inverse()
[all …]
/external/llvm/test/CodeGen/CellSPU/
Dintrinsics_branch.ll40 %Y = bitcast <4 x i32> %1 to <4 x i32>
41 ret <4 x i32> %Y
46 %Y = bitcast <4 x i32> %1 to <4 x i32>
47 ret <4 x i32> %Y
52 %Y = bitcast <8 x i16> %1 to <8 x i16>
53 ret <8 x i16> %Y
58 %Y = bitcast <16 x i8> %1 to <16 x i8>
59 ret <16 x i8> %Y
64 %Y = bitcast <4 x i32> %1 to <4 x i32>
65 ret <4 x i32> %Y
[all …]
Dfneg-fabs.ll10 %Y = fsub double -0.000000e+00, %X
11 ret double %Y
15 %Y = fsub <2 x double> < double -0.0000e+00, double -0.0000e+00 >, %X
16 ret <2 x double> %Y
20 %Y = fsub float -0.000000e+00, %X
21 ret float %Y
25 %Y = fsub <4 x float> <float -0.000000e+00, float -0.000000e+00,
27 ret <4 x float> %Y
35 %Y = call double @fabs( double %X )
36 ret double %Y
[all …]
/external/llvm/test/Transforms/SimplifyLibCalls/
Dpow2.ll10 %Y = call double @pow( double %X, double 0.000000e+00 ) ; <double> [#uses=1]
11 ret double %Y
15 %Y = call double @pow( double %X, double -0.000000e+00 ) ; <double> [#uses=1]
16 ret double %Y
20 %Y = call double @pow( double 1.000000e+00, double %X ) ; <double> [#uses=1]
21 ret double %Y
25 %Y = call double @pow( double %X, double 2.0)
26 ret double %Y
30 %Y = call float @powf( float %X, float 2.0)
31 ret float %Y
[all …]
/external/llvm/test/CodeGen/ARM/
Dpack.ll5 define i32 @test1(i32 %X, i32 %Y) {
7 %tmp4 = shl i32 %Y, 16
14 define i32 @test2(i32 %X, i32 %Y) {
16 %tmp3 = shl i32 %Y, 12
24 define i32 @test3(i32 %X, i32 %Y) {
26 %tmp37 = shl i32 %Y, 18
33 define i32 @test4(i32 %X, i32 %Y) {
35 %tmp3 = and i32 %Y, -65536
42 define i32 @test5(i32 %X, i32 %Y) {
44 %tmp2 = bitcast i32 %Y to i32
[all …]
/external/clang/test/CXX/expr/expr.post/expr.dynamic.cast/
Dp3-0x.cpp4 struct Y : public X { }; struct
7 void test(X &x, Y &y, Z &z) { in test()
11 Y &&yr0 = dynamic_cast<Y&&>(x); in test()
12 Y &&yr1 = dynamic_cast<Y&&>(static_cast<X&&>(x)); in test()
13 Y &&yr2 = dynamic_cast<Y&&>(z); // expected-error{{'Z' is an incomplete type}} in test()

12345678910>>...57