Home
last modified time | relevance | path

Searched refs:alloc_align (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Domp-expand.cc4703 unsigned HOST_WIDE_INT alloc_align, tree cnt, in expand_omp_scantemp_alloc() argument
4734 if (preval == 0 && al <= alloc_align) in expand_omp_scantemp_alloc()
4967 unsigned HOST_WIDE_INT alloc_align = 0; in expand_omp_for_static_nochunk() local
5012 alloc_align = TYPE_ALIGN_UNIT (long_long_integer_type_node); in expand_omp_for_static_nochunk()
5014 alloc_align, nthreads, NULL, in expand_omp_for_static_nochunk()
5035 alloc_align, nthreads, &gsi2, false); in expand_omp_for_static_nochunk()
5146 unsigned HOST_WIDE_INT alloc_align = TYPE_ALIGN_UNIT (ptr_type_node); in expand_omp_for_static_nochunk() local
5148 alloc_align, cnt, NULL, true); in expand_omp_for_static_nochunk()
5163 expand_omp_scantemp_alloc (clauses, controlp, 0, alloc_align, cnt, in expand_omp_for_static_nochunk()
DChangeLog-201446331 assume_aligned or alloc_align attributes.
46333 arguments. Handle also assume_aligned and alloc_align attributes.
46335 calls to functions with assume_aligned or alloc_align attributes.
46336 * doc/extend.texi: Document assume_aligned and alloc_align attributes.
DChangeLog-201936813 * doc/extend.texi (attribute alloc_align, alloc_size): Update.
DChangeLog-20183911 * gcc/doc/extend.texi (alloc_align): Update and clarify.
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dextend.texi2714 @item alloc_align (@var{position})
2715 @cindex @code{alloc_align} function attribute
2716 The @code{alloc_align} attribute may be applied to a function that
2731 void* my_memalign (size_t, size_t) __attribute__ ((alloc_align (1)));
Dgcc.info6183 'alloc_align', 'alloc_size', 'cold', 'const', 'hot', 'leaf',
6188 primary template declared with attribute 'alloc_align',
7227 Attributes considered include 'alloc_align', 'alloc_size',
34692 'alloc_align (POSITION)'
34693 The 'alloc_align' attribute may be applied to a function that
34706 void* my_memalign (size_t, size_t) __attribute__ ((alloc_align (1)));
68296 * alloc_align function attribute: Common Function Attributes.
Dinvoke.texi6601 Attributes considered include @code{alloc_align}, @code{alloc_size},
6607 template declared with attribute @code{alloc_align}, @code{alloc_size},
7834 Attributes considered include @code{alloc_align}, @code{alloc_size},
/netbsd/src/external/gpl3/gcc/dist/
DNEWS4178 a primary template declared with attribute alloc_align,
DMD5SUMS36492 a9ff03a6ff85f7c46fced4797280e236 gcc/testsuite/gcc.dg/attr-alloc_align-1.c
36493 daf15f1ec989bc8e1d4831a0d1c70e3e gcc/testsuite/gcc.dg/attr-alloc_align-2.c
36494 a40448e5fa79d5f463c4408a645a3bb7 gcc/testsuite/gcc.dg/attr-alloc_align-3.c
36495 20673f6fc38505564ee86bd12ff52bee gcc/testsuite/gcc.dg/attr-alloc_align-4.c
36496 97a9f10f1ebd5c89262aa838eb08f235 gcc/testsuite/gcc.dg/attr-alloc_align-5.c