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

  /src/external/gpl3/gcc/dist/libcpp/
directives.cc 2515 cpp_define (cpp_reader *pfile, const char *str) function
2542 /* Like cpp_define, but does not warn about unused macro. */
2548 cpp_define (pfile, str);
2552 /* Use to build macros to be run through cpp_define() as
2566 cpp_define (pfile, ptr);
  /src/external/gpl3/gcc.old/dist/libcpp/
directives.cc 2489 cpp_define (cpp_reader *pfile, const char *str) function
2516 /* Like cpp_define, but does not warn about unused macro. */
2522 cpp_define (pfile, str);
2526 /* Use to build macros to be run through cpp_define() as
2540 cpp_define (pfile, ptr);

Completed in 26 milliseconds