Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/External/isl/include/isl/
H A Disl-noexceptions.h226 class ast_expr_op; variable
701 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() function
6401 ast_expr_op::ast_expr_op(const ast_expr_op &obj) in ast_expr_op() function
6406 ast_expr_op::ast_expr_op(__isl_take isl_ast_expr *ptr) in ast_expr_op() function
6409 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 …]
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_test_cpp-generic.cc371 auto op = expr.as<isl::ast_expr_op>(); in test_ast_build_expr()