Home
last modified time | relevance | path

Searched refs:stringize (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/c++tools/
H A Dconfigure.ac234 # 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 Diteration.d538 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 Dlibgfortran.h528 #define stringize(x) expand_macro(x) macro
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A Dlibgfortran.h570 #define stringize(x) expand_macro(x) macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Diteration.d521 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 Dgfortran.h75 #define stringize(x) expand_macro(x) macro
H A Dtrans-stmt.c3419 get_identifier (stringize(NAME)), \ in gfc_trans_character_select()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dcpp.texi1472 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 Dcpp.info1315 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 Dcpp.texi1472 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 Dcpp.info1315 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 Dgfortran.h75 #define stringize(x) expand_macro(x) macro
H A Dtrans-stmt.cc3457 get_identifier (stringize(NAME)), \ in gfc_trans_character_select()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DInternalsManual.rst1060 "stringize" operator) the spelling indicates the original form.
/netbsd-src/external/lgpl3/gmp/dist/
H A DChangeLog2439 * gmp-impl.h: Remove K&R stringize support.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201737887 standard terminology "stringize"/"stringizing" throughout.