Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dstringpool.c49 static hashnode alloc_node PARAMS ((hash_table *));
59 ident_hash->alloc_node = alloc_node; in init_stringpool()
66 alloc_node (table) in alloc_node() function
H A Dcpphash.c31 static cpp_hashnode *alloc_node PARAMS ((hash_table *));
36 alloc_node (table) in alloc_node() function
60 table->alloc_node = (hashnode (*) PARAMS ((hash_table *))) alloc_node;
H A Dhashtable.h54 hashnode (*alloc_node) PARAMS ((hash_table *));
H A Dhashtable.c161 node = (*table->alloc_node) (table);
H A Ddwarf2out.c4571 debug_str_hash->alloc_node = indirect_string_alloc;
H A DChangeLog.52453 * cpphash.c (alloc_node): Cast allocated pointer.
/openbsd-src/gnu/gcc/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.
/openbsd-src/gnu/gcc/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
/openbsd-src/gnu/gcc/libcpp/include/
H A Dsymtab.h50 hashnode (*alloc_node) (hash_table *); member
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dinit.c2160 tree alloc_call, alloc_expr, alloc_node; local
2350 alloc_node = TREE_OPERAND (alloc_expr, 0);
2361 alloc_node, size_in_bytes (sizetype));
2374 init_expr = build_indirect_ref (alloc_node, NULL);
2436 delete_node = fold (build (MINUS_EXPR, TREE_TYPE (alloc_node),
2437 alloc_node, cookie_size));
2439 delete_node = alloc_node;
2499 rval = alloc_node;
2506 if (rval == alloc_node)
2517 nullexp = convert (TREE_TYPE (alloc_node),
[all …]
H A DChangeLog.213218 (build_new_1): Initialize `nelts' and `alloc_node' to NULL_TREE.
/openbsd-src/gnu/gcc/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.
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dexpr.c1194 tree alloc_node; local
1196 alloc_node = (class_has_finalize_method (type) ? alloc_object_node
1202 build_address_of (alloc_node),
H A Dparse.c14412 tree alloc_node; local
14422 alloc_node =
14426 build_address_of (alloc_node),
H A Dparse.y10847 tree alloc_node; local
10857 alloc_node =
10861 build_address_of (alloc_node),