OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TP
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.bin/xlint/lint2/
chk.c
112
TP
(sym->s_type)->t_tspec == FUNC &&
113
TP
(sym->s_type)->t_proto) {
189
if (
TP
(sym->s_type)->t_tspec == FUNC)
254
t1 = (tp1 =
TP
(def->s_type)->t_subt)->t_tspec;
256
tp2 =
TP
(call->f_type)->t_subt;
304
const type_t *tp1 =
TP
(def->s_type);
308
const type_t *tp2 =
TP
(sym->s_type);
358
if ((tp1 =
TP
(def->s_type))->t_tspec != FUNC)
361
} else if (decl != NULL &&
TP
(decl->s_type)->t_proto) {
362
if ((tp1 =
TP
(decl->s_type))->t_tspec != FUNC
607
const type_t *
tp
;
local
835
const type_t *
tp
= NULL;
local
[
all
...]
emit2.c
46
outtype(const type_t *
tp
)
51
while (
tp
!= NULL) {
52
tspec_t ts =
tp
->t_tspec;
53
if (ts == INT &&
tp
->t_is_enum)
57
if (
tp
->t_const)
59
if (
tp
->t_volatile)
63
if (ts == FUNC &&
tp
->t_args != NULL && !
tp
->t_proto)
69
outint(
tp
->t_dim);
71
if (
tp
->t_istag)
[
all
...]
lint2.h
185
TP
(unsigned short type_id)
read.c
650
type_t *
tp
;
local
666
tp
= xalloc(sizeof(*
tp
));
668
tidx = storetyp(
tp
, cp, tlen, h);
673
tp
->t_const = true;
677
tp
->t_volatile = true;
681
tp
->t_tspec = parse_tspec(&cp, c, &osdef);
683
switch (
tp
->t_tspec) {
685
tp
->t_dim = parse_int(&cp);
686
tp
->t_subt = TP(inptype(cp, &cp))
[
all
...]
/src/tests/lib/libc/gen/
t_ctype.c
854
#define ADD_TEST_ABUSE(
TP
, FN) do \
856
ATF_TP_ADD_TC(
TP
, abuse_##FN##_macro_c); \
857
ATF_TP_ADD_TC(
TP
, abuse_##FN##_function_c); \
858
ATF_TP_ADD_TC(
TP
, abuse_##FN##_macro_locale); \
859
ATF_TP_ADD_TC(
TP
, abuse_##FN##_function_locale); \
924
#define ADD_TEST_ABUSE_OVERRIDE(
TP
, FN) do \
926
ATF_TP_ADD_TC(
TP
, abuse_override_##FN##_macro_c); \
927
ATF_TP_ADD_TC(
TP
, abuse_override_##FN##_function_c); \
928
ATF_TP_ADD_TC(
TP
, abuse_override_##FN##_macro_locale); \
929
ATF_TP_ADD_TC(
TP
, abuse_override_##FN##_function_locale);
[
all
...]
Completed in 23 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026