Home
last modified time | relevance | path

Searched defs:Y (Results 151 – 175 of 35546) sorted by relevance

12345678910>>...1422

/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/20_util/polymorphic_allocator/
H A Dallocate_object.cc53 struct Y { in test01() struct
54 Y(int i, const char* s, bool* alive) in test01() argument
58 ~Y() { *alive = false; } in test01()
60 int i; in test01()
61 const char* s; in test01()
62 bool* alive; in test01()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/20_util/polymorphic_allocator/
H A Dallocate_object.cc53 struct Y { in test01() struct
54 Y(int i, const char* s, bool* alive) in test01() function
58 ~Y() { *alive = false; } in test01()
60 int i; in test01()
61 const char* s; in test01()
62 bool* alive; in test01()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/phoenix/core/
H A Dcall.hpp15 #include <boost/proto/transform/impl.hpp>
26 typename Fun
54 return Fun()(e, boost::phoenix::context(s, d));
86 >::type
94 return
102 template <typename Fun, typename Expr, typename State, typename Data, long Arity>
110 template <typename Fun, typename Dummy = void>
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/20_util/polymorphic_allocator/
H A Dallocate_object.cc53 struct Y { in test01() struct
54 Y(int i, const char* s, bool* alive) in test01() argument
58 ~Y() { *alive = false; } in test01()
60 int i; in test01()
61 const char* s; in test01()
62 bool* alive; in test01()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/20_util/polymorphic_allocator/
H A Dallocate_object.cc53 struct Y { in test01() struct
54 Y(int i, const char* s, bool* alive) in test01() argument
58 ~Y() { *alive = false; } in test01()
60 int i; in test01()
61 const char* s; in test01()
62 bool* alive; in test01()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/20_util/polymorphic_allocator/
H A Dallocate_object.cc53 struct Y { in test01() struct
54 Y(int i, const char* s, bool* alive) in test01() argument
58 ~Y() { *alive = false; } in test01()
60 int i; in test01()
61 const char* s; in test01()
62 bool* alive; in test01()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/20_util/polymorphic_allocator/
H A Dallocate_object.cc53 struct Y { in test01() struct
54 Y(int i, const char* s, bool* alive) in test01() function
58 ~Y() { *alive = false; } in test01()
60 int i; in test01()
61 const char* s; in test01()
62 bool* alive; in test01()
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/20_util/polymorphic_allocator/
H A Dallocate_object.cc53 struct Y { in test01() struct
54 Y(int i, const char* s, bool* alive) in test01() argument
58 ~Y() { *alive = false; } in test01()
60 int i; in test01()
61 const char* s; in test01()
62 bool* alive; in test01()
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/20_util/polymorphic_allocator/
H A Dallocate_object.cc53 struct Y { in test01() struct
54 Y(int i, const char* s, bool* alive) in test01() argument
58 ~Y() { *alive = false; } in test01()
60 int i; in test01()
61 const char* s; in test01()
62 bool* alive; in test01()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/20_util/polymorphic_allocator/
H A Dallocate_object.cc53 struct Y { in test01() struct
54 Y(int i, const char* s, bool* alive) in test01() function
58 ~Y() { *alive = false; } in test01()
60 int i; in test01()
61 const char* s; in test01()
62 bool* alive; in test01()
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/20_util/polymorphic_allocator/
H A Dallocate_object.cc53 struct Y { in test01() struct
54 Y(int i, const char* s, bool* alive) in test01() argument
58 ~Y() { *alive = false; } in test01()
60 int i; in test01()
61 const char* s; in test01()
62 bool* alive; in test01()
/dports/games/maelstrom/Maelstrom-3.0.6/netlogic/
H A Dobjects.cpp12 Prize::Prize(int X, int Y, int xVel, int yVel) : in Prize()
22 Multiplier::Multiplier(int X, int Y, int Mult) : in Multiplier()
34 Nova::Nova(int X, int Y) : Object(X, Y, 0, 0, gNova, 4) in Nova()
45 Bonus::Bonus(int X, int Y, int xVel, int yVel, int Bonus) : in Bonus()
57 Shrapnel::Shrapnel(int X, int Y, int xVel, int yVel, Blit *blit) : in Shrapnel()
69 DamagedShip::DamagedShip(int X, int Y, int xVel, int yVel) : in DamagedShip()
79 Gravity::Gravity(int X, int Y) : Object(X, Y, 0, 0, gVortexBlit, 2) in Gravity()
88 Homing::Homing(int X, int Y, int xVel, int yVel) : in Homing()
101 SmallRock::SmallRock(int X, int Y, int xVel, int yVel, int phaseFreq) : in SmallRock()
123 LargeRock::LargeRock(int X, int Y, int xVel, int yVel, int phaseFreq) : in LargeRock()
[all …]
/dports/devel/gaul/gaul-devel-0.1849-0/util/gaul/
H A Dlinkedlist.h131 #define slink_insert_prev(X,Y) slink_prepend((X), (Y)); argument
149 #define g_list_append(X, Y) dlink_append((X), (Y)) argument
151 #define g_list_nth(X, Y) dlink_nth((X), (Y)) argument
152 #define g_list_nth_data(X, Y) dlink_nth_data((X), (Y)) argument
157 #define g_list_prepend(X, Y) dlink_prepend((X), (Y)) argument
158 #define g_list_sort(X, Y) dlink_sort((X), (Y)) argument
163 #define g_slist_append(X, Y) slink_append((X), (Y)) argument
165 #define g_slist_nth(X, Y) slink_nth((X), (Y)) argument
166 #define g_slist_nth_data(X, Y) slink_nth_data((X), (Y)) argument
171 #define g_slist_prepend(X, Y) slink_prepend((X), (Y)) argument
[all …]
/dports/math/octave/octave-6.4.0/scripts/image/
H A Dcmunique.m79 Y = j(X); # find new indices variable
81 Y = j(double (X) + 1); # find new indices, switch to 1-based index variable
89 Y = reshape (j, rows (X), columns (X)); # Y is j reshaped variable
95 Y = reshape (j, rows (X), columns (X)); # Y is j reshaped variable
108 Y = uint8 (Y-1); variable
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-modf-1.c17 #define CKSGN_F(X,Y) \ argument
19 #define CKSGN(X,Y) \ argument
21 #define CKSGN_L(X,Y) \ argument
30 #define CKIPTR(X,Y) X != Y argument
31 #define CKSGN_IPTR_F(X,Y) CKSGN_F(X,Y) argument
32 #define CKSGN_IPTR(X,Y) CKSGN(X,Y) argument
33 #define CKSGN_IPTR_L(X,Y) CKSGN_L(X,Y) argument
36 #define CKIPTR(X,Y) 0 argument
37 #define CKSGN_IPTR_F(X,Y) 0 argument
38 #define CKSGN_IPTR(X,Y) 0 argument
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-modf-1.c17 #define CKSGN_F(X,Y) \ argument
19 #define CKSGN(X,Y) \ argument
21 #define CKSGN_L(X,Y) \ argument
30 #define CKIPTR(X,Y) X != Y argument
31 #define CKSGN_IPTR_F(X,Y) CKSGN_F(X,Y) argument
32 #define CKSGN_IPTR(X,Y) CKSGN(X,Y) argument
33 #define CKSGN_IPTR_L(X,Y) CKSGN_L(X,Y) argument
36 #define CKIPTR(X,Y) 0 argument
37 #define CKSGN_IPTR_F(X,Y) 0 argument
38 #define CKSGN_IPTR(X,Y) 0 argument
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-modf-1.c17 #define CKSGN_F(X,Y) \ argument
19 #define CKSGN(X,Y) \ argument
21 #define CKSGN_L(X,Y) \ argument
30 #define CKIPTR(X,Y) X != Y argument
31 #define CKSGN_IPTR_F(X,Y) CKSGN_F(X,Y) argument
32 #define CKSGN_IPTR(X,Y) CKSGN(X,Y) argument
33 #define CKSGN_IPTR_L(X,Y) CKSGN_L(X,Y) argument
36 #define CKIPTR(X,Y) 0 argument
37 #define CKSGN_IPTR_F(X,Y) 0 argument
38 #define CKSGN_IPTR(X,Y) 0 argument
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-modf-1.c17 #define CKSGN_F(X,Y) \ argument
19 #define CKSGN(X,Y) \ argument
21 #define CKSGN_L(X,Y) \ argument
30 #define CKIPTR(X,Y) X != Y argument
31 #define CKSGN_IPTR_F(X,Y) CKSGN_F(X,Y) argument
32 #define CKSGN_IPTR(X,Y) CKSGN(X,Y) argument
33 #define CKSGN_IPTR_L(X,Y) CKSGN_L(X,Y) argument
36 #define CKIPTR(X,Y) 0 argument
37 #define CKSGN_IPTR_F(X,Y) 0 argument
38 #define CKSGN_IPTR(X,Y) 0 argument
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-modf-1.c17 #define CKSGN_F(X,Y) \ argument
19 #define CKSGN(X,Y) \ argument
21 #define CKSGN_L(X,Y) \ argument
30 #define CKIPTR(X,Y) X != Y argument
31 #define CKSGN_IPTR_F(X,Y) CKSGN_F(X,Y) argument
32 #define CKSGN_IPTR(X,Y) CKSGN(X,Y) argument
33 #define CKSGN_IPTR_L(X,Y) CKSGN_L(X,Y) argument
36 #define CKIPTR(X,Y) 0 argument
37 #define CKSGN_IPTR_F(X,Y) 0 argument
38 #define CKSGN_IPTR(X,Y) 0 argument
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-modf-1.c17 #define CKSGN_F(X,Y) \ argument
19 #define CKSGN(X,Y) \ argument
21 #define CKSGN_L(X,Y) \ argument
30 #define CKIPTR(X,Y) X != Y argument
31 #define CKSGN_IPTR_F(X,Y) CKSGN_F(X,Y) argument
32 #define CKSGN_IPTR(X,Y) CKSGN(X,Y) argument
33 #define CKSGN_IPTR_L(X,Y) CKSGN_L(X,Y) argument
36 #define CKIPTR(X,Y) 0 argument
37 #define CKSGN_IPTR_F(X,Y) 0 argument
38 #define CKSGN_IPTR(X,Y) 0 argument
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-modf-1.c17 #define CKSGN_F(X,Y) \ argument
19 #define CKSGN(X,Y) \ argument
21 #define CKSGN_L(X,Y) \ argument
30 #define CKIPTR(X,Y) X != Y argument
31 #define CKSGN_IPTR_F(X,Y) CKSGN_F(X,Y) argument
32 #define CKSGN_IPTR(X,Y) CKSGN(X,Y) argument
33 #define CKSGN_IPTR_L(X,Y) CKSGN_L(X,Y) argument
36 #define CKIPTR(X,Y) 0 argument
37 #define CKSGN_IPTR_F(X,Y) 0 argument
38 #define CKSGN_IPTR(X,Y) 0 argument
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/
H A DBasicInstrs.c6 unsigned int udiv(unsigned int X, unsigned int Y) { in udiv()
9 int sdiv(int X, int Y) { in sdiv()
12 unsigned int urem(unsigned int X, unsigned int Y) { in urem()
15 int srem(int X, int Y) { in srem()
19 _Bool setlt(int X, int Y) { in setlt()
23 _Bool setgt(int X, int Y) { in setgt()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGen/
H A DBasicInstrs.c6 unsigned int udiv(unsigned int X, unsigned int Y) { in udiv()
9 int sdiv(int X, int Y) { in sdiv()
12 unsigned int urem(unsigned int X, unsigned int Y) { in urem()
15 int srem(int X, int Y) { in srem()
19 _Bool setlt(int X, int Y) { in setlt()
23 _Bool setgt(int X, int Y) { in setgt()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGen/
H A DBasicInstrs.c6 unsigned int udiv(unsigned int X, unsigned int Y) { in udiv()
9 int sdiv(int X, int Y) { in sdiv()
12 unsigned int urem(unsigned int X, unsigned int Y) { in urem()
15 int srem(int X, int Y) { in srem()
19 _Bool setlt(int X, int Y) { in setlt()
23 _Bool setgt(int X, int Y) { in setgt()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CXX/class/class.local/
H A Dp3.cpp8 struct X::Y { in f1() struct in f1::X
9 void f() {} in f1()
17 struct Y { in f2() struct
18 void f() {} in f2()
26 struct Y { in f3() struct
27 …eturn a; } // expected-error{{reference to local variable 'a' declared in enclosing function 'f3'}} in f3()

12345678910>>...1422