HomeSort by: relevance | last modified time | path
    Searched refs:ast_expr_op_max (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mit/isl/dist/include/isl/
cpp-checked-conversion.h 185 checked::ast_expr_op_max check(ast_expr_op_max obj) {
186 return checked::manage(obj.copy()).as<checked::ast_expr_op>().as<checked::ast_expr_op_max>();
189 ast_expr_op_max uncheck(checked::ast_expr_op_max obj) {
190 return manage(obj.copy()).as<ast_expr_op>().as<ast_expr_op_max>();
cpp-checked.h 243 class ast_expr_op_max;
969 // declarations for isl::ast_expr_op_max
971 class ast_expr_op_max : public ast_expr_op { class in namespace:isl::checked
974 friend ast_expr_op_max ast_expr_op::as<ast_expr_op_max>() const;
978 inline explicit ast_expr_op_max(__isl_take isl_ast_expr *ptr);
981 inline /* implicit */ ast_expr_op_max();
982 inline /* implicit */ ast_expr_op_max(const ast_expr_op_max &obj);
983 inline ast_expr_op_max &operator=(ast_expr_op_max obj)
6479 ast_expr_op_max::ast_expr_op_max(__isl_take isl_ast_expr *ptr) function in class:isl::checked::ast_expr_op_max
6482 ast_expr_op_max::ast_expr_op_max() function in class:isl::checked::ast_expr_op_max
6485 ast_expr_op_max::ast_expr_op_max(const ast_expr_op_max &obj) function in class:isl::checked::ast_expr_op_max
    [all...]
cpp.h 308 class ast_expr_op_max;
1035 // declarations for isl::ast_expr_op_max
1037 class ast_expr_op_max : public ast_expr_op { class in namespace:isl
1040 friend ast_expr_op_max ast_expr_op::as<ast_expr_op_max>() const;
1044 inline explicit ast_expr_op_max(__isl_take isl_ast_expr *ptr);
1047 inline /* implicit */ ast_expr_op_max();
1048 inline /* implicit */ ast_expr_op_max(const ast_expr_op_max &obj);
1049 inline ast_expr_op_max &operator=(ast_expr_op_max obj)
7335 ast_expr_op_max::ast_expr_op_max(__isl_take isl_ast_expr *ptr) function in class:isl::ast_expr_op_max
7338 ast_expr_op_max::ast_expr_op_max() function in class:isl::ast_expr_op_max
7341 ast_expr_op_max::ast_expr_op_max(const ast_expr_op_max &obj) function in class:isl::ast_expr_op_max
    [all...]
  /src/external/mit/isl/dist/interface/
isl.py 5837 if len(args) == 1 and isinstance(args[0], ast_expr_op_max):
5941 return ast_expr_op_max(**keywords)
6543 class ast_expr_op_max(ast_expr_op): class in inherits:ast_expr_op
6554 return super(ast_expr_op_max, cls).__new__(cls)
6557 if not arg0.__class__ is ast_expr_op_max:
6558 arg0 = ast_expr_op_max(arg0)
6568 return 'isl.ast_expr_op_max("""%s""")' % s
6570 return 'isl.ast_expr_op_max("%s")' % s

Completed in 50 milliseconds