Home
last modified time | relevance | path

Searched refs:fixit (Results 1 – 25 of 38) sorted by relevance

12

/netbsd-src/usr.bin/rpcgen/
H A Drpc_util.c81 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 DREADME27 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 Dfixmount.c154 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 DPlistDiagnostics.cpp223 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 DFixIt.cpp18 namespace fixit { namespace
/netbsd-src/usr.bin/crunch/examples/
H A DMakefile5 CRUNCHED= fixit
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/
H A DFixIt.h26 namespace fixit {
/netbsd-src/usr.bin/sort/
H A Dsort.h182 void fixit(int *, char **, const char *);
H A Dsort.c151 fixit(&argc, argv, SORT_OPTS); in main()
H A Dinit.c285 fixit(int *argc, char **argv, const char *opts) in fixit() function
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangTools.rst67 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 DTooling.rst93 * Automatic fixing of compile errors (:program:`clang-fixit`)
H A DExternalClangExamples.rst85 errors, fixit hints). See also `<http://l.rw.rw/clang_plugin>`_ for
H A DUsersManual.rst459 .. _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 DClangCommandLineReference.rst799 .. option:: -fdiagnostics-fixit-info, -fno-diagnostics-fixit-info
H A DInternalsManual.rst422 * Since they are automatically applied if ``-Xclang -fixit`` is passed to the
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticOptions.def56 DIAGOPT(ShowFixits, 1, 1) /// Show fixit information.
/netbsd-src/external/apache2/llvm/dist/clang/docs/CommandGuide/
H A Dclang.rst589 .. option:: -fshow-column, -fshow-source-location, -fcaret-diagnostics, -fdiagnostics-fixit-info, -…
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td1334 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 DChangeLog1337 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 DChangeLog-20162133 missing semicolons, use a fixit-hint to suggest insertion
2251 (finish_class_member_access_expr): Simplify fixit code by
H A DChangeLog-20174503 * parser.c (cp_parser_member_declaration): Add warning with fixit
H A DChangeLog-20195609 fixit hint if current_class_ref is NULL. Use a single if instead of
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dsanity.sh23334 done" >fixit
23345 sh ../fixit
23346 cd ../3; sh ../fixit
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp8292 FixItHint fixit = in HandleInvalidAmount() local
8303 fixit); in HandleInvalidAmount()

12