Searched refs:placement (Results 1 - 18 of 18) sorted by relevance

/haiku-buildtools/binutils/gas/testsuite/gas/xtensa/
H A Dauto-litpools.d3 #name: auto literal pool placement
/haiku-buildtools/binutils/ld/testsuite/ld-nios2/
H A Drelax_call26_boundary.s3 # placement of the sections in the output.
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dinit.c2091 PLACEMENT is the `placement' list for user-defined operator new (). */
2096 build_new (placement, decl, init, use_global_new)
2097 tree placement;
2232 rval = build_min_nt (NEW_EXPR, placement, t, init);
2267 rval = build (NEW_EXPR, build_pointer_type (type), placement, t, init);
2329 tree placement, init;
2339 placement = TREE_OPERAND (exp, 0);
2404 && ! (placement && ! TREE_CHAIN (placement)
2405 && TREE_TYPE (TREE_VALUE (placement))
2325 tree placement, init; local
[all...]
H A Dcall.c2738 TYPE is the type to be created. ARGS are any new-placement args.
2763 or (void *, size_t) is accepted. For a placement delete, only an exact
2764 match with the placement new is accepted.
2767 ADDR is the pointer to be deleted. For placement delete, it is also
2771 PLACEMENT is the corresponding placement new call, or 0. */
2774 build_op_delete_call (code, addr, size, flags, placement)
2776 tree addr, size, placement;
2791 the lookup selects a placement deallocation function, the
2806 if (placement)
2808 /* placement i
[all...]
/haiku-buildtools/legacy/gcc/texinfo/info/
H A Dsession.c3482 long placement = -1;
3555 placement = nextmenu + 1;
3557 placement = nextxref;
3560 placement = nextmenu + 1;
3562 placement = nextxref;
3566 if (placement == -1)
3572 placement = firstmenu + 1;
3574 placement = firstxref;
3577 placement = firstmenu + 1;
3579 placement
3474 long placement = -1; local
[all...]
/haiku-buildtools/gcc/gcc/cp/
H A Dinit.c2131 a vector of arguments to be provided as arguments to a placement
2136 build_raw_new_expr (vec<tree, va_gc> *placement, tree type, tree nelts,
2154 build_tree_list_vec (placement), type, nelts,
2280 build_new_1 (vec<tree, va_gc> **placement, tree type, tree nelts,
2318 /* True if the function we are calling is a placement allocation
2519 if (vec_safe_length (*placement) == 1
2520 && (TYPE_PTR_P (TREE_TYPE ((**placement)[0]))))
2521 placement_first = (**placement)[0];
2524 if (vec_safe_is_empty (*placement) && TYPE_FOR_JAVA (elt_type))
2561 error ("Java class %q#T object allocated using placement ne
2134 build_raw_new_expr(vec<tree, va_gc> *placement, tree type, tree nelts, vec<tree, va_gc> *init, int use_global_new) argument
2278 build_new_1(vec<tree, va_gc> **placement, tree type, tree nelts, vec<tree, va_gc> **init, bool globally_qualified_p, tsubst_flags_t complain) argument
3015 build_new(vec<tree, va_gc> **placement, tree type, tree nelts, vec<tree, va_gc> **init, int use_global_new, tsubst_flags_t complain) argument
[all...]
H A Dcall.c5783 (non-placement) deallocation function. If class T does not declare
5801 or (void *, size_t) is accepted. For a placement delete, only an exact
5802 match with the placement new is accepted.
5809 PLACEMENT is the corresponding placement new call, or NULL_TREE.
5819 bool global_p, tree placement,
5838 the lookup selects a placement deallocation function, the
5856 if (placement)
5858 /* "A declaration of a placement deallocation function matches the
5859 declaration of a placement allocation function if it has the same
5877 function (3.7.4.2) and that function, considered as a placement
5818 build_op_delete_call(enum tree_code code, tree addr, tree size, bool global_p, tree placement, tree alloc_fn, tsubst_flags_t complain) argument
[all...]
H A Dmangle.c2798 tree placement = TREE_OPERAND (expr, 0); local
2813 for (t = placement; t; t = TREE_CHAIN (t))
H A Dparser.c7478 :: [opt] new new-placement [opt] new-type-id new-initializer [opt]
7479 :: [opt] new new-placement [opt] ( type-id ) new-initializer [opt]
7487 vec<tree, va_gc> *placement;
7500 /* There's no easy way to tell a new-placement from the
7503 /* Look for a new-placement. */
7504 placement = cp_parser_new_placement (parser);
7505 /* If that didn't work out, there's no new-placement. */
7508 if (placement != NULL)
7509 release_tree_vector (placement);
7510 placement
7485 vec<tree, va_gc> *placement; local
[all...]
H A Dpt.c15148 tree placement = RECUR (TREE_OPERAND (t, 0));
15154 if (placement == NULL_TREE)
15159 for (; placement != NULL_TREE; placement = TREE_CHAIN (placement))
15160 vec_safe_push (placement_vec, TREE_VALUE (placement));
15147 tree placement = RECUR (TREE_OPERAND (t, 0)); local
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/arm/
H A Dvfp1.s207 @ Now we check the placement of the conditional execution substring.
H A Dvfp1_t2.s210 @ Now we check the placement of the conditional execution substring.
H A Dvfp1xD.s253 @ Now we check the placement of the conditional execution substring.
H A Dvfp1xD_t2.s256 @ Now we check the placement of the conditional execution substring.
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dvfp1.s207 @ Now we check the placement of the conditional execution substring.
H A Dvfp1_t2.s210 @ Now we check the placement of the conditional execution substring.
H A Dvfp1xD.s253 @ Now we check the placement of the conditional execution substring.
H A Dvfp1xD_t2.s256 @ Now we check the placement of the conditional execution substring.

Completed in 471 milliseconds