Home
last modified time | relevance | path

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

/netbsd-src/external/mit/isl/dist/include/isl/
H A Dcpp-checked-conversion.h257 checked::ast_expr_op_select check(ast_expr_op_select obj) { in check()
258 return checked::manage(obj.copy()).as<checked::ast_expr_op>().as<checked::ast_expr_op_select>(); in check()
261 ast_expr_op_select uncheck(checked::ast_expr_op_select obj) { in uncheck()
262 return manage(obj.copy()).as<ast_expr_op>().as<ast_expr_op_select>(); in uncheck()
H A Dcpp-checked.h252 class ast_expr_op_select; variable
1142 class ast_expr_op_select : public ast_expr_op {
1145 friend ast_expr_op_select ast_expr_op::as<ast_expr_op_select>() const;
1149 inline explicit ast_expr_op_select(__isl_take isl_ast_expr *ptr);
1152 inline /* implicit */ ast_expr_op_select();
1153 inline /* implicit */ ast_expr_op_select(const ast_expr_op_select &obj);
1154 inline ast_expr_op_select &operator=(ast_expr_op_select obj);
6776 ast_expr_op_select::ast_expr_op_select(__isl_take isl_ast_expr *ptr) in ast_expr_op_select() function
6779 ast_expr_op_select::ast_expr_op_select() in ast_expr_op_select() function
6782 ast_expr_op_select::ast_expr_op_select(const ast_expr_op_select &obj) in ast_expr_op_select() function
[all …]
H A Dcpp.h317 class ast_expr_op_select; variable
1208 class ast_expr_op_select : public ast_expr_op {
1211 friend ast_expr_op_select ast_expr_op::as<ast_expr_op_select>() const;
1215 inline explicit ast_expr_op_select(__isl_take isl_ast_expr *ptr);
1218 inline /* implicit */ ast_expr_op_select();
1219 inline /* implicit */ ast_expr_op_select(const ast_expr_op_select &obj);
1220 inline ast_expr_op_select &operator=(ast_expr_op_select obj);
7650 ast_expr_op_select::ast_expr_op_select(__isl_take isl_ast_expr *ptr) in ast_expr_op_select() function
7653 ast_expr_op_select::ast_expr_op_select() in ast_expr_op_select() function
7656 ast_expr_op_select::ast_expr_op_select(const ast_expr_op_select &obj) in ast_expr_op_select() function
[all …]
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py5885 if len(args) == 1 and isinstance(args[0], ast_expr_op_select):
5965 return ast_expr_op_select(**keywords)
6867 class ast_expr_op_select(ast_expr_op): class
6878 return super(ast_expr_op_select, cls).__new__(cls)
6881 if not arg0.__class__ is ast_expr_op_select:
6882 arg0 = ast_expr_op_select(arg0)