Searched refs:fixit (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/FixIt/
H A Dfixit-include.c3 // RUN: cp %S/fixit-include.h %T
4 // RUN: not %clang_cc1 -fsyntax-only -fixit %t
8 #include <fixit-include.h> // expected-error {{'fixit-include.h' file not found with <angled> include; use "quotes" instead}}
/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/srec/config/en.us/
H A DAndroid.mk93 cmu6plus.ok.zip: $(CMU2NUANCE) $(DICT_DIR)/c0.6 $(DICT_DIR)/numbers.ok $(DICT_DIR)/fixit.ok $(DICT_DIR)/enroll.ok
95 sort -u $(DICT_DIR)/c0.6.ok $(DICT_DIR)/numbers.ok $(DICT_DIR)/fixit.ok $(DICT_DIR)/enroll.ok > $(DICT_DIR)/cmu6plus.ok
/external/clang/lib/Sema/
H A DSemaChecking.cpp2816 FixItHint fixit = local
2827 fixit);
2834 // Warn about pointless flag with a fixit removal.
2852 // Warn about ignored flag with a fixit removal.
6342 // Check to see if '()' fixit should be emitted.

Completed in 2281 milliseconds