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

  /src/external/mit/isl/dist/include/isl/
cpp-checked-conversion.h 233 checked::ast_expr_op_or_else check(ast_expr_op_or_else obj) {
234 return checked::manage(obj.copy()).as<checked::ast_expr_op>().as<checked::ast_expr_op_or_else>();
237 ast_expr_op_or_else uncheck(checked::ast_expr_op_or_else obj) {
238 return manage(obj.copy()).as<ast_expr_op>().as<ast_expr_op_or_else>();
cpp-checked.h 249 class ast_expr_op_or_else;
1083 // declarations for isl::ast_expr_op_or_else
1085 class ast_expr_op_or_else : public ast_expr_op { class in namespace:isl::checked
1088 friend ast_expr_op_or_else ast_expr_op::as<ast_expr_op_or_else>() const;
1092 inline explicit ast_expr_op_or_else(__isl_take isl_ast_expr *ptr);
1095 inline /* implicit */ ast_expr_op_or_else();
1096 inline /* implicit */ ast_expr_op_or_else(const ast_expr_op_or_else &obj);
1097 inline ast_expr_op_or_else &operator=(ast_expr_op_or_else obj)
6677 ast_expr_op_or_else::ast_expr_op_or_else(__isl_take isl_ast_expr *ptr) function in class:isl::checked::ast_expr_op_or_else
6680 ast_expr_op_or_else::ast_expr_op_or_else() function in class:isl::checked::ast_expr_op_or_else
6683 ast_expr_op_or_else::ast_expr_op_or_else(const ast_expr_op_or_else &obj) function in class:isl::checked::ast_expr_op_or_else
    [all...]
cpp.h 314 class ast_expr_op_or_else;
1149 // declarations for isl::ast_expr_op_or_else
1151 class ast_expr_op_or_else : public ast_expr_op { class in namespace:isl
1154 friend ast_expr_op_or_else ast_expr_op::as<ast_expr_op_or_else>() const;
1158 inline explicit ast_expr_op_or_else(__isl_take isl_ast_expr *ptr);
1161 inline /* implicit */ ast_expr_op_or_else();
1162 inline /* implicit */ ast_expr_op_or_else(const ast_expr_op_or_else &obj);
1163 inline ast_expr_op_or_else &operator=(ast_expr_op_or_else obj)
7545 ast_expr_op_or_else::ast_expr_op_or_else(__isl_take isl_ast_expr *ptr) function in class:isl::ast_expr_op_or_else
7548 ast_expr_op_or_else::ast_expr_op_or_else() function in class:isl::ast_expr_op_or_else
7551 ast_expr_op_or_else::ast_expr_op_or_else(const ast_expr_op_or_else &obj) function in class:isl::ast_expr_op_or_else
    [all...]
  /src/external/mit/isl/dist/interface/
isl.py 5833 if len(args) == 1 and isinstance(args[0], ast_expr_op_or_else):
5939 return ast_expr_op_or_else(**keywords)
6759 class ast_expr_op_or_else(ast_expr_op): class in inherits:ast_expr_op
6770 return super(ast_expr_op_or_else, cls).__new__(cls)
6773 if not arg0.__class__ is ast_expr_op_or_else:
6774 arg0 = ast_expr_op_or_else(arg0)
6784 return 'isl.ast_expr_op_or_else("""%s""")' % s
6786 return 'isl.ast_expr_op_or_else("%s")' % s

Completed in 66 milliseconds