Searched refs:ast_expr_op (Results 1 – 2 of 2) sorted by relevance
226 class ast_expr_op; variable701 friend ast_expr_op ast_expr::as<ast_expr_op>() const;709 inline /* implicit */ ast_expr_op(const ast_expr_op &obj);710 inline ast_expr_op &operator=(ast_expr_op obj);6398 ast_expr_op::ast_expr_op() in ast_expr_op() function6401 ast_expr_op::ast_expr_op(const ast_expr_op &obj) in ast_expr_op() function6406 ast_expr_op::ast_expr_op(__isl_take isl_ast_expr *ptr) in ast_expr_op() function6409 ast_expr_op &ast_expr_op::operator=(ast_expr_op obj) {6474 : ast_expr_op() {} in ast_expr_op_access()6477 : ast_expr_op(obj) in ast_expr_op_access()[all …]
371 auto op = expr.as<isl::ast_expr_op>(); in test_ast_build_expr()