| /netbsd-src/external/gpl2/xcvs/dist/diff/ |
| H A D | diff3.c | 157 #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 D | ChangeLog-2021 | 1248 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 D | ChangeLog | 1012 allocate-coshape-spec in ALLOCATE statement.
|
| H A D | ChangeLog-2009 | 472 (resolve_code): Resolve SOURCE tag for ALLOCATE expressions. 815 ALLOCATE statements with default initialization and SOURCE block.
|
| H A D | invoke.texi | 1712 @code{ALLOCATE} statement, which will be always checked.
|
| H A D | gfortran.texi | 3239 @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 D | ChangeLog-2011 | 3711 expressions for ALLOCATE.
|
| H A D | ChangeLog-2006 | 2706 that is if there is a statement like ALLOCATE(foo%bar(2)),
|
| H A D | ChangeLog-2010 | 554 polymorphic ALLOCATE statements with SOURCE.
|
| H A D | gfortran.info | 1715 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 D | intrinsic.texi | 10010 @code{ALLOCATE}.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | gfortran.texi | 853 @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 D | invoke.texi | 1646 @code{ALLOCATE} statement, which will be always checked.
|
| H A D | gfortran.info | 1667 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 D | intrinsic.texi | 10056 @code{ALLOCATE}.
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| H A D | msguniq-a.inp | 1632 !ALLOCATE-INSTANCE\:\ keyword\ argument\ list\ ~\ has\ an\ odd\ length=
|
| H A D | msguniq-a.out | 2257 msgid "ALLOCATE-INSTANCE: keyword argument list ~ has an odd length"
|
| H A D | msguniq-a.in | 2437 msgid "ALLOCATE-INSTANCE: keyword argument list ~ has an odd length"
|
| /netbsd-src/external/gpl2/diffutils/dist/ |
| H A D | ChangeLog | 337 (ALLOCATE): Remove. All uses changed to xmalloc, or to xmalloc plus
|
| /netbsd-src/external/gpl3/gcc.old/dist/ |
| H A D | NEWS | 9246 + 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 D | NEWS | 11112 + 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 D | gcc.info | 34876 ALLOCATE declared with attributes ALLOC_SIZE, MALLOC, and NOTHROW.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | gcc.info | 31693 ALLOCATE declared with attributes ALLOC_SIZE, MALLOC, and NOTHROW.
|