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

  /src/external/gpl3/gcc/dist/libcpp/
directives.cc 104 static void run_directive (cpp_reader *, int, const char *, size_t);
591 run_directive (cpp_reader *pfile, int dir_no, const char *buf, size_t count) function
1918 /* Inline run_directive, since we need to delay the _cpp_pop_buffer
1987 /* Finish inlining run_directive. */
2539 run_directive (pfile, T_DEFINE, buf, count);
2593 run_directive (pfile, T_DEFINE, buf, len);
2604 run_directive (pfile, T_UNDEF, buf, len);
2697 run_directive (pfile, type, str, count);
directives.cc 104 static void run_directive (cpp_reader *, int, const char *, size_t);
591 run_directive (cpp_reader *pfile, int dir_no, const char *buf, size_t count) function
1918 /* Inline run_directive, since we need to delay the _cpp_pop_buffer
1987 /* Finish inlining run_directive. */
2539 run_directive (pfile, T_DEFINE, buf, count);
2593 run_directive (pfile, T_DEFINE, buf, len);
2604 run_directive (pfile, T_UNDEF, buf, len);
2697 run_directive (pfile, type, str, count);
directives.cc 104 static void run_directive (cpp_reader *, int, const char *, size_t);
591 run_directive (cpp_reader *pfile, int dir_no, const char *buf, size_t count) function
1918 /* Inline run_directive, since we need to delay the _cpp_pop_buffer
1987 /* Finish inlining run_directive. */
2539 run_directive (pfile, T_DEFINE, buf, count);
2593 run_directive (pfile, T_DEFINE, buf, len);
2604 run_directive (pfile, T_UNDEF, buf, len);
2697 run_directive (pfile, type, str, count);
  /src/external/gpl3/gcc.old/dist/libcpp/
directives.cc 104 static void run_directive (cpp_reader *, int, const char *, size_t);
576 run_directive (cpp_reader *pfile, int dir_no, const char *buf, size_t count) function
1897 /* Inline run_directive, since we need to delay the _cpp_pop_buffer
1966 /* Finish inlining run_directive. */
2513 run_directive (pfile, T_DEFINE, buf, count);
2567 run_directive (pfile, T_DEFINE, buf, len);
2578 run_directive (pfile, T_UNDEF, buf, len);
2671 run_directive (pfile, type, str, count);
directives.cc 104 static void run_directive (cpp_reader *, int, const char *, size_t);
576 run_directive (cpp_reader *pfile, int dir_no, const char *buf, size_t count) function
1897 /* Inline run_directive, since we need to delay the _cpp_pop_buffer
1966 /* Finish inlining run_directive. */
2513 run_directive (pfile, T_DEFINE, buf, count);
2567 run_directive (pfile, T_DEFINE, buf, len);
2578 run_directive (pfile, T_UNDEF, buf, len);
2671 run_directive (pfile, type, str, count);
directives.cc 104 static void run_directive (cpp_reader *, int, const char *, size_t);
576 run_directive (cpp_reader *pfile, int dir_no, const char *buf, size_t count) function
1897 /* Inline run_directive, since we need to delay the _cpp_pop_buffer
1966 /* Finish inlining run_directive. */
2513 run_directive (pfile, T_DEFINE, buf, count);
2567 run_directive (pfile, T_DEFINE, buf, len);
2578 run_directive (pfile, T_UNDEF, buf, len);
2671 run_directive (pfile, type, str, count);

Completed in 123 milliseconds