Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp191 const clang::FixItHint &fixit = Info.getFixItHint(i); in HandleDiagnostic() local
192 if (!fixit.isNull()) in HandleDiagnostic()
193 new_diagnostic->AddFixitHint(fixit); in HandleDiagnostic()
988 for (const FixItHint &fixit : diagnostic->FixIts()) { in RewriteExpression() local
990 if (fixit.CodeToInsert.empty()) { in RewriteExpression()
991 if (fixit.InsertFromRange.isValid()) { in RewriteExpression()
996 commit.remove(fixit.RemoveRange); in RewriteExpression()
998 if (fixit.RemoveRange.isTokenRange() || in RewriteExpression()
999 fixit.RemoveRange.getBegin() != fixit.RemoveRange.getEnd()) in RewriteExpression()
1000 commit.replace(fixit.RemoveRange, fixit.CodeToInsert); in RewriteExpression()
[all …]
H A DClangDiagnostic.h41 void AddFixitHint(const clang::FixItHint &fixit) { in AddFixitHint() argument
42 m_fixit_vec.push_back(fixit); in AddFixitHint()
/freebsd-12.1/usr.sbin/crunch/
H A DREADME25 on boot, install, and fixit floppies. A crunched binary in this case is
31 As an example, I have created an 980K crunched "fixit" binary containing
44 easily with a kernel for a decent one-disk fixit filesystem.
82 was good to put on your fixit or install disks. Thanks!
/freebsd-12.1/contrib/amd/fixmount/
H A Dfixmount.c152 remove_mount(CLIENT *client, char *host, mountlist ml, int fixit) in remove_mount() argument
160 if (!fixit) { in remove_mount()
192 fix_rmtab(CLIENT *client, char *host, mountlist mp, int fixit, int force) in fix_rmtab() argument
210 remove_mount(client, host, p, fixit); in fix_rmtab()
/freebsd-12.1/usr.bin/rpcgen/
H A Drpc_util.c130 fixit(const char *type, const char *orig) in fixit() function
146 return (fixit(def->def.ty.old_type, orig)); in fixit()
155 return (fixit(type, type)); in fixtype()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DFixIt.cpp19 namespace fixit { namespace
/freebsd-12.1/usr.sbin/crunch/examples/
H A DMakefile3 CRUNCHED= fixit
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/
H A DFixIt.h27 namespace fixit {
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnosticOptions.def55 DIAGOPT(ShowFixits, 1, 1) /// Show fixit information.
/freebsd-12.1/contrib/binutils/bfd/
H A Dcoff-ppc.c1113 int fixit; local
1134 fixit = FALSE;
1164 fixit = TRUE;
1225 fixit = TRUE;
1229 if (fixit && info->base_file)
/freebsd-12.1/usr.sbin/bsdconfig/share/media/
H A Dfloppy.subr217 if f_interactive && [ "$_systemState" != "fixit" ]; then
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DCC1Options.td542 def fixit : Flag<["-"], "fixit">,
544 def fixit_EQ : Joined<["-"], "fixit=">,
620 def fixit_recompile : Flag<["-"], "fixit-recompile">,
622 def fixit_to_temp : Flag<["-"], "fixit-to-temporary">,
H A DOptions.td836 def fdiagnostics_fixit_info : Flag<["-"], "fdiagnostics-fixit-info">, Group<f_clang_Group>;
1384 def fno_diagnostics_fixit_info : Flag<["-"], "fno-diagnostics-fixit-info">, Group<f_Group>,
1385 Flags<[CC1Option]>, HelpText<"Do not include fixit information in diagnostics">;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp7325 FixItHint fixit = in HandleInvalidAmount() local
7336 fixit); in HandleInvalidAmount()
/freebsd-12.1/contrib/gcc/
H A DChangeLog-199911705 (add_pool_constant, dump_table, fixit, broken_move): Delete.
12415 (fixit): Cope with PIC constants.
H A DFSFChangeLog.103911 (add_constant, dump_table, fixit, find_barrier, broken_move): New