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

  /src/external/mit/isl/dist/
isl_stream_private.h 41 struct isl_stream { struct
  /src/external/mit/isl/dist/include/isl/
stream.h 52 struct isl_stream;
53 typedef struct isl_stream isl_stream; typedef in typeref:struct:isl_stream
55 __isl_give isl_stream *isl_stream_new_file(isl_ctx *ctx, FILE *file);
56 __isl_give isl_stream *isl_stream_new_str(isl_ctx *ctx, const char *str);
57 void isl_stream_free(__isl_take isl_stream *s);
59 isl_ctx *isl_stream_get_ctx(__isl_keep isl_stream *s);
61 void isl_stream_error(__isl_keep isl_stream *s, struct isl_token *tok,
64 struct isl_token *isl_stream_next_token(__isl_keep isl_stream *s);
65 struct isl_token *isl_stream_next_token_on_same_line(__isl_keep isl_stream *s)
    [all...]

Completed in 25 milliseconds