OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:t_incomplete_array
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.bin/xlint/lint1/
init.c
195
tp->
t_incomplete_array
= false;
302
if (!tp->
t_incomplete_array
)
505
if (tp->
t_incomplete_array
&&
508
if (!tp->
t_incomplete_array
&&
529
lint_assert(!tp->
t_incomplete_array
);
724
if (in->in_sym->s_type->
t_incomplete_array
&&
803
if (!tp->
t_incomplete_array
&& subscript >= (size_t)tp->u.dimension) {
809
if (tp->
t_incomplete_array
&& subscript > in->in_max_subscript)
861
if (!tp->
t_incomplete_array
&& (size_t)tp->u.dimension < len)
871
if (tp->
t_incomplete_array
) {
[
all
...]
lint1.h
135
bool
t_incomplete_array
:1;
member in struct:lint1_type
decl.c
177
return tp->
t_incomplete_array
;
1298
tp->
t_incomplete_array
= true;
1991
&& !(has_initializer && dsym->s_type->
t_incomplete_array
)) {
2343
dst->
t_incomplete_array
= false;
tree.c
1435
if (ltp->t_tspec != ARRAY || ltp->
t_incomplete_array
)
/src/usr.bin/xlint/common/
tyname.c
236
if (tp->
t_incomplete_array
)
Completed in 79 milliseconds
Indexes created Sun Sep 21 20:09:37 GMT 2025