Home
last modified time | relevance | path

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

/netbsd-src/external/mit/isl/dist/include/isl/
H A Dcpp-checked-conversion.h233 checked::ast_expr_op_or_else check(ast_expr_op_or_else obj) { in check()
234 return checked::manage(obj.copy()).as<checked::ast_expr_op>().as<checked::ast_expr_op_or_else>(); in check()
237 ast_expr_op_or_else uncheck(checked::ast_expr_op_or_else obj) { in uncheck()
238 return manage(obj.copy()).as<ast_expr_op>().as<ast_expr_op_or_else>(); in uncheck()
H A Dcpp-checked.h249 class ast_expr_op_or_else; variable
1085 class ast_expr_op_or_else : public ast_expr_op {
1088 friend ast_expr_op_or_else ast_expr_op::as<ast_expr_op_or_else>() const;
1092 inline explicit ast_expr_op_or_else(__isl_take isl_ast_expr *ptr);
1095 inline /* implicit */ ast_expr_op_or_else();
1096 inline /* implicit */ ast_expr_op_or_else(const ast_expr_op_or_else &obj);
1097 inline ast_expr_op_or_else &operator=(ast_expr_op_or_else obj);
6677 ast_expr_op_or_else::ast_expr_op_or_else(__isl_take isl_ast_expr *ptr) in ast_expr_op_or_else() function
6680 ast_expr_op_or_else::ast_expr_op_or_else() in ast_expr_op_or_else() function
6683 ast_expr_op_or_else::ast_expr_op_or_else(const ast_expr_op_or_else &obj) in ast_expr_op_or_else() function
[all …]
H A Dcpp.h314 class ast_expr_op_or_else; variable
1151 class ast_expr_op_or_else : public ast_expr_op {
1154 friend ast_expr_op_or_else ast_expr_op::as<ast_expr_op_or_else>() const;
1158 inline explicit ast_expr_op_or_else(__isl_take isl_ast_expr *ptr);
1161 inline /* implicit */ ast_expr_op_or_else();
1162 inline /* implicit */ ast_expr_op_or_else(const ast_expr_op_or_else &obj);
1163 inline ast_expr_op_or_else &operator=(ast_expr_op_or_else obj);
7545 ast_expr_op_or_else::ast_expr_op_or_else(__isl_take isl_ast_expr *ptr) in ast_expr_op_or_else() function
7548 ast_expr_op_or_else::ast_expr_op_or_else() in ast_expr_op_or_else() function
7551 ast_expr_op_or_else::ast_expr_op_or_else(const ast_expr_op_or_else &obj) in ast_expr_op_or_else() function
[all …]
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py5833 if len(args) == 1 and isinstance(args[0], ast_expr_op_or_else):
5939 return ast_expr_op_or_else(**keywords)
6759 class ast_expr_op_or_else(ast_expr_op): class
6770 return super(ast_expr_op_or_else, cls).__new__(cls)
6773 if not arg0.__class__ is ast_expr_op_or_else:
6774 arg0 = ast_expr_op_or_else(arg0)