Home
last modified time | relevance | path

Searched refs:expr_zero_alloc (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/usr.bin/xlint/lint1/
H A Dexterns1.h119 void *expr_zero_alloc(size_t, const char *);
121 void *expr_zero_alloc(size_t);
122 #define expr_zero_alloc(size, descr) (expr_zero_alloc)(size) macro
H A Dmem1.c311 expr_zero_alloc(size_t s, const char *descr) in expr_zero_alloc() function
318 (expr_zero_alloc)(size_t size)
345 tnode_t *tn = expr_zero_alloc(sizeof(*tn), "tnode"); in expr_alloc_tnode()
H A Dcgram.y636 expr_zero_alloc(sizeof(*call), "function_call");
737 $$ = expr_zero_alloc(sizeof(*$$), "function_call");
H A Dtree.c590 type_t *tp2 = expr_zero_alloc(sizeof(*tp2), "type"); in is_out_of_char_range()
790 type_t *tp = expr_zero_alloc(sizeof(*tp), "type"); in balance()
800 n->u.str_literals = expr_zero_alloc(sizeof(*n->u.str_literals), "tnode.string"); in build_address()
804 n->u.str_literals->data = expr_zero_alloc(lit->len + 1, in build_address()
2236 struct_or_union *sou = expr_zero_alloc(sizeof(*sou), in typeok_address()
2238 sou->sou_tag = expr_zero_alloc(sizeof(*sou->sou_tag), "sym"); in typeok_address()
4491 tnode_t **new_args = expr_zero_alloc( in check_array_index()
H A Dinit.c252 tnode_t *ln = expr_zero_alloc(sizeof(*ln), "tnode"); in check_init_expr()
H A Dfunc.c929 tnode_t *ln = expr_zero_alloc(sizeof(*ln), "tnode"); in check_return_value()
H A Ddecl.c131 type_t *ntp = expr_zero_alloc(sizeof(*ntp), "type"); in expr_dup_type()
147 type_t *ntp = expr_zero_alloc(sizeof(*ntp), "type"); in expr_unqualified_type()