Searched refs:alloc_node (Results 1 – 10 of 10) sorted by relevance
| /dragonfly/contrib/gcc-4.7/libcpp/ |
| HD | identifiers.c | 31 static hashnode alloc_node (hash_table *); 36 alloc_node (hash_table *table) in alloc_node() function 56 table->alloc_node = alloc_node; in _cpp_init_hashtable()
|
| HD | symtab.c | 158 node = (*table->alloc_node) (table); in ht_lookup_with_hash()
|
| /dragonfly/contrib/gcc-8.0/libcpp/ |
| HD | identifiers.c | 30 static hashnode alloc_node (cpp_hash_table *); 35 alloc_node (cpp_hash_table *table) in alloc_node() function 55 table->alloc_node = alloc_node; in _cpp_init_hashtable()
|
| HD | symtab.c | 155 node = (*table->alloc_node) (table); in ht_lookup_with_hash()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | stringpool.c | 52 static hashnode alloc_node (hash_table *); 67 ident_hash->alloc_node = alloc_node; in init_stringpool() 73 alloc_node (hash_table *table ATTRIBUTE_UNUSED) in alloc_node() function
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | stringpool.c | 35 static hashnode alloc_node (cpp_hash_table *); 55 ident_hash->alloc_node = alloc_node; in init_stringpool() 61 alloc_node (cpp_hash_table *table ATTRIBUTE_UNUSED) in alloc_node() function
|
| /dragonfly/contrib/gcc-8.0/libcpp/include/ |
| HD | symtab.h | 53 hashnode (*alloc_node) (cpp_hash_table *); member
|
| /dragonfly/contrib/gcc-4.7/libcpp/include/ |
| HD | symtab.h | 54 hashnode (*alloc_node) (hash_table *); member
|
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | init.c | 2182 tree alloc_node; in build_new_1() local 2422 alloc_node = TARGET_EXPR_SLOT (alloc_expr); in build_new_1() 2473 data_addr = fold_build_pointer_plus (alloc_node, cookie_size); in build_new_1() 2480 alloc_node, cookie_ptr); in build_new_1() 2505 data_addr = alloc_node; in build_new_1() 2517 alloc_node = fold_convert (non_const_pointer_type, alloc_node); in build_new_1() 2657 alloc_node, in build_new_1() 2735 NE_EXPR, alloc_node, in build_new_1() 2738 rval = build_conditional_expr (ifexp, rval, alloc_node, in build_new_1()
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | init.c | 2835 tree alloc_node; in build_new_1() local 3246 alloc_node = TARGET_EXPR_SLOT (alloc_expr); in build_new_1() 3284 data_addr = fold_build_pointer_plus (alloc_node, cookie_size); in build_new_1() 3291 alloc_node, cookie_ptr); in build_new_1() 3316 data_addr = alloc_node; in build_new_1() 3328 alloc_node = fold_convert (non_const_pointer_type, alloc_node); in build_new_1() 3474 alloc_node, in build_new_1() 3553 NE_EXPR, alloc_node, in build_new_1() 3557 alloc_node, complain); in build_new_1()
|