Searched refs:ast_expr_op_or_else (Results 1 – 4 of 4) sorted by relevance
233 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()
249 class ast_expr_op_or_else; variable1085 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() function6680 ast_expr_op_or_else::ast_expr_op_or_else() in ast_expr_op_or_else() function6683 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 …]
314 class ast_expr_op_or_else; variable1151 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() function7548 ast_expr_op_or_else::ast_expr_op_or_else() in ast_expr_op_or_else() function7551 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 …]
5833 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): class6770 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)