Symbol: TP
tests/lib/libc/gen/t_ctype.c
854
#define ADD_TEST_ABUSE(TP, FN) do \
tests/lib/libc/gen/t_ctype.c
856
ATF_TP_ADD_TC(TP, abuse_##FN##_macro_c); \
tests/lib/libc/gen/t_ctype.c
857
ATF_TP_ADD_TC(TP, abuse_##FN##_function_c); \
tests/lib/libc/gen/t_ctype.c
858
ATF_TP_ADD_TC(TP, abuse_##FN##_macro_locale); \
tests/lib/libc/gen/t_ctype.c
859
ATF_TP_ADD_TC(TP, abuse_##FN##_function_locale); \
tests/lib/libc/gen/t_ctype.c
924
#define ADD_TEST_ABUSE_OVERRIDE(TP, FN) do \
tests/lib/libc/gen/t_ctype.c
926
ATF_TP_ADD_TC(TP, abuse_override_##FN##_macro_c); \
tests/lib/libc/gen/t_ctype.c
927
ATF_TP_ADD_TC(TP, abuse_override_##FN##_function_c); \
tests/lib/libc/gen/t_ctype.c
928
ATF_TP_ADD_TC(TP, abuse_override_##FN##_macro_locale); \
tests/lib/libc/gen/t_ctype.c
929
ATF_TP_ADD_TC(TP, abuse_override_##FN##_function_locale); \
tests/lib/libc/gen/t_ctype.c
974
#define ADD_TEST_USE(TP, FN) do \
tests/lib/libc/gen/t_ctype.c
976
ATF_TP_ADD_TC(TP, FN##_macro_c); \
tests/lib/libc/gen/t_ctype.c
977
ATF_TP_ADD_TC(TP, FN##_function_c); \
tests/lib/libc/gen/t_ctype.c
978
ATF_TP_ADD_TC(TP, FN##_macro_locale); \
tests/lib/libc/gen/t_ctype.c
979
ATF_TP_ADD_TC(TP, FN##_function_locale); \
usr.bin/xlint/lint2/chk.c
112
TP(sym->s_type)->t_tspec == FUNC &&
usr.bin/xlint/lint2/chk.c
113
TP(sym->s_type)->t_proto) {
usr.bin/xlint/lint2/chk.c
1136
} else if (decl != NULL && TP(decl->s_type)->t_proto) {
usr.bin/xlint/lint2/chk.c
1141
if (TP(sym1->s_type)->t_tspec != FUNC)
usr.bin/xlint/lint2/chk.c
1150
if (sym == sym1 || !TP(sym->s_type)->t_proto)
usr.bin/xlint/lint2/chk.c
1152
ap1 = TP(sym1->s_type)->t_args;
usr.bin/xlint/lint2/chk.c
1153
ap2 = TP(sym->s_type)->t_args;
usr.bin/xlint/lint2/chk.c
1171
tp1 = TP(sym1->s_type);
usr.bin/xlint/lint2/chk.c
1172
tp2 = TP(sym->s_type);
usr.bin/xlint/lint2/chk.c
189
if (TP(sym->s_type)->t_tspec == FUNC)
usr.bin/xlint/lint2/chk.c
254
t1 = (tp1 = TP(def->s_type)->t_subt)->t_tspec;
usr.bin/xlint/lint2/chk.c
256
tp2 = TP(call->f_type)->t_subt;
usr.bin/xlint/lint2/chk.c
304
const type_t *tp1 = TP(def->s_type);
usr.bin/xlint/lint2/chk.c
308
const type_t *tp2 = TP(sym->s_type);
usr.bin/xlint/lint2/chk.c
358
if ((tp1 = TP(def->s_type))->t_tspec != FUNC)
usr.bin/xlint/lint2/chk.c
361
} else if (decl != NULL && TP(decl->s_type)->t_proto) {
usr.bin/xlint/lint2/chk.c
362
if ((tp1 = TP(decl->s_type))->t_tspec != FUNC)
usr.bin/xlint/lint2/chk.c
369
if ((tp1 = TP(call1->f_type))->t_tspec != FUNC)
usr.bin/xlint/lint2/chk.c
376
if ((tp2 = TP(call->f_type))->t_tspec != FUNC)
usr.bin/xlint/lint2/chk.c
472
asgn = def != NULL || (decl != NULL && TP(decl->s_type)->t_proto);
usr.bin/xlint/lint2/emit2.c
128
if (TP(sym->s_type)->t_tspec == FUNC) {
usr.bin/xlint/lint2/emit2.c
136
outtype(TP(sym->s_type));
usr.bin/xlint/lint2/read.c
686
tp->t_subt = TP(inptype(cp, &cp));
usr.bin/xlint/lint2/read.c
689
tp->t_subt = TP(inptype(cp, &cp));
usr.bin/xlint/lint2/read.c
704
tp->t_args[i] = TP(inptype(cp, &cp));
usr.bin/xlint/lint2/read.c
707
tp->t_subt = TP(inptype(cp, &cp));