/netbsd-src/external/gpl3/gcc/dist/c++tools/ |
H A D | configure.ac | 234 # For better server messages, look for a way to stringize network addresses
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/ |
H A D | iteration.d | 538 alias stringize = map!(to!string); variable 539 assert(equal(stringize([ 1, 2, 3, 4 ]), [ "1", "2", "3", "4" ])); 672 alias stringize = map!(to!string); variable 673 assert(equal(stringize([ 1, 2, 3, 4 ]), [ "1", "2", "3", "4" ]));
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/ |
H A D | libgfortran.h | 528 #define stringize(x) expand_macro(x) macro
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/ |
H A D | libgfortran.h | 570 #define stringize(x) expand_macro(x) macro
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/ |
H A D | iteration.d | 521 alias stringize = map!(to!string); variable 522 assert(equal(stringize([ 1, 2, 3, 4 ]), [ "1", "2", "3", "4" ])); 646 alias stringize = map!(to!string); variable 647 assert(equal(stringize([ 1, 2, 3, 4 ]), [ "1", "2", "3", "4" ]));
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | gfortran.h | 75 #define stringize(x) expand_macro(x) macro
|
H A D | trans-stmt.c | 3419 get_identifier (stringize(NAME)), \ in gfc_trans_character_select()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | cpp.texi | 1472 stringize it all together. Instead, you can write a series of adjacent 1520 If you want to stringize the result of expansion of a macro argument, 1654 the @samp{#} and @samp{##} operators to stringize the variable argument 3009 Macros that call other macros that stringize or concatenate. 3012 occur. If you @emph{want} to expand a macro, then stringize or 4071 quotes or not. This provides a way to stringize arguments. For
|
H A D | cpp.info | 1315 stringize it all together. Instead, you can write a series of adjacent 1357 If you want to stringize the result of expansion of a macro argument, 1473 may use the '#' and '##' operators to stringize the variable argument or 2711 * Macros that call other macros that stringize or concatenate. 2714 occur. If you _want_ to expand a macro, then stringize or 3687 quotes or not. This provides a way to stringize arguments. For example
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | cpp.texi | 1472 stringize it all together. Instead, you can write a series of adjacent 1520 If you want to stringize the result of expansion of a macro argument, 1654 the @samp{#} and @samp{##} operators to stringize the variable argument 3044 Macros that call other macros that stringize or concatenate. 3047 occur. If you @emph{want} to expand a macro, then stringize or 4123 quotes or not. This provides a way to stringize arguments. For
|
H A D | cpp.info | 1315 stringize it all together. Instead, you can write a series of adjacent 1357 If you want to stringize the result of expansion of a macro argument, 1473 may use the '#' and '##' operators to stringize the variable argument or 2746 * Macros that call other macros that stringize or concatenate. 2749 occur. If you _want_ to expand a macro, then stringize or 3740 quotes or not. This provides a way to stringize arguments. For example
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | gfortran.h | 75 #define stringize(x) expand_macro(x) macro
|
H A D | trans-stmt.cc | 3457 get_identifier (stringize(NAME)), \ in gfc_trans_character_select()
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | InternalsManual.rst | 1060 "stringize" operator) the spelling indicates the original form.
|
/netbsd-src/external/lgpl3/gmp/dist/ |
H A D | ChangeLog | 2439 * gmp-impl.h: Remove K&R stringize support.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2017 | 37887 standard terminology "stringize"/"stringizing" throughout.
|