OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:t_const
(Results
1 - 9
of
9
) sorted by relevancy
/src/usr.bin/xlint/lint2/
lint2.h
39
bool
t_const
:1;
member in struct:lint2_type
emit2.c
57
if (tp->
t_const
)
chk.c
907
} else if (tp->t_subt->
t_const
) {
1268
if (!tp1->
t_const
&& tp2->
t_const
)
1273
if (tp1->
t_const
!= tp2->
t_const
)
1275
if (tp1->
t_const
!= tp2->
t_const
)
read.c
673
tp->
t_const
= true;
/src/usr.bin/xlint/lint1/
decl.c
150
ntp->
t_const
= false;
770
if (dcs->d_qual.tq_const && dcs->d_type->
t_const
785
dcs->d_type->
t_const
|= dcs->d_qual.tq_const;
925
if (tp->
t_const
|| tp->t_volatile)
928
tp->
t_const
? "const" : "volatile");
967
if (tp->
t_const
|| tp->t_volatile) {
970
tp->
t_const
= tp->t_volatile = false;
1233
tp->
t_const
= is_const;
2202
if (tp1->
t_const
!= tp2->
t_const
&& !ignqual && allow_c90
[
all
...]
emit1.c
102
if (tp->
t_const
)
tree.c
844
sym->s_type->
t_const
= true;
1718
bool c1 = tp1->t_subt->
t_const
;
1719
bool c2 = tp2->t_subt->
t_const
;
1727
nstp->
t_const
|= c2;
1812
if (!ntp->t_subt->
t_const
&& otp->t_subt->
t_const
)
2563
tp->
t_const
= tp->t_volatile = false;
2641
if (tp->
t_const
&& allow_c90)
3033
if (mtp->
t_const
)
3056
} else if (ltp->
t_const
[
all
...]
lint1.h
151
bool
t_const
:1;
member in struct:lint1_type
/src/usr.bin/xlint/common/
tyname.c
262
if (tp->
t_const
)
Completed in 24 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026