Searched refs:ast_expr (Results 1 – 11 of 11) sorted by relevance
101 #define BASE ast_expr
186 isl::ast_expr expr = build.expr_from(pw_aff); in test_return_string()
20 #define EL_BASE ast_expr2687 #define EL_BASE ast_expr
102 ISL_DECLARE_LIST_TYPE(ast_expr)
225 class ast_expr; variable579 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 …]
41 checked::ast_expr check(ast_expr obj) { in check()45 ast_expr uncheck(checked::ast_expr obj) { in uncheck()
290 class ast_expr; variable645 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 …]
245 ISL_DECLARE_LIST_FN(ast_expr)
22 ast_expr.cpp \
23 ast_expr.cpp \
5459 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): class5674 return super(ast_expr, cls).__new__(cls)5677 if not arg0.__class__ is ast_expr:5678 arg0 = ast_expr(arg0)[all …]