| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | stringpool.c | 49 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 D | cpphash.c | 31 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 D | hashtable.h | 54 hashnode (*alloc_node) PARAMS ((hash_table *));
|
| H A D | hashtable.c | 161 node = (*table->alloc_node) (table);
|
| H A D | dwarf2out.c | 4571 debug_str_hash->alloc_node = indirect_string_alloc;
|
| H A D | ChangeLog.5 | 2453 * cpphash.c (alloc_node): Cast allocated pointer.
|
| /openbsd-src/gnu/gcc/libcpp/ |
| H A D | identifiers.c | 31 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 D | symtab.c | 158 node = (*table->alloc_node) (table); in ht_lookup_with_hash()
|
| H A D | ChangeLog | 314 * identifiers.c (alloc_node): Use XOBNEW.
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | stringpool.c | 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
|
| /openbsd-src/gnu/gcc/libcpp/include/ |
| H A D | symtab.h | 50 hashnode (*alloc_node) (hash_table *); member
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | init.c | 2160 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 D | ChangeLog.2 | 13218 (build_new_1): Initialize `nelts' and `alloc_node' to NULL_TREE.
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | init.c | 1601 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 D | ChangeLog-1998 | 6430 (build_new_1): Initialize `nelts' and `alloc_node' to NULL_TREE.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | expr.c | 1194 tree alloc_node; local 1196 alloc_node = (class_has_finalize_method (type) ? alloc_object_node 1202 build_address_of (alloc_node),
|
| H A D | parse.c | 14412 tree alloc_node; local 14422 alloc_node = 14426 build_address_of (alloc_node),
|
| H A D | parse.y | 10847 tree alloc_node; local 10857 alloc_node = 10861 build_address_of (alloc_node),
|