Home
last modified time | relevance | path

Searched refs:ast_expr (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/mit/isl/dist/
H A Dprint.c101 #define BASE ast_expr
H A Disl_test_cpp-generic.cc186 isl::ast_expr expr = build.expr_from(pw_aff); in test_return_string()
H A Disl_ast.c20 #define EL_BASE ast_expr
2687 #define EL_BASE ast_expr
/netbsd-src/external/mit/isl/dist/include/isl/
H A Dast_type.h102 ISL_DECLARE_LIST_TYPE(ast_expr)
H A Dcpp-checked.h225 class ast_expr; variable
579 inline isl::checked::ast_expr access_from(isl::checked::multi_pw_aff mpa) const;
580 inline isl::checked::ast_expr access_from(isl::checked::pw_multi_aff pma) const;
581 inline isl::checked::ast_expr call_from(isl::checked::multi_pw_aff mpa) const;
582 inline isl::checked::ast_expr call_from(isl::checked::pw_multi_aff pma) const;
583 inline isl::checked::ast_expr expr_from(isl::checked::pw_aff pa) const;
584 inline isl::checked::ast_expr expr_from(isl::checked::set set) const;
593 inline ast_expr manage(__isl_take isl_ast_expr *ptr);
594 inline ast_expr manage_copy(__isl_keep isl_ast_expr *ptr);
596 class ast_expr {
[all …]
H A Dcpp-checked-conversion.h41 checked::ast_expr check(ast_expr obj) { in check()
45 ast_expr uncheck(checked::ast_expr obj) { in uncheck()
H A Dcpp.h290 class ast_expr; variable
645 inline isl::ast_expr access_from(isl::multi_pw_aff mpa) const;
646 inline isl::ast_expr access_from(isl::pw_multi_aff pma) const;
647 inline isl::ast_expr call_from(isl::multi_pw_aff mpa) const;
648 inline isl::ast_expr call_from(isl::pw_multi_aff pma) const;
649 inline isl::ast_expr expr_from(isl::pw_aff pa) const;
650 inline isl::ast_expr expr_from(isl::set set) const;
659 inline ast_expr manage(__isl_take isl_ast_expr *ptr);
660 inline ast_expr manage_copy(__isl_keep isl_ast_expr *ptr);
662 class ast_expr {
[all …]
H A Dast.h245 ISL_DECLARE_LIST_FN(ast_expr)
/netbsd-src/external/mit/xorg/lib/
H A Dlibglsl.old.mk22 ast_expr.cpp \
H A Dlibglsl.mk23 ast_expr.cpp \
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py5459 obj = ast_expr(ctx=ctx, ptr=res)
5475 obj = ast_expr(ctx=ctx, ptr=res)
5493 obj = ast_expr(ctx=ctx, ptr=res)
5509 obj = ast_expr(ctx=ctx, ptr=res)
5527 obj = ast_expr(ctx=ctx, ptr=res)
5543 obj = ast_expr(ctx=ctx, ptr=res)
5642 class ast_expr(object): class
5674 return super(ast_expr, cls).__new__(cls)
5677 if not arg0.__class__ is ast_expr:
5678 arg0 = ast_expr(arg0)
[all …]