Home
last modified time | relevance | path

Searched refs:ALLOCATE (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Ddiff3.c157 #define ALLOCATE(number, type) \ macro
984 struct diff3_block *result = ALLOCATE (1, struct diff3_block);
1002 D_LINEARRAY (result, FILE0) = ALLOCATE (numlines, char *);
1003 D_LENARRAY (result, FILE0) = ALLOCATE (numlines, size_t);
1016 D_LINEARRAY (result, FILE1) = ALLOCATE (numlines, char *);
1017 D_LENARRAY (result, FILE1) = ALLOCATE (numlines, size_t);
1030 D_LINEARRAY (result, FILE2) = ALLOCATE (numlines, char *);
1031 D_LENARRAY (result, FILE2) = ALLOCATE (numlines, size_t);
1094 bptr = ALLOCATE (1, struct diff_block);
1133 bptr->lines[0] = ALLOCATE (numlines, char *);
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A DChangeLog-20211248 argument to ALLOCATE must be ALLOCATABLE or a POINTER. Fix the
1462 (DE)ALLOCATE. Remove bogus parts of checks for STAT and ERRMSG.
H A DChangeLog1012 allocate-coshape-spec in ALLOCATE statement.
H A DChangeLog-2009472 (resolve_code): Resolve SOURCE tag for ALLOCATE expressions.
815 ALLOCATE statements with default initialization and SOURCE block.
H A Dinvoke.texi1712 @code{ALLOCATE} statement, which will be always checked.
H A Dgfortran.texi3239 @code{REAL} or @code{COMPLEX}. They shall not have the @code{ALLOCATE},
4233 explicit @code{ALLOCATE} statement. If an error occurs and @var{STAT} is a
H A DChangeLog-20113711 expressions for ALLOCATE.
H A DChangeLog-20062706 that is if there is a statement like ALLOCATE(foo%bar(2)),
H A DChangeLog-2010554 polymorphic ALLOCATE statements with SOURCE.
H A Dgfortran.info1715 the 'ALLOCATE' statement, which will be always checked.
4545 'COMPLEX'. They shall not have the 'ALLOCATE', 'CODIMENSION',
5513 attribute and using an explicit 'ALLOCATE' statement. If an error
15058 'ALLOCATE'.
H A Dintrinsic.texi10010 @code{ALLOCATE}.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dgfortran.texi853 @item Extensions to the @code{ALLOCATE} statement, allowing for a
855 from a @code{SOURCE=} expression; @code{ALLOCATE} and @code{DEALLOCATE}
1078 @item Support for @code{ALLOCATE} with @code{MOLD}.
3634 @code{REAL} or @code{COMPLEX}. They shall not have the @code{ALLOCATE},
4625 explicit @code{ALLOCATE} statement. If an error occurs and @var{STAT} is a
H A Dinvoke.texi1646 @code{ALLOCATE} statement, which will be always checked.
H A Dgfortran.info1667 the 'ALLOCATE' statement, which will be always checked.
2284 * Extensions to the 'ALLOCATE' statement, allowing for a
2286 initialization from a 'SOURCE=' expression; 'ALLOCATE' and
2467 * Support for 'ALLOCATE' with 'MOLD'.
4854 'COMPLEX'. They shall not have the 'ALLOCATE', 'CODIMENSION',
5819 attribute and using an explicit 'ALLOCATE' statement. If an error
15453 'ALLOCATE'.
H A Dintrinsic.texi10056 @code{ALLOCATE}.
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dmsguniq-a.inp1632 !ALLOCATE-INSTANCE\:\ keyword\ argument\ list\ ~\ has\ an\ odd\ length=
H A Dmsguniq-a.out2257 msgid "ALLOCATE-INSTANCE: keyword argument list ~ has an odd length"
H A Dmsguniq-a.in2437 msgid "ALLOCATE-INSTANCE: keyword argument list ~ has an odd length"
/netbsd-src/external/gpl2/diffutils/dist/
H A DChangeLog337 (ALLOCATE): Remove. All uses changed to xmalloc, or to xmalloc plus
/netbsd-src/external/gpl3/gcc.old/dist/
H A DNEWS9246 + Support for ALLOCATE with MOLD.
10226 + the ERRMSG= argument of the ALLOCATE and DEALLOCATE statements
10228 + The ALLOCATE statement supports type-specs and the SOURCE=
/netbsd-src/external/gpl3/gcc/dist/
H A DNEWS11112 + Support for ALLOCATE with MOLD.
12090 + the ERRMSG= argument of the ALLOCATE and DEALLOCATE statements
12092 + The ALLOCATE statement supports type-specs and the SOURCE=
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dgcc.info34876 ALLOCATE declared with attributes ALLOC_SIZE, MALLOC, and NOTHROW.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dgcc.info31693 ALLOCATE declared with attributes ALLOC_SIZE, MALLOC, and NOTHROW.