HomeSort by: relevance | last modified time | path
    Searched defs:IN_I (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libcpp/
directives.cc 68 "..." and <...> as q-char and h-char sequences respectively. IN_I
79 #define IN_I (1 << 3)
147 D(define, T_DEFINE = 0, KANDR, IN_I) \
154 D(undef, T_UNDEF, KANDR, IN_I) \
160 D(pragma, T_PRAGMA, STDC89, IN_I) \
163 D(ident, T_IDENT, EXTENSION, IN_I) \
167 D(sccs, T_SCCS, EXTENSION, IN_I) /* SVR4? */
212 do_linemarker, UC"#", 1, KANDR, IN_I
506 && (indented || !(dir->flags & IN_I)))
  /src/external/gpl3/gcc.old/dist/libcpp/
directives.cc 68 "..." and <...> as q-char and h-char sequences respectively. IN_I
79 #define IN_I (1 << 3)
147 D(define, T_DEFINE = 0, KANDR, IN_I) \
154 D(undef, T_UNDEF, KANDR, IN_I) \
160 D(pragma, T_PRAGMA, STDC89, IN_I) \
163 D(ident, T_IDENT, EXTENSION, IN_I) \
167 D(sccs, T_SCCS, EXTENSION, IN_I) /* SVR4? */
212 do_linemarker, UC"#", 1, KANDR, IN_I
491 && (indented || !(dir->flags & IN_I)))

Completed in 18 milliseconds