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

  /src/external/gpl3/gcc/dist/gcc/
graphite-isl-ast-to-gimple.cc 887 isl_ast_node *then_node = isl_ast_node_if_get_then (node); local
888 translate_isl_ast (context_loop, then_node, true_e, ip);
889 isl_ast_node_free (then_node);
  /src/external/gpl3/gcc.old/dist/gcc/
graphite-isl-ast-to-gimple.cc 887 isl_ast_node *then_node = isl_ast_node_if_get_then (node); local
888 translate_isl_ast (context_loop, then_node, true_e, ip);
889 isl_ast_node_free (then_node);
  /src/external/mit/isl/dist/
isl_ast.c 1448 isl_ast_node *then_node; local
1454 then_node = node->u.i.then;
1456 return then_node;
  /src/external/mit/isl/dist/include/isl/
cpp-checked.h 1310 inline isl::checked::ast_node then_node() const;
7180 isl::checked::ast_node ast_node_if::then_node() const function in class:isl::checked::ast_node_if
7188 return then_node();
cpp.h 1376 inline isl::ast_node then_node() const;
8170 isl::ast_node ast_node_if::then_node() const function in class:isl::ast_node_if
8184 return then_node();
  /src/external/mit/isl/dist/interface/
isl.py 7334 def then_node(arg0): member in class:ast_node_if
7345 return arg0.then_node()

Completed in 80 milliseconds