Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/include/isl/
Dcpp-checked-conversion.h177 checked::ast_expr_op_lt check(ast_expr_op_lt obj) { in check()
178 return checked::manage(obj.copy()).as<checked::ast_expr_op>().as<checked::ast_expr_op_lt>(); in check()
181 ast_expr_op_lt uncheck(checked::ast_expr_op_lt obj) { in uncheck()
182 return manage(obj.copy()).as<ast_expr_op>().as<ast_expr_op_lt>(); in uncheck()
Dcpp-checked.h231 class ast_expr_op_lt; variable
797 class ast_expr_op_lt : public ast_expr_op {
800 friend ast_expr_op_lt ast_expr_op::as<ast_expr_op_lt>() const;
804 inline explicit ast_expr_op_lt(__isl_take isl_ast_expr *ptr);
807 inline /* implicit */ ast_expr_op_lt();
808 inline /* implicit */ ast_expr_op_lt(const ast_expr_op_lt &obj);
809 inline ast_expr_op_lt &operator=(ast_expr_op_lt obj);
4416 ast_expr_op_lt::ast_expr_op_lt() in ast_expr_op_lt() function
4419 ast_expr_op_lt::ast_expr_op_lt(const ast_expr_op_lt &obj) in ast_expr_op_lt() function
4424 ast_expr_op_lt::ast_expr_op_lt(__isl_take isl_ast_expr *ptr) in ast_expr_op_lt() function
[all …]
Dcpp.h295 class ast_expr_op_lt; variable
862 class ast_expr_op_lt : public ast_expr_op {
865 friend ast_expr_op_lt ast_expr_op::as<ast_expr_op_lt>() const;
869 inline explicit ast_expr_op_lt(__isl_take isl_ast_expr *ptr);
872 inline /* implicit */ ast_expr_op_lt();
873 inline /* implicit */ ast_expr_op_lt(const ast_expr_op_lt &obj);
874 inline ast_expr_op_lt &operator=(ast_expr_op_lt obj);
4941 ast_expr_op_lt::ast_expr_op_lt() in ast_expr_op_lt() function
4944 ast_expr_op_lt::ast_expr_op_lt(const ast_expr_op_lt &obj) in ast_expr_op_lt() function
4949 ast_expr_op_lt::ast_expr_op_lt(__isl_take isl_ast_expr *ptr) in ast_expr_op_lt() function
[all …]
/external/llvm-project/polly/lib/External/isl/interface/
Disl.py4467 if len(args) == 1 and isinstance(args[0], ast_expr_op_lt):
4541 return ast_expr_op_lt(**keywords)
5077 class ast_expr_op_lt(ast_expr_op): class
5088 return super(ast_expr_op_lt, cls).__new__(cls)
5091 if not arg0.__class__ is ast_expr_op_lt:
5092 arg0 = ast_expr_op_lt(arg0)