OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isl_stream_eat_if_available
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/mit/isl/dist/
isl_list_read_templ.c
32
if (
isl_stream_eat_if_available
(s, ')'))
41
} while (
isl_stream_eat_if_available
(s, ','));
isl_stream_read_pw_with_params_templ.c
22
while (
isl_stream_eat_if_available
(s, ';')) {
isl_input.c
159
if (!
isl_stream_eat_if_available
(s, '^'))
198
if (
isl_stream_eat_if_available
(s, '-'))
224
if (
isl_stream_eat_if_available
(s, '/')) {
257
if (
isl_stream_eat_if_available
(s, '-'))
269
if (
isl_stream_eat_if_available
(s, '*'))
378
if (
isl_stream_eat_if_available
(s, '-'))
447
if (
isl_stream_eat_if_available
(s, ISL_TOKEN_FLOORD))
449
else if (
isl_stream_eat_if_available
(s, ISL_TOKEN_CEILD))
451
else if (
isl_stream_eat_if_available
(s, ISL_TOKEN_FLOOR))
453
else if (
isl_stream_eat_if_available
(s, ISL_TOKEN_CEIL)
[
all
...]
isl_stream.c
703
int
isl_stream_eat_if_available
(__isl_keep isl_stream *s, int type)
function
1002
if (!
isl_stream_eat_if_available
(s, ','))
1043
return isl_bool_ok(
isl_stream_eat_if_available
(s, ','));
/src/external/mit/isl/dist/include/isl/
stream.h
69
int
isl_stream_eat_if_available
(__isl_keep isl_stream *s, int type);
hmap_templ.c
544
if (
isl_stream_eat_if_available
(s, '}'))
556
} while (
isl_stream_eat_if_available
(s, ','));
Completed in 28 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026