HomeSort by: relevance | last modified time | path
    Searched refs:stringize (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libgfortran/
libgfortran.h 570 #define stringize(x) expand_macro(x) macro
  /src/external/gpl3/gcc/dist/libgfortran/
libgfortran.h 574 #define stringize(x) expand_macro(x) macro
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
iteration.d 521 alias stringize = map!(to!string);
522 assert(equal(stringize([ 1, 2, 3, 4 ]), [ "1", "2", "3", "4" ]));
646 alias stringize = map!(to!string);
647 assert(equal(stringize([ 1, 2, 3, 4 ]), [ "1", "2", "3", "4" ]));
4548 // Stringize with commas
5110 // Stringize with commas
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
gfortran.h 75 #define stringize(x) expand_macro(x) macro
trans-stmt.cc 3457 get_identifier (stringize(NAME)), \
  /src/external/gpl3/gcc/dist/gcc/fortran/
gfortran.h 75 #define stringize(x) expand_macro(x) macro
trans-stmt.cc 3536 get_identifier (stringize(NAME)), \

Completed in 172 milliseconds