Searched refs:FUNCTION_NAME_P (Results 1 - 14 of 14) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/pa/
H A Delf.h65 if (FUNCTION_NAME_P (NAME)) \
H A Dpa-linux.h129 if (!FUNCTION_NAME_P (XSTR (FUN, 0))) \
H A Dpa-netbsd.h123 if (!FUNCTION_NAME_P (XSTR (FUN, 0))) \
H A Dpa64-hpux.h224 if (FUNCTION_NAME_P (NAME)) \
238 if (!FUNCTION_NAME_P (XSTR (FUN, 0))) \
H A Dsom.h204 if (FUNCTION_NAME_P (NAME)) \
H A Dpa.h1289 #define FUNCTION_NAME_P(NAME) (*(NAME) == '@')
1449 if (FUNCTION_NAME_P (NAME)) \
1280 #define FUNCTION_NAME_P macro
H A Dpa.c993 && !FUNCTION_NAME_P (XSTR (XEXP (x, 0), 0)))
8045 return GET_CODE (op) == SYMBOL_REF && FUNCTION_NAME_P (XSTR (op, 0));
9727 if (! FUNCTION_NAME_P (name))
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/pa/
H A Delf.h66 if (FUNCTION_NAME_P (NAME)) \
H A Dpa-linux.h138 if (!FUNCTION_NAME_P (XSTR (FUN, 0))) \
H A Dpa-netbsd.h123 if (!FUNCTION_NAME_P (XSTR (FUN, 0))) \
H A Dpa64-hpux.h204 if (FUNCTION_NAME_P (NAME)) \
217 if (!FUNCTION_NAME_P (XSTR (FUN, 0))) \
H A Dsom.h229 if (FUNCTION_NAME_P (NAME)) \
H A Dpa.h1688 #define FUNCTION_NAME_P(NAME) (*(NAME) == '@')
1847 if (FUNCTION_NAME_P (NAME)) \
1678 #define FUNCTION_NAME_P macro
H A Dpa.c882 && !FUNCTION_NAME_P (XSTR (XEXP (x, 0), 0)))
7612 return GET_CODE (op) == SYMBOL_REF && FUNCTION_NAME_P (XSTR (op, 0));
9178 if (! FUNCTION_NAME_P (name))

Completed in 200 milliseconds