Searched refs:directives_only (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/gcc/c-family/
H A Dc-opts.c437 cpp_opts->directives_only = value;
1222 if (cpp_opts->directives_only && !cpp_opts->preprocessed && !flag_dump_macros)
1261 if (cpp_opts->directives_only)
1364 if (cpp_opts->directives_only)
H A Dc-ppoutput.c109 else if (cpp_get_options (pfile)->directives_only
/haiku-buildtools/gcc/libcpp/
H A Dinit.c766 if (!CPP_OPTION (pfile, directives_only))
H A Dfiles.c905 && !CPP_OPTION (pfile, directives_only));
H A Ddirectives.c469 && !CPP_OPTION (pfile, directives_only)
H A Dmacro.c391 if (CPP_OPTION (pfile, directives_only) && pfile->state.in_directive)
/haiku-buildtools/gcc/libcpp/include/
H A Dcpplib.h525 bool directives_only; member in struct:cpp_options

Completed in 87 milliseconds