Home
last modified time | relevance | path

Searched refs:ast_expr_op_call (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/polly/lib/External/isl/include/isl/
H A Disl-noexceptions.h232 class ast_expr_op_call; variable
825 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() function
6641 ast_expr_op_call::ast_expr_op_call(const ast_expr_op_call &obj) in ast_expr_op_call() function
6646 ast_expr_op_call::ast_expr_op_call(__isl_take isl_ast_expr *ptr) in ast_expr_op_call() function
6649 ast_expr_op_call &ast_expr_op_call::operator=(ast_expr_op_call obj) {
[all …]