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)
771
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
)
1410
if (!
allow_c90
)
1606
if (
allow_c90
) {
1681
if (
allow_c90
&&
1843
allow_c90
&&
2202
if (tp1->t_const != tp2->t_const && !ignqual &&
allow_c90
)
2204
if (tp1->t_volatile != tp2->t_volatile && !ignqual &&
allow_c90
)
[
all
...]
cgram.y
509
else if (
allow_c90
)
538
if (!
allow_c90
)
803
if (!
allow_c90
&& $1 == PLUS)
1813
else if (
allow_c90
)
2414
else if (
allow_c90
)
2435
else if (
allow_c90
)
tree.c
935
/* XXX if !
allow_c90
, the symbol should be exported to level 0 */
1190
tspec_t t =
allow_c90
1475
lint_assert(!
allow_c90
);
1689
if (!
allow_c90
&& rn->tn_type->t_tspec != INT)
1882
if (op == SHLASS && hflag && allow_trad &&
allow_c90
2228
if (mp->m_balance_operands || (!
allow_c90
&& (op == SHL || op == SHR)))
2481
if (eq && !
allow_c90
)
2492
if (!
allow_c90
)
2499
if (!
allow_c90
&& tn->tn_type->t_tspec == PTR)
2507
if (!
allow_c90
)
[
all
...]
externs1.h
58
extern bool
allow_c90
;
init.c
205
if (!
allow_c90
&&
670
if (!
allow_c90
&& outer_bl == NULL)
673
if (!
allow_c90
&& tp->t_tspec == UNION)
func.c
499
&& !
allow_c90
)
623
if (tn != NULL && !
allow_c90
) {
Completed in 20 milliseconds
Indexes created Sun Sep 13 00:25:22 UTC 2026