Searched refs:get_yaml_indent (Results 1 – 1 of 1) sorted by relevance
902 static int get_yaml_indent(__isl_keep isl_stream *s) in get_yaml_indent() function962 if (get_yaml_indent(s) == ISL_YAML_INDENT_FLOW && in isl_stream_yaml_next()985 if (get_yaml_indent(s) == ISL_YAML_INDENT_FLOW) { in isl_stream_yaml_next()997 if (indent < get_yaml_indent(s)) in isl_stream_yaml_next()1003 if (get_yaml_indent(s) == ISL_YAML_INDENT_FLOW) { in isl_stream_yaml_next()1026 if (get_yaml_indent(s) == ISL_YAML_INDENT_FLOW) in isl_stream_yaml_next()1032 if (indent < get_yaml_indent(s) || tok->type != '-') { in isl_stream_yaml_next()1091 if (get_yaml_indent(s) == ISL_YAML_INDENT_FLOW) { in isl_stream_yaml_read_end_mapping()1104 if (indent >= get_yaml_indent(s)) in isl_stream_yaml_read_end_mapping()1162 if (get_yaml_indent(s) == ISL_YAML_INDENT_FLOW) { in isl_stream_yaml_read_end_sequence()[all …]