Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/libcpp/
HDidentifiers.c31 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()
HDsymtab.c158 node = (*table->alloc_node) (table); in ht_lookup_with_hash()
/dragonfly/contrib/gcc-8.0/libcpp/
HDidentifiers.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()
HDsymtab.c155 node = (*table->alloc_node) (table); in ht_lookup_with_hash()
/dragonfly/contrib/gcc-4.7/gcc/
HDstringpool.c52 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/
HDstringpool.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
/dragonfly/contrib/gcc-8.0/libcpp/include/
HDsymtab.h53 hashnode (*alloc_node) (cpp_hash_table *); member
/dragonfly/contrib/gcc-4.7/libcpp/include/
HDsymtab.h54 hashnode (*alloc_node) (hash_table *); member
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDinit.c2182 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/
HDinit.c2835 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()