Searched refs:ARM_FT_UNKNOWN (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/arm/
H A Darm.c1372 function, or ARM_FT_UNKNOWN if the type cannot be determined. */
1387 return ARM_FT_UNKNOWN;
1397 return ARM_FT_UNKNOWN;
1405 unsigned long type = ARM_FT_UNKNOWN;
1448 if (ARM_FUNC_TYPE (cfun->machine->func_type) == ARM_FT_UNKNOWN)
2901 if (arm_isr_value (args) == ARM_FT_UNKNOWN)
2911 && arm_isr_value (args) != ARM_FT_UNKNOWN)
13534 #if ARM_FT_UNKNOWN != 0
13535 machine->func_type = ARM_FT_UNKNOWN;
H A Darm.h1463 Note that 0 is deliberately chosen for ARM_FT_UNKNOWN so that when the
1467 #define ARM_FT_UNKNOWN 0 /* Type has not yet been determined. */
1461 #define ARM_FT_UNKNOWN macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.h1556 Note that 0 is deliberately chosen for ARM_FT_UNKNOWN so that when the
1560 #define ARM_FT_UNKNOWN 0 /* Type has not yet been determined. */
1554 #define ARM_FT_UNKNOWN macro
H A Darm.c1925 function, or ARM_FT_UNKNOWN if the type cannot be determined. */
1943 return ARM_FT_UNKNOWN;
1953 return ARM_FT_UNKNOWN;
1961 unsigned long type = ARM_FT_UNKNOWN;
2004 if (ARM_FUNC_TYPE (cfun->machine->func_type) == ARM_FT_UNKNOWN)
4569 if (arm_isr_value (args) == ARM_FT_UNKNOWN)
4579 && arm_isr_value (args) != ARM_FT_UNKNOWN)
19223 #if ARM_FT_UNKNOWN != 0
19224 machine->func_type = ARM_FT_UNKNOWN;

Completed in 219 milliseconds