Searched refs:ast_expr_op_select (Results 1 – 4 of 4) sorted by relevance
257 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()
252 class ast_expr_op_select; variable1142 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() function6779 ast_expr_op_select::ast_expr_op_select() in ast_expr_op_select() function6782 ast_expr_op_select::ast_expr_op_select(const ast_expr_op_select &obj) in ast_expr_op_select() function[all …]
317 class ast_expr_op_select; variable1208 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() function7653 ast_expr_op_select::ast_expr_op_select() in ast_expr_op_select() function7656 ast_expr_op_select::ast_expr_op_select(const ast_expr_op_select &obj) in ast_expr_op_select() function[all …]
5885 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): class6878 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)