Home
last modified time | relevance | path

Searched refs:IS_ASM_LOGICAL_LINE_SEPARATOR (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/gcc/config/arm/
Daof.h117 #define IS_ASM_LOGICAL_LINE_SEPARATOR(C) ((C) == '\n') macro
/freebsd-10-stable/contrib/gcc/
Dfinal.c109 #ifndef IS_ASM_LOGICAL_LINE_SEPARATOR
110 #define IS_ASM_LOGICAL_LINE_SEPARATOR(C) ((C) == ';') macro
1358 if (IS_ASM_LOGICAL_LINE_SEPARATOR (*template) || *template == '\n') in asm_insn_count()
/freebsd-10-stable/contrib/gcc/doc/
Dtm.texi6749 @defmac IS_ASM_LOGICAL_LINE_SEPARATOR (@var{C})