Home
last modified time | relevance | path

Searched refs:alloc_node (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/gcclibs/libcpp/
H A Didentifiers.c31 static cpp_hashnode *alloc_node (hash_table *);
36 alloc_node (hash_table *table) in alloc_node() function
56 table->alloc_node = (hashnode (*) (hash_table *)) alloc_node; in _cpp_init_hashtable()
H A Dsymtab.c158 node = (*table->alloc_node) (table); in ht_lookup_with_hash()
H A DChangeLog314 * identifiers.c (alloc_node): Use XOBNEW.
/freebsd-12.1/contrib/gcc/
H A Dstringpool.c53 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
H A DChangeLog-200121660 * cpphash.c (alloc_node): Cast allocated pointer.
/freebsd-12.1/contrib/gcclibs/libcpp/include/
H A Dsymtab.h50 hashnode (*alloc_node) (hash_table *); member
/freebsd-12.1/contrib/gcc/cp/
H A Dinit.c1601 tree alloc_node; in build_new_1() local
1802 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()
H A DChangeLog-19986430 (build_new_1): Initialize `nelts' and `alloc_node' to NULL_TREE.