Home
last modified time | relevance | path

Searched refs:xvalue (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/usr.bin/make/unit-tests/
H A Dcond-token-string.mk23 # 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 Dmodules.c125 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 Dinit.c4256 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 Dinit.cc4377 bool xvalue = false; in build_vec_init() local
4518 xvalue = true; in build_vec_init()
4783 if (xvalue) in build_vec_init()
H A DChangeLog-20182787 non-class type. Handle xvalue argument.
2795 an xvalue.
2798 distinction between temporary and xvalue.
H A DChangeLog-20142643 * tree.c (stabilize_expr): A stabilized prvalue is an xvalue.
H A DChangeLog-20163151 that the result is an lvalue or xvalue.
H A DChangeLog-20114364 * semantics.c (finish_decltype_type): Return T&& for xvalue.
H A DChangeLog-20206417 PR c++/92871 - bad code with xvalue and GNU ?: extension.
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dextend.texi2259 struct point p = @{ .y = yvalue, .x = xvalue @};
2266 struct point p = @{ xvalue, yvalue @};
2273 struct point p = @{ y: yvalue, x: xvalue @};
H A Dgcc.info34292 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 Dextend.texi2175 struct point p = @{ .y = yvalue, .x = xvalue @};
2182 struct point p = @{ xvalue, yvalue @};
2189 struct point p = @{ y: yvalue, x: xvalue @};
H A Dgcc.info31130 struct point p = { .y = yvalue, .x = xvalue };
31134 struct point p = { xvalue, yvalue };
31139 struct point p = { y: yvalue, x: xvalue };