Searched refs:alloc_node (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Didentifiers.c31 static cpp_hashnode *alloc_node (hash_table *);
36 alloc_node (hash_table *table) function
56 table->alloc_node = (hashnode (*) (hash_table *)) alloc_node;
H A Dsymtab.c158 node = (*table->alloc_node) (table);
/freebsd-11-stable/contrib/gcc/
H A Dstringpool.c53 static hashnode alloc_node (hash_table *);
68 ident_hash->alloc_node = alloc_node;
75 alloc_node (hash_table *table ATTRIBUTE_UNUSED) function
/freebsd-11-stable/contrib/gcclibs/libcpp/include/
H A Dsymtab.h50 hashnode (*alloc_node) (hash_table *); member in struct:ht
/freebsd-11-stable/contrib/gcc/cp/
H A Dinit.c1603 tree alloc_node;
1804 alloc_node = TARGET_EXPR_SLOT (alloc_expr);
1855 alloc_node, cookie_size));
1882 data_addr = alloc_node;
1970 cleanup = build_op_delete_call (dcode, alloc_node, size,
2029 if (rval == alloc_node)
2037 tree ifexp = cp_build_binary_op (NE_EXPR, alloc_node,
2039 rval = build_conditional_expr (ifexp, rval, alloc_node);
1601 tree alloc_node; local

Completed in 74 milliseconds