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

  /src/external/mit/isl/dist/
print_templ_yaml.c 16 p = isl_printer_set_yaml_style(p, ISL_YAML_STYLE_BLOCK);
33 p = isl_printer_set_yaml_style(p, ISL_YAML_STYLE_FLOW);
flow.c 35 p = isl_printer_set_yaml_style(p, ISL_YAML_STYLE_BLOCK);
schedule.c 34 p = isl_printer_set_yaml_style(p, ISL_YAML_STYLE_BLOCK);
cat.c 59 p = isl_printer_set_yaml_style(p, options->yaml_style);
isl_schedule_tree.c 2709 p = isl_printer_set_yaml_style(p, ISL_YAML_STYLE_FLOW);
2720 p = isl_printer_set_yaml_style(p, style);
2902 printer = isl_printer_set_yaml_style(printer, ISL_YAML_STYLE_BLOCK);
isl_printer.c 464 __isl_give isl_printer *isl_printer_set_yaml_style(__isl_take isl_printer *p, function
isl_flow.c 1862 p = isl_printer_set_yaml_style(p, ISL_YAML_STYLE_FLOW);
3278 p = isl_printer_set_yaml_style(p, ISL_YAML_STYLE_FLOW);
isl_schedule_node.c 4939 printer = isl_printer_set_yaml_style(printer, ISL_YAML_STYLE_BLOCK);
4958 printer = isl_printer_set_yaml_style(printer, ISL_YAML_STYLE_BLOCK);
  /src/external/gpl3/gcc/dist/gcc/
graphite-poly.cc 492 p = isl_printer_set_yaml_style (p, ISL_YAML_STYLE_BLOCK);
508 p = isl_printer_set_yaml_style (p, ISL_YAML_STYLE_BLOCK);
524 p = isl_printer_set_yaml_style (p, ISL_YAML_STYLE_BLOCK);
570 p = isl_printer_set_yaml_style (p, ISL_YAML_STYLE_BLOCK);
  /src/external/gpl3/gcc.old/dist/gcc/
graphite-poly.cc 502 p = isl_printer_set_yaml_style (p, ISL_YAML_STYLE_BLOCK);
518 p = isl_printer_set_yaml_style (p, ISL_YAML_STYLE_BLOCK);
534 p = isl_printer_set_yaml_style (p, ISL_YAML_STYLE_BLOCK);
580 p = isl_printer_set_yaml_style (p, ISL_YAML_STYLE_BLOCK);
  /src/external/mit/isl/dist/include/isl/
printer.h 40 __isl_give isl_printer *isl_printer_set_yaml_style(__isl_take isl_printer *p,

Completed in 23 milliseconds