Searched refs:ast_expr_op_ge (Results 1 – 4 of 4) sorted by relevance
153 checked::ast_expr_op_ge check(ast_expr_op_ge obj) { in check()154 return checked::manage(obj.copy()).as<checked::ast_expr_op>().as<checked::ast_expr_op_ge>(); in check()157 ast_expr_op_ge uncheck(checked::ast_expr_op_ge obj) { in uncheck()158 return manage(obj.copy()).as<ast_expr_op>().as<ast_expr_op_ge>(); in uncheck()
228 class ast_expr_op_ge; variable740 class ast_expr_op_ge : public ast_expr_op {743 friend ast_expr_op_ge ast_expr_op::as<ast_expr_op_ge>() const;747 inline explicit ast_expr_op_ge(__isl_take isl_ast_expr *ptr);750 inline /* implicit */ ast_expr_op_ge();751 inline /* implicit */ ast_expr_op_ge(const ast_expr_op_ge &obj);752 inline ast_expr_op_ge &operator=(ast_expr_op_ge obj);4317 ast_expr_op_ge::ast_expr_op_ge() in ast_expr_op_ge() function4320 ast_expr_op_ge::ast_expr_op_ge(const ast_expr_op_ge &obj) in ast_expr_op_ge() function4325 ast_expr_op_ge::ast_expr_op_ge(__isl_take isl_ast_expr *ptr) in ast_expr_op_ge() function[all …]
292 class ast_expr_op_ge; variable805 class ast_expr_op_ge : public ast_expr_op {808 friend ast_expr_op_ge ast_expr_op::as<ast_expr_op_ge>() const;812 inline explicit ast_expr_op_ge(__isl_take isl_ast_expr *ptr);815 inline /* implicit */ ast_expr_op_ge();816 inline /* implicit */ ast_expr_op_ge(const ast_expr_op_ge &obj);817 inline ast_expr_op_ge &operator=(ast_expr_op_ge obj);4836 ast_expr_op_ge::ast_expr_op_ge() in ast_expr_op_ge() function4839 ast_expr_op_ge::ast_expr_op_ge(const ast_expr_op_ge &obj) in ast_expr_op_ge() function4844 ast_expr_op_ge::ast_expr_op_ge(__isl_take isl_ast_expr *ptr) in ast_expr_op_ge() function[all …]
4471 if len(args) == 1 and isinstance(args[0], ast_expr_op_ge):4543 return ast_expr_op_ge(**keywords)4969 class ast_expr_op_ge(ast_expr_op): class4980 return super(ast_expr_op_ge, cls).__new__(cls)4983 if not arg0.__class__ is ast_expr_op_ge:4984 arg0 = ast_expr_op_ge(arg0)