OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:t_args
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.bin/xlint/lint2/
emit2.c
68
if (ts == FUNC && tp->
t_args
!= NULL && !tp->t_proto)
91
} else if (ts == FUNC && tp->
t_args
!= NULL) {
93
for (const type_t **ap = tp->
t_args
; *ap != NULL; ap++)
98
for (const type_t **ap = tp->
t_args
; *ap != NULL; ap++)
lint2.h
73
#define
t_args
t_u._t_args
macro
chk.c
378
ap1 = tp1->
t_args
;
379
ap2 = tp2->
t_args
;
1152
ap1 = TP(sym1->s_type)->
t_args
;
1153
ap2 = TP(sym->s_type)->
t_args
;
1334
const type_t **a1 = tp1->
t_args
;
1335
const type_t **a2 = tp2->
t_args
;
1358
for (const type_t **arg = tp->
t_args
; *arg != NULL; arg++) {
read.c
699
tp->
t_args
= xcalloc((size_t)narg + 1,
700
sizeof(*tp->
t_args
));
706
tp->
t_args
[i] = TP(inptype(cp, &cp));
/src/usr.bin/xlint/common/
tyname.c
180
argtype = tp->
t_args
;
Completed in 15 milliseconds
Indexes created Sat Oct 11 08:10:02 GMT 2025