OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:d_qual
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/xlint/lint1/
debug.c
508
debug_word(dl->
d_qual
.tq_const, "const");
509
debug_word(dl->
d_qual
.tq_restrict, "restrict");
510
debug_word(dl->
d_qual
.tq_volatile, "volatile");
511
debug_word(dl->
d_qual
.tq_atomic, "atomic");
decl.c
502
add_type_qualifiers(&dcs->
d_qual
, qs);
637
dcs->
d_qual
= (type_qualifiers) { .tq_const = false };
770
if (dcs->
d_qual
.tq_const && dcs->d_type->t_const
776
if (dcs->
d_qual
.tq_volatile && dcs->d_type->t_volatile &&
783
if (dcs->
d_qual
.tq_const || dcs->
d_qual
.tq_volatile) {
785
dcs->d_type->t_const |= dcs->
d_qual
.tq_const;
786
dcs->d_type->t_volatile |= dcs->
d_qual
.tq_volatile;
lint1.h
367
type_qualifiers
d_qual
; /* in declaration specifiers */
member in struct:decl_level
407
* dcs->
d_qual
instead.
Completed in 18 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026