HomeSort by: relevance | last modified time | path
    Searched defs:get_visual_column (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-indentation.cc 48 get_visual_column (file_cache &fc, function
384 if (!get_visual_column (fc,
445 if (!get_visual_column (fc,
450 if (!get_visual_column (fc,
455 if (!get_visual_column (fc,
694 /* Verify that the given call to get_visual_column succeeds, with
713 bool result = get_visual_column (fc,
722 /* Verify that the given call to get_visual_column succeeds, with
739 /* Verify that the given call to get_visual_column fails gracefully. */
755 bool result = get_visual_column (fc
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-indentation.cc 48 get_visual_column (expanded_location exploc, function
379 if (!get_visual_column (guard_exploc,
439 if (!get_visual_column (next_stmt_exploc,
443 if (!get_visual_column (body_exploc,
447 if (!get_visual_column (guard_exploc,
684 /* Verify that the given call to get_visual_column succeeds, with
702 bool result = get_visual_column (exploc,
710 /* Verify that the given call to get_visual_column succeeds, with
725 /* Verify that the given call to get_visual_column fails gracefully. */
740 bool result = get_visual_column (exploc
    [all...]

Completed in 40 milliseconds