HomeSort by: relevance | last modified time | path
    Searched defs:macro_def (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390-c.cc 295 MACRO_DEF is defined. If SET is false, the macro MACRO_UNDEF is undefined.
302 const char *macro_def, const char *macro_undef)
312 cpp_define (pfile, macro_def);
350 char macro_def[64]; local
352 sprintf (macro_def, "__ARCH__=%d", processor_table[s390_arch].arch_level);
354 cpp_define (pfile, macro_def);
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390-c.cc 295 MACRO_DEF is defined. If SET is false, the macro MACRO_UNDEF is undefined.
302 const char *macro_def, const char *macro_undef)
312 cpp_define (pfile, macro_def);
350 char macro_def[64]; local
352 sprintf (macro_def, "__ARCH__=%d", processor_table[s390_arch].arch_level);
354 cpp_define (pfile, macro_def);

Completed in 14 milliseconds