Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/config/arm/
Daof.h117 #define IS_ASM_LOGICAL_LINE_SEPARATOR(C) ((C) == '\n') macro
/openbsd/src/gnu/usr.bin/gcc/gcc/config/arm/
Daof.h201 #define IS_ASM_LOGICAL_LINE_SEPARATOR(C) ((C) == '\n') macro
/openbsd/src/gnu/gcc/gcc/config/stormy16/
Dstormy16.h636 #define IS_ASM_LOGICAL_LINE_SEPARATOR(C) ((C) == '|') macro
/openbsd/src/gnu/usr.bin/gcc/gcc/config/stormy16/
Dstormy16.h2641 #define IS_ASM_LOGICAL_LINE_SEPARATOR(C) ((C) == '|') macro
/openbsd/src/gnu/gcc/gcc/config/avr/
Davr.h483 #define IS_ASM_LOGICAL_LINE_SEPARATOR(C) ((C) == '\n' \ macro
/openbsd/src/gnu/usr.bin/gcc/gcc/config/ip2k/
Dip2k.h2044 #define IS_ASM_LOGICAL_LINE_SEPARATOR(C) \ macro
/openbsd/src/gnu/usr.bin/gcc/gcc/config/avr/
Davr.h1864 #define IS_ASM_LOGICAL_LINE_SEPARATOR(C) ((C) == '\n' \ macro
/openbsd/src/gnu/gcc/gcc/config/cris/
Dcris.h1186 #define IS_ASM_LOGICAL_LINE_SEPARATOR(C) (C) == '@' macro
/openbsd/src/gnu/gcc/gcc/
Dfinal.c109 #ifndef IS_ASM_LOGICAL_LINE_SEPARATOR
110 #define IS_ASM_LOGICAL_LINE_SEPARATOR(C) ((C) == ';') macro
1362 if (IS_ASM_LOGICAL_LINE_SEPARATOR (*template) || *template == '\n') in asm_insn_count()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dfinal.c95 #ifndef IS_ASM_LOGICAL_LINE_SEPARATOR
96 #define IS_ASM_LOGICAL_LINE_SEPARATOR(C) ((C) == ';') macro
1600 if (IS_ASM_LOGICAL_LINE_SEPARATOR (*template) || *template == '\n')
/openbsd/src/gnu/usr.bin/gcc/gcc/config/cris/
Dcris.h1543 #define IS_ASM_LOGICAL_LINE_SEPARATOR(C) (C) == '@' macro
/openbsd/src/gnu/gcc/gcc/config/pa/
Dpa.h1873 #define IS_ASM_LOGICAL_LINE_SEPARATOR(C) ((C) == '!') macro
/openbsd/src/gnu/usr.bin/gcc/gcc/config/pa/
Dpa.h1916 #define IS_ASM_LOGICAL_LINE_SEPARATOR(C) ((C) == '!') macro
/openbsd/src/gnu/usr.bin/gcc/gcc/config/sh/
Dsh.c6887 #ifndef IS_ASM_LOGICAL_LINE_SEPARATOR
6888 #define IS_ASM_LOGICAL_LINE_SEPARATOR(C) ((C) == ';') macro
6942 while (c && c != '\n' && ! IS_ASM_LOGICAL_LINE_SEPARATOR (c))
/openbsd/src/gnu/gcc/gcc/config/sh/
Dsh.c8242 #ifndef IS_ASM_LOGICAL_LINE_SEPARATOR
8243 #define IS_ASM_LOGICAL_LINE_SEPARATOR(C) ((C) == ';') macro
8306 while (c && c != '\n' && ! IS_ASM_LOGICAL_LINE_SEPARATOR (c)) in sh_insn_length_adjustment()
/openbsd/src/gnu/usr.bin/gcc/gcc/doc/
Dtm.texi6343 @findex IS_ASM_LOGICAL_LINE_SEPARATOR
6344 @item IS_ASM_LOGICAL_LINE_SEPARATOR (@var{C})
/openbsd/src/gnu/gcc/gcc/doc/
Dtm.texi6760 @defmac IS_ASM_LOGICAL_LINE_SEPARATOR (@var{C})
Dgccint.info25126 -- Macro: IS_ASM_LOGICAL_LINE_SEPARATOR (C)
32758 * IS_ASM_LOGICAL_LINE_SEPARATOR: Data Output. (line 120)