Home
last modified time | relevance | path

Searched refs:ISL_TOKEN_AND (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/mit/isl/dist/include/isl/
H A Dstream.h31 ISL_TOKEN_TO, ISL_TOKEN_AND, enumerator
/netbsd-src/external/mit/isl/dist/
H A Disl_stream.c326 return ISL_TOKEN_AND; in check_keywords()
614 tok->type = ISL_TOKEN_AND; in next_token()
640 tok->type = ISL_TOKEN_AND; in next_token()
H A Disl_input.c2196 while (res && isl_stream_eat_if_available(s, ISL_TOKEN_AND)) { in read_conjuncts()