Searched refs:alloc_node (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | identifiers.cc | 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()
|
H A D | symtab.cc | 155 node = (*table->alloc_node) (table); in ht_lookup_with_hash()
|
H A D | ChangeLog | 5955 * identifiers.c (alloc_node): Change return type. 5956 (_cpp_init_hashtable): Don't cast 'alloc_node'. 6599 * identifiers.c (alloc_node): Use XOBNEW.
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | 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()
|
H A D | symtab.c | 155 node = (*table->alloc_node) (table); in ht_lookup_with_hash()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | stringpool.cc | 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
|
H A D | ChangeLog-2001 | 21660 * cpphash.c (alloc_node): Cast allocated pointer.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | 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
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ |
H A D | sparse_array.c | 174 static ossl_inline void **alloc_node(void) in alloc_node() function 193 p = alloc_node(); in ossl_sa_set() 205 if (p[i] == NULL && (p[i] = alloc_node()) == NULL) in ossl_sa_set()
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/ |
H A D | symtab.h | 53 hashnode (*alloc_node) (cpp_hash_table *); member
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/ |
H A D | symtab.h | 53 hashnode (*alloc_node) (cpp_hash_table *); member
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | init.c | 2977 tree alloc_node; in build_new_1() local 3437 alloc_node = TARGET_EXPR_SLOT (alloc_expr); in build_new_1() 3475 data_addr = fold_build_pointer_plus (alloc_node, cookie_size); in build_new_1() 3482 alloc_node, cookie_ptr); in build_new_1() 3507 data_addr = alloc_node; in build_new_1() 3519 alloc_node = fold_convert (non_const_pointer_type, alloc_node); in build_new_1() 3681 alloc_node, in build_new_1() 3760 NE_EXPR, alloc_node, in build_new_1() 3764 alloc_node, complain); in build_new_1()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | init.cc | 3054 tree alloc_node; in build_new_1() local 3516 alloc_node = TARGET_EXPR_SLOT (alloc_expr); in build_new_1() 3554 data_addr = fold_build_pointer_plus (alloc_node, cookie_size); in build_new_1() 3561 alloc_node, cookie_ptr); in build_new_1() 3586 data_addr = alloc_node; in build_new_1() 3598 alloc_node = fold_convert (non_const_pointer_type, alloc_node); in build_new_1() 3759 alloc_node, in build_new_1() 3826 NE_EXPR, alloc_node, in build_new_1() 3830 alloc_node, complain); in build_new_1()
|
H A D | ChangeLog-1998 | 6430 (build_new_1): Initialize `nelts' and `alloc_node' to NULL_TREE.
|