Searched refs:IS_ASM_LOGICAL_LINE_SEPARATOR (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/config/arm/
H A Daof.h118 #define IS_ASM_LOGICAL_LINE_SEPARATOR(C) ((C) == '\n')
117 #define IS_ASM_LOGICAL_LINE_SEPARATOR macro
/freebsd-9.3-release/contrib/gcc/
H A Dfinal.c109 #ifndef IS_ASM_LOGICAL_LINE_SEPARATOR
110 #define IS_ASM_LOGICAL_LINE_SEPARATOR(C) ((C) == ';') macro
1364 if (IS_ASM_LOGICAL_LINE_SEPARATOR (*template) || *template == '\n')

Completed in 60 milliseconds