| /netbsd-src/usr.bin/rpcgen/ |
| H A D | rpc_util.c | 81 static const char *fixit(const char *, const char *); 141 fixit(const char *type, const char *orig) in fixit() function 153 return (fixit(def->def.ty.old_type, orig)); in fixit() 162 return (fixit(type, type)); in fixtype()
|
| /netbsd-src/usr.bin/crunch/ |
| H A D | README | 27 on boot, install, and fixit floppies. A crunched binary in this case is 33 As an example, I have created an 980K crunched "fixit" binary containing 46 easily with a kernel for a decent one-disk fixit filesystem. 84 was good to put on your fixit or install disks. Thanks!
|
| /netbsd-src/external/bsd/am-utils/dist/fixmount/ |
| H A D | fixmount.c | 154 remove_mount(CLIENT *client, char *host, mountlist ml, int fixit) in remove_mount() argument 162 if (!fixit) { in remove_mount() 194 fix_rmtab(CLIENT *client, char *host, mountlist mp, int fixit, int force) in fix_rmtab() argument 212 remove_mount(client, host, p, fixit); in fix_rmtab()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | PlistDiagnostics.cpp | 223 for (const auto &fixit : fixits) { in EmitFixits() local 224 assert(!fixit.isNull()); in EmitFixits() 226 assert(!fixit.InsertFromRange.isValid() && "Not implemented yet!"); in EmitFixits() 227 assert(!fixit.BeforePreviousInsertions && "Not implemented yet!"); in EmitFixits() 230 EmitRange(o, SM, Lexer::getAsCharRange(fixit.RemoveRange, SM, LangOpts), in EmitFixits() 233 EmitString(o, fixit.CodeToInsert); in EmitFixits()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ |
| H A D | FixIt.cpp | 18 namespace fixit { namespace
|
| /netbsd-src/usr.bin/crunch/examples/ |
| H A D | Makefile | 5 CRUNCHED= fixit
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/ |
| H A D | FixIt.h | 26 namespace fixit {
|
| /netbsd-src/usr.bin/sort/ |
| H A D | sort.h | 182 void fixit(int *, char **, const char *);
|
| H A D | sort.c | 151 fixit(&argc, argv, SORT_OPTS); in main()
|
| H A D | init.c | 285 fixit(int *argc, char **argv, const char *opts) in fixit() function
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | ClangTools.rst | 67 an IDE or editor. Furthermore, it can be used in fixit-mode to directly apply 68 fixit-hints offered by clang. See :doc:`HowToSetupToolingForLLVM` for
|
| H A D | Tooling.rst | 93 * Automatic fixing of compile errors (:program:`clang-fixit`)
|
| H A D | ExternalClangExamples.rst | 85 errors, fixit hints). See also `<http://l.rw.rw/clang_plugin>`_ for
|
| H A D | UsersManual.rst | 459 .. _opt_fdiagnostics-fixit-info: 461 **-f[no-]diagnostics-fixit-info** 475 Passing **-fno-diagnostics-fixit-info** will prevent Clang from 956 [:ref:`-fdiagnostics-fixit-info <opt_fdiagnostics-fixit-info>`].
|
| H A D | ClangCommandLineReference.rst | 799 .. option:: -fdiagnostics-fixit-info, -fno-diagnostics-fixit-info
|
| H A D | InternalsManual.rst | 422 * Since they are automatically applied if ``-Xclang -fixit`` is passed to the
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | DiagnosticOptions.def | 56 DIAGOPT(ShowFixits, 1, 1) /// Show fixit information.
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/CommandGuide/ |
| H A D | clang.rst | 589 .. option:: -fshow-column, -fshow-source-location, -fcaret-diagnostics, -fdiagnostics-fixit-info, -…
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
| H A D | Options.td | 1334 def fdiagnostics_fixit_info : Flag<["-"], "fdiagnostics-fixit-info">, Group<f_clang_Group>; 1335 def fno_diagnostics_fixit_info : Flag<["-"], "fno-diagnostics-fixit-info">, Group<f_Group>, 1336 Flags<[CC1Option]>, HelpText<"Do not include fixit information in diagnostics">, 5270 def fixit : Flag<["-"], "fixit">, 5272 def fixit_EQ : Joined<["-"], "fixit=">, 5373 def fixit_recompile : Flag<["-"], "fixit-recompile">, 5376 def fixit_to_temp : Flag<["-"], "fixit-to-temporary">,
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | ChangeLog | 1337 an undeclared builtin, then add a fixit header hint, if found. 4724 missing "struct" etc, add a fixit. For other kinds of errors, 4751 * c-typeck.c (build_component_ref): Simplify fixit code by 4762 field names. Attempt to provide a fixit hint if appropriate, 4800 mispelled member names to provide a fixit replacement hint.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | ChangeLog-2016 | 2133 missing semicolons, use a fixit-hint to suggest insertion 2251 (finish_class_member_access_expr): Simplify fixit code by
|
| H A D | ChangeLog-2017 | 4503 * parser.c (cp_parser_member_declaration): Add warning with fixit
|
| H A D | ChangeLog-2019 | 5609 fixit hint if current_class_ref is NULL. Use a single if instead of
|
| /netbsd-src/external/gpl2/xcvs/dist/src/ |
| H A D | sanity.sh | 23334 done" >fixit 23345 sh ../fixit 23346 cd ../3; sh ../fixit
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 8292 FixItHint fixit = in HandleInvalidAmount() local 8303 fixit); in HandleInvalidAmount()
|