Searched refs:ast_expr_op_call (Results 1 – 1 of 1) sorted by relevance
232 class ast_expr_op_call; variable825 class ast_expr_op_call : public ast_expr_op {828 friend ast_expr_op_call ast_expr_op::as<ast_expr_op_call>() const;835 inline /* implicit */ ast_expr_op_call();836 inline /* implicit */ ast_expr_op_call(const ast_expr_op_call &obj);837 inline ast_expr_op_call &operator=(ast_expr_op_call obj);6638 ast_expr_op_call::ast_expr_op_call() in ast_expr_op_call() function6641 ast_expr_op_call::ast_expr_op_call(const ast_expr_op_call &obj) in ast_expr_op_call() function6646 ast_expr_op_call::ast_expr_op_call(__isl_take isl_ast_expr *ptr) in ast_expr_op_call() function6649 ast_expr_op_call &ast_expr_op_call::operator=(ast_expr_op_call obj) {[all …]