Home
last modified time | relevance | path

Searched refs:ast_expr_op_div (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/mit/isl/dist/include/isl/
H A Dcpp-checked-conversion.h129 checked::ast_expr_op_div check(ast_expr_op_div obj) { in check()
130 return checked::manage(obj.copy()).as<checked::ast_expr_op>().as<checked::ast_expr_op_div>(); in check()
133 ast_expr_op_div uncheck(checked::ast_expr_op_div obj) { in uncheck()
134 return manage(obj.copy()).as<ast_expr_op>().as<ast_expr_op_div>(); in uncheck()
H A Dcpp-checked.h236 class ast_expr_op_div; variable
838 class ast_expr_op_div : public ast_expr_op {
841 friend ast_expr_op_div ast_expr_op::as<ast_expr_op_div>() const;
845 inline explicit ast_expr_op_div(__isl_take isl_ast_expr *ptr);
848 inline /* implicit */ ast_expr_op_div();
849 inline /* implicit */ ast_expr_op_div(const ast_expr_op_div &obj);
850 inline ast_expr_op_div &operator=(ast_expr_op_div obj);
6248 ast_expr_op_div::ast_expr_op_div(__isl_take isl_ast_expr *ptr) in ast_expr_op_div() function
6251 ast_expr_op_div::ast_expr_op_div() in ast_expr_op_div() function
6254 ast_expr_op_div::ast_expr_op_div(const ast_expr_op_div &obj) in ast_expr_op_div() function
[all …]
H A Dcpp.h301 class ast_expr_op_div; variable
904 class ast_expr_op_div : public ast_expr_op {
907 friend ast_expr_op_div ast_expr_op::as<ast_expr_op_div>() const;
911 inline explicit ast_expr_op_div(__isl_take isl_ast_expr *ptr);
914 inline /* implicit */ ast_expr_op_div();
915 inline /* implicit */ ast_expr_op_div(const ast_expr_op_div &obj);
916 inline ast_expr_op_div &operator=(ast_expr_op_div obj);
7090 ast_expr_op_div::ast_expr_op_div(__isl_take isl_ast_expr *ptr) in ast_expr_op_div() function
7093 ast_expr_op_div::ast_expr_op_div() in ast_expr_op_div() function
7096 ast_expr_op_div::ast_expr_op_div(const ast_expr_op_div &obj) in ast_expr_op_div() function
[all …]
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py5861 if len(args) == 1 and isinstance(args[0], ast_expr_op_div):
5953 return ast_expr_op_div(**keywords)
6291 class ast_expr_op_div(ast_expr_op): class
6302 return super(ast_expr_op_div, cls).__new__(cls)
6305 if not arg0.__class__ is ast_expr_op_div:
6306 arg0 = ast_expr_op_div(arg0)