Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Dfinal.c110 #ifndef IS_ASM_LOGICAL_LINE_SEPARATOR
111 #define IS_ASM_LOGICAL_LINE_SEPARATOR(C, STR) ((C) == ';') macro
1431 if (IS_ASM_LOGICAL_LINE_SEPARATOR (*templ, templ) in asm_str_count()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dfinal.c102 #ifndef IS_ASM_LOGICAL_LINE_SEPARATOR
103 #define IS_ASM_LOGICAL_LINE_SEPARATOR(C, STR) ((C) == ';') macro
1504 if (IS_ASM_LOGICAL_LINE_SEPARATOR (*templ, templ) in asm_str_count()
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dtm.texi7642 @defmac IS_ASM_LOGICAL_LINE_SEPARATOR (@var{C}, @var{STR})
H A Dtm.texi.in7540 @defmac IS_ASM_LOGICAL_LINE_SEPARATOR (@var{C}, @var{STR})