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

  /src/external/mit/isl/dist/include/isl/
cpp-checked-conversion.h 121 checked::ast_expr_op_cond check(ast_expr_op_cond obj) {
122 return checked::manage(obj.copy()).as<checked::ast_expr_op>().as<checked::ast_expr_op_cond>();
125 ast_expr_op_cond uncheck(checked::ast_expr_op_cond obj) {
126 return manage(obj.copy()).as<ast_expr_op>().as<ast_expr_op_cond>();
cpp-checked.h 235 class ast_expr_op_cond;
817 // declarations for isl::ast_expr_op_cond
819 class ast_expr_op_cond : public ast_expr_op { class in namespace:isl::checked
822 friend ast_expr_op_cond ast_expr_op::as<ast_expr_op_cond>() const;
826 inline explicit ast_expr_op_cond(__isl_take isl_ast_expr *ptr);
829 inline /* implicit */ ast_expr_op_cond();
830 inline /* implicit */ ast_expr_op_cond(const ast_expr_op_cond &obj);
831 inline ast_expr_op_cond &operator=(ast_expr_op_cond obj)
6215 ast_expr_op_cond::ast_expr_op_cond(__isl_take isl_ast_expr *ptr) function in class:isl::checked::ast_expr_op_cond
6218 ast_expr_op_cond::ast_expr_op_cond() function in class:isl::checked::ast_expr_op_cond
6221 ast_expr_op_cond::ast_expr_op_cond(const ast_expr_op_cond &obj) function in class:isl::checked::ast_expr_op_cond
    [all...]
cpp.h 300 class ast_expr_op_cond;
883 // declarations for isl::ast_expr_op_cond
885 class ast_expr_op_cond : public ast_expr_op { class in namespace:isl
888 friend ast_expr_op_cond ast_expr_op::as<ast_expr_op_cond>() const;
892 inline explicit ast_expr_op_cond(__isl_take isl_ast_expr *ptr);
895 inline /* implicit */ ast_expr_op_cond();
896 inline /* implicit */ ast_expr_op_cond(const ast_expr_op_cond &obj);
897 inline ast_expr_op_cond &operator=(ast_expr_op_cond obj)
7055 ast_expr_op_cond::ast_expr_op_cond(__isl_take isl_ast_expr *ptr) function in class:isl::ast_expr_op_cond
7058 ast_expr_op_cond::ast_expr_op_cond() function in class:isl::ast_expr_op_cond
7061 ast_expr_op_cond::ast_expr_op_cond(const ast_expr_op_cond &obj) function in class:isl::ast_expr_op_cond
    [all...]
  /src/external/mit/isl/dist/interface/
isl.py 5881 if len(args) == 1 and isinstance(args[0], ast_expr_op_cond):
5963 return ast_expr_op_cond(**keywords)
6255 class ast_expr_op_cond(ast_expr_op): class in inherits:ast_expr_op
6266 return super(ast_expr_op_cond, cls).__new__(cls)
6269 if not arg0.__class__ is ast_expr_op_cond:
6270 arg0 = ast_expr_op_cond(arg0)
6280 return 'isl.ast_expr_op_cond("""%s""")' % s
6282 return 'isl.ast_expr_op_cond("%s")' % s

Completed in 98 milliseconds