Home
last modified time | relevance | path

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

/netbsd-src/external/mit/isl/dist/
H A Disl_test_python.py143 expr = build.expr_from(pw_aff)
147 expr = build.expr_from(set)
475 op = build.expr_from(pa)
H A Disl_test_cpp-generic.cc186 isl::ast_expr expr = build.expr_from(pw_aff); in test_return_string()
190 expr = build.expr_from(set); in test_return_string()
370 auto expr = build.expr_from(pa); in test_ast_build_expr()
/netbsd-src/external/mit/isl/dist/include/isl/
H A Dcpp-checked.h583 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;
5719 isl::checked::ast_expr ast_build::expr_from(isl::checked::pw_aff pa) const in expr_from() function
5725 isl::checked::ast_expr ast_build::expr_from(isl::checked::set set) const in expr_from() function
H A Dcpp.h649 inline isl::ast_expr expr_from(isl::pw_aff pa) const;
650 inline isl::ast_expr expr_from(isl::set set) const;
6436 isl::ast_expr ast_build::expr_from(isl::pw_aff pa) const in expr_from() function
6453 isl::ast_expr ast_build::expr_from(isl::set set) const in expr_from() function
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py5512 def expr_from(*args): member in ast_build