Home
last modified time | relevance | path

Searched refs:isl_ast_expr_op_or_else (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/mit/isl/dist/include/isl/
H A Dast_type.h21 isl_ast_expr_op_or_else, enumerator
51 #define isl_ast_op_or_else isl_ast_expr_op_or_else
H A Dcpp-checked.h1089 static const auto type = isl_ast_expr_op_or_else;
H A Dcpp.h1155 static const auto type = isl_ast_expr_op_or_else;
/netbsd-src/external/mit/isl/dist/
H A Disl_ast.c775 return isl_ast_expr_alloc_binary(isl_ast_expr_op_or_else, expr1, expr2); in isl_ast_expr_or_else()
1960 [isl_ast_expr_op_or_else] = "||",
1989 [isl_ast_expr_op_or_else] = 14,
2020 [isl_ast_expr_op_or_else] = 1,
2052 return op == isl_ast_expr_op_or || op == isl_ast_expr_op_or_else; in is_or()
2476 [isl_ast_expr_op_or_else] = "or_else",
/netbsd-src/external/mit/isl/dist/doc/
H A Duser.pod11858 =item C<isl_ast_expr_op_or_else>