Searched refs:ast_expr_op_or_else (Results 1 – 1 of 1) sorted by relevance
247 class ast_expr_op_or_else; variable1110 class ast_expr_op_or_else : public ast_expr_op {1113 friend ast_expr_op_or_else ast_expr_op::as<ast_expr_op_or_else>() const;1120 inline /* implicit */ ast_expr_op_or_else();1121 inline /* implicit */ ast_expr_op_or_else(const ast_expr_op_or_else &obj);1122 inline ast_expr_op_or_else &operator=(ast_expr_op_or_else obj);7133 ast_expr_op_or_else::ast_expr_op_or_else() in ast_expr_op_or_else() function7136 ast_expr_op_or_else::ast_expr_op_or_else(const ast_expr_op_or_else &obj) in ast_expr_op_or_else() function7141 ast_expr_op_or_else::ast_expr_op_or_else(__isl_take isl_ast_expr *ptr) in ast_expr_op_or_else() function7144 ast_expr_op_or_else &ast_expr_op_or_else::operator=(ast_expr_op_or_else obj) {[all …]