Searched defs:fixit (Results 1 - 2 of 2) sorted by relevance

/external/e2fsprogs/e2fsck/
H A Dpass5.c206 int fixit, had_problem; local
474 fixit = end_problem_latch(ctx, PR_LATCH_BBITMAP);
476 fixit = -1;
479 if (fixit == 1) {
497 } else if (fixit == 0)
546 int fixit, had_problem; local
739 fixit = end_problem_latch(ctx, PR_LATCH_IBITMAP);
741 fixit = -1;
744 if (fixit == 1) {
764 } else if (fixit
[all...]
/external/clang/lib/Sema/
H A DSemaChecking.cpp3827 FixItHint fixit = local
3838 fixit);
3845 // Warn about pointless flag with a fixit removal.
3863 // Warn about ignored flag with a fixit removal.
7770 // Check to see if '()' fixit should be emitted.

Completed in 86 milliseconds