Home
last modified time | relevance | path

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

/netbsd-src/external/mit/isl/dist/include/isl/
H A Dast_type.h20 isl_ast_expr_op_or, enumerator
50 #define isl_ast_op_or isl_ast_expr_op_or
H A Dcpp-checked.h1070 static const auto type = isl_ast_expr_op_or;
H A Dcpp.h1136 static const auto type = isl_ast_expr_op_or;
/netbsd-src/external/mit/isl/dist/
H A Disl_ast.c766 return isl_ast_expr_alloc_binary(isl_ast_expr_op_or, expr1, expr2); in isl_ast_expr_or()
1959 [isl_ast_expr_op_or] = "||",
1988 [isl_ast_expr_op_or] = 14,
2019 [isl_ast_expr_op_or] = 1,
2052 return op == isl_ast_expr_op_or || op == isl_ast_expr_op_or_else; in is_or()
2475 [isl_ast_expr_op_or] = "or",
/netbsd-src/external/mit/isl/dist/doc/
H A Duser.pod11853 =item C<isl_ast_expr_op_or>