Searched refs:TARGET (Results 1 - 25 of 116) sorted by relevance

12345

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dequiv_constraint_6.f905 REAL, TARGET :: B
6 EQUIVALENCE(A,B) ! { dg-error "conflicts with TARGET attribute" }
H A Daliasing_dummy_5.f9010 INTEGER, TARGET :: arr(3)
13 INTEGER, TARGET :: arg(:)
27 INTEGER, TARGET :: x(:)
34 INTEGER, TARGET :: arr(3)
37 INTEGER, TARGET :: arg(:)
50 INTEGER, TARGET :: x(:)
H A Dpointer_remapping_1.f9012 INTEGER, TARGET :: arr(12)
H A Dpointer_function_actual_2.f907 REAL,TARGET :: x
12 REAL,TARGET :: a
16 REAL,TARGET :: targ
H A Dc_loc_pure_1.f907 INTEGER, INTENT(in), TARGET :: x
H A Dc_loc_test_18.f9012 CHARACTER(*),TARGET :: A
13 CHARACTER(:),ALLOCATABLE,TARGET :: B
H A Dc_loc_tests_13.f9012 TYPE(test), TARGET :: chrScalar
H A Dder_pointer_2.f9012 TYPE(T), TARGET :: Q
H A Dpointer_function_result_1.f909 INTEGER, DIMENSION(10), TARGET :: array= [1,3,5,7,9,11,13,15,17,19]
H A Dsubref_array_pointer_4.f9012 TYPE(T), TARGET :: T1(0:3)
H A Dinternal_pack_8.f9022 INTEGER, TARGET, DIMENSION(10) :: scratch=(/(i,i=1,10)/)
H A Dsubref_array_pointer_1.f9013 CHARACTER(LEN=4), DIMENSION(3), TARGET :: b
53 TYPE(data), DIMENSION(10), TARGET :: Z
H A Dprotected_8.f9029 INTEGER, TARGET :: k
30 TYPE(foo), TARGET :: c
H A Dwhole_file_33.f9019 INTEGER, INTENT(OUT), OPTIONAL, TARGET :: IPIV(:)
29 INTEGER, INTENT(OUT), OPTIONAL, TARGET :: IPIV(:)
H A Dc_loc_tests_14.f9023 TYPE(test3), TARGET :: d(3)
/haiku-buildtools/jam/
H A Dmake.h14 int make1( TARGET *t );
H A Dhcache.h11 LIST *hcache(TARGET *t, LIST *hdrscan);
H A Dheaders.h11 void headers( TARGET *t );
H A Drules.h19 * SETTINGS - variables to set when executing a TARGET's ACTIONS
21 * TARGET - a file or "thing" that can be built
23 * 04/11/94 (seiwald) - Combined deps & headers into deps[2] in TARGET.
36 * 01/14/03 (seiwald) - fix includes fix with new internal includes TARGET
44 typedef struct _target TARGET; typedef in typeref:struct:_target
91 char status; /* see TARGET status */
94 /* SETTINGS - variables to set when executing a TARGET's ACTIONS */
107 TARGET *target;
110 /* TARGET - a file or "thing" that can be built */
136 TARGET *include
[all...]
H A Dmake1.c16 * make1() - execute commands to update a TARGET and all its dependents
65 static void make1a( TARGET *t, TARGET *parent );
66 static void make1b( TARGET *t );
67 static void make1c( TARGET *t );
74 static void make1bind( TARGET *t, int warn );
86 * make1() - execute commands to update a TARGET and all its dependents
92 make1( TARGET *t )
98 make1a( t, (TARGET *)0 );
127 TARGET *
[all...]
H A Drules.c13 * bindtarget() - return pointer to TARGET, creating it if necessary
16 * targetlist() - turn list of target names into a TARGET chain
17 * targetentry() - add a TARGET to a chain of TARGETS
18 * targetchain() - append two TARGET chains
25 * donerules() - free RULE and TARGET tables
33 * 01/14/03 (seiwald) - fix includes fix with new internal includes TARGET
91 * bindtarget() - return pointer to TARGET, creating it if necessary
94 TARGET *
97 TARGET target, *t = ⌖
100 targethash = hashinit( sizeof( TARGET ), "target
[all...]
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.fortran/appendix-a/
H A Da.19.1.f904 INTEGER, TARGET :: X
14 INTEGER, TARGET :: X
27 INTEGER, TARGET :: X
51 INTEGER, TARGET :: X
H A Da.22.7.f908 INTEGER, TARGET :: TARG
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dtarget-reloc-1.d3 #name: TARGET reloc
/haiku-buildtools/gcc/contrib/regression/
H A Dobjs-gcc.sh23 # TARGET is the target triplet. It should be the same one as used in
26 TARGET=$1
90 if [ $TARGET = native ] ; then
93 H_TARGET=$TARGET
117 if [ -x $PREFIX/bin/$TARGET-gdb ] ; then

Completed in 88 milliseconds

12345