Lines Matching refs:id_to_ast_expr
13245 class id_to_ast_expr(object):
13265 if not arg0.__class__ is id_to_ast_expr:
13266 arg0 = id_to_ast_expr(arg0)
13276 return 'isl.id_to_ast_expr("""%s""")' % s
13278 return 'isl.id_to_ast_expr("%s")' % s
13281 if not arg0.__class__ is id_to_ast_expr:
13282 arg0 = id_to_ast_expr(arg0)
13286 if not arg1.__class__ is id_to_ast_expr:
13287 arg1 = id_to_ast_expr(arg1)
13297 if not arg0.__class__ is id_to_ast_expr:
13298 arg0 = id_to_ast_expr(arg0)
13313 obj = id_to_ast_expr(ctx=ctx, ptr=res)