OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:all_warnings
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree.h
6907
constexpr opt_code
all_warnings
= N_OPTS;
variable
6911
extern bool warning_suppressed_at (location_t, opt_code =
all_warnings
);
6914
extern bool suppress_warning_at (location_t, opt_code =
all_warnings
,
6921
extern bool warning_suppressed_p (const_tree, opt_code =
all_warnings
);
6924
extern void suppress_warning (tree, opt_code =
all_warnings
, bool = true)
/src/external/gpl3/gcc.old/dist/gcc/
tree.h
6564
constexpr opt_code
all_warnings
= N_OPTS;
variable
6568
extern bool warning_suppressed_at (location_t, opt_code =
all_warnings
);
6571
extern bool suppress_warning_at (location_t, opt_code =
all_warnings
,
6578
extern bool warning_suppressed_p (const_tree, opt_code =
all_warnings
);
6581
extern void suppress_warning (tree, opt_code =
all_warnings
, bool = true)
Completed in 56 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026