OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allow_c90
(Results
1 - 8
of
8
) sorted by relevancy
/src/usr.bin/xlint/lint1/
main1.c
74
bool
allow_c90
= true;
variable
156
allow_c90
= true;
163
allow_c90
= true;
171
allow_c90
= false;
184
allow_c90
= true;
190
allow_c90
= true;
222
if (allow_gcc &&
allow_c90
) {
lex.c
388
if ((kw->kw_added_in_c90 || kw->kw_added_in_c99_or_c11) && !
allow_c90
)
497
if (ls == 0 && ui <= TARG_UINT_MAX && base != 10 &&
allow_c90
)
505
return
allow_c90
? ULONG : LONG;
510
return
allow_c90
? ULONG : LONG;
516
return
allow_c90
? ULLONG : LLONG;
520
return
allow_c90
? ULLONG : LLONG;
576
if (!
allow_c90
&& u_suffix > 0)
595
bool unsigned_since_c90 = allow_trad &&
allow_c90
&& u_suffix == 0
645
if (!
allow_c90
&& t != DOUBLE)
772
it->invalid_escape = !
allow_c90
;
[
all
...]
decl.c
251
if (
allow_c90
)
366
c99ism(265,
allow_c90
? "C90" : "traditional C");
715
if (
allow_c90
)
723
if (t == LDOUBLE && !
allow_c90
)
928
if (!allow_trad && !allow_c99) { /* XXX or better
allow_c90
? */
1413
if (!
allow_c90
)
1608
if (
allow_c90
) {
1683
if (
allow_c90
&&
1845
allow_c90
&&
2202
if (tp1->t_const != tp2->t_const && !ignqual &&
allow_c90
)
[
all
...]
tree.c
833
/* XXX if !
allow_c90
, the symbol should be exported to level 0 */
1117
tspec_t t =
allow_c90
1398
lint_assert(!
allow_c90
);
1597
if (!
allow_c90
&& rn->tn_type->t_tspec != INT)
1790
if (op == SHLASS && hflag && allow_trad &&
allow_c90
2135
if (mp->m_balance_operands || (!
allow_c90
&& (op == SHL || op == SHR)))
2382
if (eq && !
allow_c90
)
2393
if (!
allow_c90
)
2400
if (!
allow_c90
&& tn->tn_type->t_tspec == PTR)
2408
if (!
allow_c90
)
[
all
...]
cgram.y
500
else if (
allow_c90
)
529
if (!
allow_c90
)
782
if (!
allow_c90
&& $1 == PLUS)
1783
else if (
allow_c90
)
2384
else if (
allow_c90
)
2405
else if (
allow_c90
)
externs1.h
58
extern bool
allow_c90
;
init.c
205
if (!
allow_c90
&&
680
if (!
allow_c90
&& outer_bl == NULL)
683
if (!
allow_c90
&& tp->t_tspec == UNION)
func.c
499
&& !
allow_c90
)
623
if (tn != NULL && !
allow_c90
) {
Completed in 22 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026