Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/include/isl/
Dcpp-checked-conversion.h153 checked::ast_expr_op_ge check(ast_expr_op_ge obj) { in check()
154 return checked::manage(obj.copy()).as<checked::ast_expr_op>().as<checked::ast_expr_op_ge>(); in check()
157 ast_expr_op_ge uncheck(checked::ast_expr_op_ge obj) { in uncheck()
158 return manage(obj.copy()).as<ast_expr_op>().as<ast_expr_op_ge>(); in uncheck()
Dcpp-checked.h228 class ast_expr_op_ge; variable
740 class ast_expr_op_ge : public ast_expr_op {
743 friend ast_expr_op_ge ast_expr_op::as<ast_expr_op_ge>() const;
747 inline explicit ast_expr_op_ge(__isl_take isl_ast_expr *ptr);
750 inline /* implicit */ ast_expr_op_ge();
751 inline /* implicit */ ast_expr_op_ge(const ast_expr_op_ge &obj);
752 inline ast_expr_op_ge &operator=(ast_expr_op_ge obj);
4317 ast_expr_op_ge::ast_expr_op_ge() in ast_expr_op_ge() function
4320 ast_expr_op_ge::ast_expr_op_ge(const ast_expr_op_ge &obj) in ast_expr_op_ge() function
4325 ast_expr_op_ge::ast_expr_op_ge(__isl_take isl_ast_expr *ptr) in ast_expr_op_ge() function
[all …]
Dcpp.h292 class ast_expr_op_ge; variable
805 class ast_expr_op_ge : public ast_expr_op {
808 friend ast_expr_op_ge ast_expr_op::as<ast_expr_op_ge>() const;
812 inline explicit ast_expr_op_ge(__isl_take isl_ast_expr *ptr);
815 inline /* implicit */ ast_expr_op_ge();
816 inline /* implicit */ ast_expr_op_ge(const ast_expr_op_ge &obj);
817 inline ast_expr_op_ge &operator=(ast_expr_op_ge obj);
4836 ast_expr_op_ge::ast_expr_op_ge() in ast_expr_op_ge() function
4839 ast_expr_op_ge::ast_expr_op_ge(const ast_expr_op_ge &obj) in ast_expr_op_ge() function
4844 ast_expr_op_ge::ast_expr_op_ge(__isl_take isl_ast_expr *ptr) in ast_expr_op_ge() function
[all …]
/external/llvm-project/polly/lib/External/isl/interface/
Disl.py4471 if len(args) == 1 and isinstance(args[0], ast_expr_op_ge):
4543 return ast_expr_op_ge(**keywords)
4969 class ast_expr_op_ge(ast_expr_op): class
4980 return super(ast_expr_op_ge, cls).__new__(cls)
4983 if not arg0.__class__ is ast_expr_op_ge:
4984 arg0 = ast_expr_op_ge(arg0)