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

  /src/external/gpl3/gcc/dist/libcpp/
internal.h 177 /* This is the value of cpp_context::tokens_kind if u.iso.first
180 /* This is the value of cpp_context::tokens_kind if u.iso.first
183 /* This is the value of cpp_context::tokens_kind when the token
220 /* If tokens_kind is TOKEN_KIND_EXTENDED, then (as we thus are in a
222 Otherwise if tokens_kind is *not* TOKEN_KIND_EXTENDED, then, if
226 Note that when tokens_kind is TOKEN_KIND_EXTENDED, the memory
237 enum context_tokens_kind tokens_kind; member in struct:cpp_context
  /src/external/gpl3/gcc.old/dist/libcpp/
internal.h 176 /* This is the value of cpp_context::tokens_kind if u.iso.first
179 /* This is the value of cpp_context::tokens_kind if u.iso.first
182 /* This is the value of cpp_context::tokens_kind when the token
219 /* If tokens_kind is TOKEN_KIND_EXTENDED, then (as we thus are in a
221 Otherwise if tokens_kind is *not* TOKEN_KIND_EXTENDED, then, if
225 Note that when tokens_kind is TOKEN_KIND_EXTENDED, the memory
236 enum context_tokens_kind tokens_kind; member in struct:cpp_context

Completed in 25 milliseconds