Searched refs:ast_expr_op_cond (Results 1 – 1 of 1) sorted by relevance
233 class ast_expr_op_cond; variable844 class ast_expr_op_cond : public ast_expr_op {847 friend ast_expr_op_cond ast_expr_op::as<ast_expr_op_cond>() const;854 inline /* implicit */ ast_expr_op_cond();855 inline /* implicit */ ast_expr_op_cond(const ast_expr_op_cond &obj);856 inline ast_expr_op_cond &operator=(ast_expr_op_cond obj);6671 ast_expr_op_cond::ast_expr_op_cond() in ast_expr_op_cond() function6674 ast_expr_op_cond::ast_expr_op_cond(const ast_expr_op_cond &obj) in ast_expr_op_cond() function6679 ast_expr_op_cond::ast_expr_op_cond(__isl_take isl_ast_expr *ptr) in ast_expr_op_cond() function6682 ast_expr_op_cond &ast_expr_op_cond::operator=(ast_expr_op_cond obj) {[all …]