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

/haiku-buildtools/gcc/libcpp/
H A Didentifiers.c30 static hashnode alloc_node (cpp_hash_table *);
35 alloc_node (cpp_hash_table *table) function
55 table->alloc_node = alloc_node;
H A Dsymtab.c155 node = (*table->alloc_node) (table);
/haiku-buildtools/gcc/gcc/
H A Dstringpool.c60 static hashnode alloc_node (cpp_hash_table *);
80 ident_hash->alloc_node = alloc_node;
86 alloc_node (cpp_hash_table *table ATTRIBUTE_UNUSED) function
/haiku-buildtools/gcc/libcpp/include/
H A Dsymtab.h53 hashnode (*alloc_node) (cpp_hash_table *); member in struct:ht
/haiku-buildtools/gcc/gcc/cp/
H A Dinit.c2307 tree alloc_node;
2675 alloc_node = TARGET_EXPR_SLOT (alloc_expr);
2726 data_addr = fold_build_pointer_plus (alloc_node, cookie_size);
2733 alloc_node, cookie_ptr);
2758 data_addr = alloc_node;
2769 /* Any further uses of alloc_node will want this type, too. */
2770 alloc_node = fold_convert (non_const_pointer_type, alloc_node);
2906 alloc_node,
2985 NE_EXPR, alloc_node,
2305 tree alloc_node; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dinit.c2332 tree alloc_expr, alloc_node = NULL_TREE;
2494 alloc_node = rval = TREE_OPERAND (alloc_expr, 0);
2649 cleanup = build_op_delete_call (dcode, alloc_node, size, flags, fn);
2690 if (alloc_expr && rval == alloc_node)
2699 tree ifexp = build_binary_op (NE_EXPR, alloc_node,
2701 rval = build_conditional_expr (ifexp, rval, alloc_node);
2328 tree alloc_expr, alloc_node = NULL_TREE; local
/haiku-buildtools/gcc/gcc/java/
H A Dexpr.c1349 tree alloc_node = (class_has_finalize_method (type)
1354 build_address_of (alloc_node),
1361 tree alloc_node;
1363 alloc_node = (class_has_finalize_method (type) ? alloc_object_node
1369 build_address_of (alloc_node),
1347 tree alloc_node = (class_has_finalize_method (type) local
1359 tree alloc_node; local

Completed in 216 milliseconds