Searched refs:expr_zero_alloc (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/usr.bin/xlint/lint1/ |
H A D | externs1.h | 119 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 D | mem1.c | 311 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 D | cgram.y | 636 expr_zero_alloc(sizeof(*call), "function_call"); 737 $$ = expr_zero_alloc(sizeof(*$$), "function_call");
|
H A D | tree.c | 590 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 D | init.c | 252 tnode_t *ln = expr_zero_alloc(sizeof(*ln), "tnode"); in check_init_expr()
|
H A D | func.c | 929 tnode_t *ln = expr_zero_alloc(sizeof(*ln), "tnode"); in check_return_value()
|
H A D | decl.c | 131 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()
|