OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allow_gcc
(Results
1 - 8
of
8
) sorted by relevancy
/src/usr.bin/xlint/lint1/
main1.c
78
bool
allow_gcc
;
variable in typeref:typename:bool
147
case 'g':
allow_gcc
= true; break;
221
if (
allow_gcc
&& allow_c90) {
err.c
683
int severity = (!
allow_gcc
? 1 : 0) + (!allow_trad ? 1 : 0);
697
if (allow_c11 ||
allow_gcc
)
720
int severity = (!
allow_gcc
? 1 : 0) +
lint1.h
623
!
allow_gcc
|| (!allow_trad && !allow_c99), msgid, ##args)
625
!allow_c99 && (!
allow_gcc
|| !allow_trad), msgid, ##args)
627
!allow_c11 && !
allow_gcc
, msgid, ##args)
externs1.h
62
extern bool
allow_gcc
;
lex.c
401
if (
allow_gcc
)
785
it->invalid_escape = !
allow_gcc
;
1349
if (!allow_c99 && !
allow_gcc
)
tree.c
726
if (
allow_gcc
) {
770
if (
allow_gcc
&& is_gcc_bool_builtin(sym->s_name))
4422
if (!
allow_gcc
) {
4488
if (!(
allow_gcc
&& nt == STRUCT))
4656
if (
allow_gcc
cgram.y
1268
if (!allow_c11 && !
allow_gcc
)
decl.c
1021
|| (is_integer(t) && (suppress_bitfieldtype ||
allow_gcc
)))) {
Completed in 25 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025