Home | History | Annotate | Download | only in arm

Lines Matching refs:FUNC

1513    If the precise function being called is known, FUNC is its FUNCTION_DECL;
1514 otherwise, FUNC is 0. */
1515 #define FUNCTION_VALUE(VALTYPE, FUNC) \
1516 arm_function_value (VALTYPE, FUNC);
1563 #define ARM_FT_NESTED (1 << 5) /* Embedded inside another func. */