HomeSort by relevance Sort by last modified time
    Searched full:isl_stream (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/
stream.h 57 struct isl_stream { struct
79 struct isl_stream* isl_stream_new_file(struct isl_ctx *ctx, FILE *file);
80 struct isl_stream* isl_stream_new_str(struct isl_ctx *ctx, const char *str);
81 void isl_stream_free(struct isl_stream *s);
83 void isl_stream_error(struct isl_stream *s, struct isl_token *tok, char *msg);
85 struct isl_token *isl_stream_next_token(struct isl_stream *s);
86 struct isl_token *isl_stream_next_token_on_same_line(struct isl_stream *s);
87 int isl_stream_next_token_is(struct isl_stream *s, int type);
88 void isl_stream_push_token(struct isl_stream *s, struct isl_token *tok);
89 void isl_stream_flush_tokens(struct isl_stream *s)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/
libisl.a     [all...]

Completed in 61 milliseconds