Polly 20.0.0git
|
#include <isl/stream.h>
Go to the source code of this file.
Macros | |
#define | xCAT(A, B) A ## B |
#define | CAT(A, B) xCAT(A,B) |
#define | TYPE CAT(isl_,BASE) |
#define | xFN(TYPE, NAME) TYPE ## _ ## NAME |
#define | FN(TYPE, NAME) xFN(TYPE,NAME) |
Functions | |
static __isl_give TYPE * | FN (read, BASE) |
Definition at line 8 of file read_in_string_templ.c.
Definition at line 6 of file read_in_string_templ.c.
Definition at line 7 of file read_in_string_templ.c.
|
static |
Definition at line 17 of file read_in_string_templ.c.
References BASE, FN, isl_stream_get_ctx(), isl_stream_next_token(), isl_stream_push_token(), isl_token_free(), isl_token_get_str(), isl_token_get_type(), ISL_TOKEN_STRING, res, isl_token::s, str, type, and TYPE.