Searched refs:alloc_node (Results 1 – 8 of 8) sorted by relevance
31 static cpp_hashnode *alloc_node (hash_table *);36 alloc_node (hash_table *table) in alloc_node() function56 table->alloc_node = (hashnode (*) (hash_table *)) alloc_node; in _cpp_init_hashtable()
158 node = (*table->alloc_node) (table); in ht_lookup_with_hash()
314 * identifiers.c (alloc_node): Use XOBNEW.
53 static hashnode alloc_node (hash_table *);68 ident_hash->alloc_node = alloc_node; in init_stringpool()75 alloc_node (hash_table *table ATTRIBUTE_UNUSED) in alloc_node() function
21660 * cpphash.c (alloc_node): Cast allocated pointer.
50 hashnode (*alloc_node) (hash_table *); member
1601 tree alloc_node; in build_new_1() local1802 alloc_node = TARGET_EXPR_SLOT (alloc_expr); in build_new_1()1853 alloc_node, cookie_size)); in build_new_1()1880 data_addr = alloc_node; in build_new_1()1968 cleanup = build_op_delete_call (dcode, alloc_node, size, in build_new_1()2027 if (rval == alloc_node) in build_new_1()2035 tree ifexp = cp_build_binary_op (NE_EXPR, alloc_node, in build_new_1()2037 rval = build_conditional_expr (ifexp, rval, alloc_node); in build_new_1()
6430 (build_new_1): Initialize `nelts' and `alloc_node' to NULL_TREE.