OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cpp_in
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/fortran/
cpp.cc
119
static cpp_reader *
cpp_in
= NULL;
variable
229
if (mkdeps *deps = cpp_get_deps (
cpp_in
))
236
if (mkdeps *deps = cpp_get_deps (
cpp_in
))
251
cpp_get_options (
cpp_in
)->warn_missing_include_dirs
254
register_include_chains (
cpp_in
, gfc_cpp_option.sysroot,
462
cb = cpp_get_callbacks (
cpp_in
);
506
cpp_in
= cpp_create_reader (CLK_GNUC89, NULL, line_table);
507
gcc_assert (
cpp_in
);
512
cpp_option = cpp_get_options (
cpp_in
);
542
cpp_post_options (
cpp_in
);
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/fortran/
cpp.cc
119
static cpp_reader *
cpp_in
= NULL;
variable
229
if (mkdeps *deps = cpp_get_deps (
cpp_in
))
236
if (mkdeps *deps = cpp_get_deps (
cpp_in
))
251
cpp_get_options (
cpp_in
)->warn_missing_include_dirs
254
register_include_chains (
cpp_in
, gfc_cpp_option.sysroot,
462
cb = cpp_get_callbacks (
cpp_in
);
506
cpp_in
= cpp_create_reader (CLK_GNUC89, NULL, line_table);
507
gcc_assert (
cpp_in
);
512
cpp_option = cpp_get_options (
cpp_in
);
542
cpp_post_options (
cpp_in
);
[
all
...]
Completed in 24 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026