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

  /src/external/mit/isl/dist/include/isl/
cpp-checked-conversion.h 161 checked::ast_expr_op_gt check(ast_expr_op_gt obj) {
162 return checked::manage(obj.copy()).as<checked::ast_expr_op>().as<checked::ast_expr_op_gt>();
165 ast_expr_op_gt uncheck(checked::ast_expr_op_gt obj) {
166 return manage(obj.copy()).as<ast_expr_op>().as<ast_expr_op_gt>();
cpp-checked.h 240 class ast_expr_op_gt;
912 // declarations for isl::ast_expr_op_gt
914 class ast_expr_op_gt : public ast_expr_op { class in namespace:isl::checked
917 friend ast_expr_op_gt ast_expr_op::as<ast_expr_op_gt>() const;
921 inline explicit ast_expr_op_gt(__isl_take isl_ast_expr *ptr);
924 inline /* implicit */ ast_expr_op_gt();
925 inline /* implicit */ ast_expr_op_gt(const ast_expr_op_gt &obj);
926 inline ast_expr_op_gt &operator=(ast_expr_op_gt obj)
6380 ast_expr_op_gt::ast_expr_op_gt(__isl_take isl_ast_expr *ptr) function in class:isl::checked::ast_expr_op_gt
6383 ast_expr_op_gt::ast_expr_op_gt() function in class:isl::checked::ast_expr_op_gt
6386 ast_expr_op_gt::ast_expr_op_gt(const ast_expr_op_gt &obj) function in class:isl::checked::ast_expr_op_gt
    [all...]
cpp.h 305 class ast_expr_op_gt;
978 // declarations for isl::ast_expr_op_gt
980 class ast_expr_op_gt : public ast_expr_op { class in namespace:isl
983 friend ast_expr_op_gt ast_expr_op::as<ast_expr_op_gt>() const;
987 inline explicit ast_expr_op_gt(__isl_take isl_ast_expr *ptr);
990 inline /* implicit */ ast_expr_op_gt();
991 inline /* implicit */ ast_expr_op_gt(const ast_expr_op_gt &obj);
992 inline ast_expr_op_gt &operator=(ast_expr_op_gt obj)
7230 ast_expr_op_gt::ast_expr_op_gt(__isl_take isl_ast_expr *ptr) function in class:isl::ast_expr_op_gt
7233 ast_expr_op_gt::ast_expr_op_gt() function in class:isl::ast_expr_op_gt
7236 ast_expr_op_gt::ast_expr_op_gt(const ast_expr_op_gt &obj) function in class:isl::ast_expr_op_gt
    [all...]
  /src/external/mit/isl/dist/interface/
isl.py 5905 if len(args) == 1 and isinstance(args[0], ast_expr_op_gt):
5975 return ast_expr_op_gt(**keywords)
6435 class ast_expr_op_gt(ast_expr_op): class in inherits:ast_expr_op
6446 return super(ast_expr_op_gt, cls).__new__(cls)
6449 if not arg0.__class__ is ast_expr_op_gt:
6450 arg0 = ast_expr_op_gt(arg0)
6460 return 'isl.ast_expr_op_gt("""%s""")' % s
6462 return 'isl.ast_expr_op_gt("%s")' % s

Completed in 49 milliseconds