Searched refs:xvalue (Results 1 – 13 of 13) sorted by relevance
| /netbsd-src/usr.bin/make/unit-tests/ |
| H A D | cond-token-string.mk | 23 # expect+1: xvalue is not defined. 24 . info xvalue is not defined. 39 .if \x${:Uvalue} == "xvalue"
|
| /netbsd-src/external/gpl2/xcvs/dist/src/ |
| H A D | modules.c | 125 char *xvalue = NULL; in my_module() local 734 if (xvalue != NULL) in my_module() 735 free (xvalue); in my_module()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | init.c | 4256 bool xvalue = false; in build_vec_init() local 4390 xvalue = true; in build_vec_init() 4613 if (xvalue) in build_vec_init()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | init.cc | 4377 bool xvalue = false; in build_vec_init() local 4518 xvalue = true; in build_vec_init() 4783 if (xvalue) in build_vec_init()
|
| H A D | ChangeLog-2018 | 2787 non-class type. Handle xvalue argument. 2795 an xvalue. 2798 distinction between temporary and xvalue.
|
| H A D | ChangeLog-2014 | 2643 * tree.c (stabilize_expr): A stabilized prvalue is an xvalue.
|
| H A D | ChangeLog-2016 | 3151 that the result is an lvalue or xvalue.
|
| H A D | ChangeLog-2011 | 4364 * semantics.c (finish_decltype_type): Return T&& for xvalue.
|
| H A D | ChangeLog-2020 | 6417 PR c++/92871 - bad code with xvalue and GNU ?: extension.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | extend.texi | 2259 struct point p = @{ .y = yvalue, .x = xvalue @}; 2266 struct point p = @{ xvalue, yvalue @}; 2273 struct point p = @{ y: yvalue, x: xvalue @};
|
| H A D | gcc.info | 34292 struct point p = { .y = yvalue, .x = xvalue }; 34296 struct point p = { xvalue, yvalue }; 34301 struct point p = { y: yvalue, x: xvalue };
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | extend.texi | 2175 struct point p = @{ .y = yvalue, .x = xvalue @}; 2182 struct point p = @{ xvalue, yvalue @}; 2189 struct point p = @{ y: yvalue, x: xvalue @};
|
| H A D | gcc.info | 31130 struct point p = { .y = yvalue, .x = xvalue }; 31134 struct point p = { xvalue, yvalue }; 31139 struct point p = { y: yvalue, x: xvalue };
|