Searched refs:IS_ASM_LOGICAL_LINE_SEPARATOR (Results 1 – 3 of 3) sorted by relevance
117 #define IS_ASM_LOGICAL_LINE_SEPARATOR(C) ((C) == '\n') macro
109 #ifndef IS_ASM_LOGICAL_LINE_SEPARATOR110 #define IS_ASM_LOGICAL_LINE_SEPARATOR(C) ((C) == ';') macro1358 if (IS_ASM_LOGICAL_LINE_SEPARATOR (*template) || *template == '\n') in asm_insn_count()
6749 @defmac IS_ASM_LOGICAL_LINE_SEPARATOR (@var{C})