HomeSort by relevance Sort by last modified time
    Searched refs:fixit (Results 1 - 4 of 4) sorted by null

  /external/clang/test/FixIt/
fixit-include.c 3 // 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/
pass5.c 206 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 == 0
    [all...]
  /external/srec/config/en.us/
Android.mk 93 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/
SemaChecking.cpp 2816 FixItHint fixit = local
    [all...]

Completed in 65 milliseconds