Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Didentifiers.cc30 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 Dsymtab.cc155 node = (*table->alloc_node) (table); in ht_lookup_with_hash()
H A DChangeLog5955 * 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 Didentifiers.c30 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 Dsymtab.c155 node = (*table->alloc_node) (table); in ht_lookup_with_hash()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dstringpool.cc35 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 DChangeLog-200121660 * cpphash.c (alloc_node): Cast allocated pointer.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dstringpool.c35 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 Dsparse_array.c174 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 Dsymtab.h53 hashnode (*alloc_node) (cpp_hash_table *); member
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/
H A Dsymtab.h53 hashnode (*alloc_node) (cpp_hash_table *); member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dinit.c2977 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 Dinit.cc3054 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 DChangeLog-19986430 (build_new_1): Initialize `nelts' and `alloc_node' to NULL_TREE.