| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionParser.cpp | 191 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 D | ClangDiagnostic.h | 41 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 D | README | 25 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 D | fixmount.c | 152 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 D | rpc_util.c | 130 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 D | FixIt.cpp | 19 namespace fixit { namespace
|
| /freebsd-12.1/usr.sbin/crunch/examples/ |
| H A D | Makefile | 3 CRUNCHED= fixit
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/ |
| H A D | FixIt.h | 27 namespace fixit {
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | DiagnosticOptions.def | 55 DIAGOPT(ShowFixits, 1, 1) /// Show fixit information.
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | coff-ppc.c | 1113 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 D | floppy.subr | 217 if f_interactive && [ "$_systemState" != "fixit" ]; then
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/ |
| H A D | CC1Options.td | 542 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 D | Options.td | 836 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 D | SemaChecking.cpp | 7325 FixItHint fixit = in HandleInvalidAmount() local 7336 fixit); in HandleInvalidAmount()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | ChangeLog-1999 | 11705 (add_pool_constant, dump_table, fixit, broken_move): Delete. 12415 (fixit): Cope with PIC constants.
|
| H A D | FSFChangeLog.10 | 3911 (add_constant, dump_table, fixit, find_barrier, broken_move): New
|