| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfWriter.h | 116 function_ref<void(Error)> Warn); 117 void addRecord(NamedInstrProfRecord &&I, function_ref<void(Error)> Warn) { in addRecord() argument 118 addRecord(std::move(I), 1, Warn); in addRecord() 130 function_ref<void(Error)> Warn); 140 function_ref<void(Error)> Warn); 227 uint64_t Weight, function_ref<void(Error)> Warn); 239 function_ref<void(Error)> Warn); 245 function_ref<void(Error)> Warn);
|
| H A D | InstrProfReader.h | 213 std::function<void(Error)> Warn = nullptr); 221 std::function<void(Error)> Warn = nullptr); 372 std::function<void(Error)> Warn; variable 383 std::function<void(Error)> Warn) in RawInstrProfReader() argument 388 BIDFetcherCorrelatorKind(BIDFetcherCorrelatorKind), Warn(Warn) {} in RawInstrProfReader()
|
| H A D | InstrProf.h | 874 function_ref<void(instrprof_error)> Warn); 877 function_ref<void(instrprof_error)> Warn); 940 function_ref<void(instrprof_error)> Warn); 945 function_ref<void(instrprof_error)> Warn); 1040 function_ref<void(instrprof_error)> Warn); 1044 function_ref<void(instrprof_error)> Warn);
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProfWriter.cpp | 157 function_ref<void(Error)> Warn) { in addRecord() argument 160 addRecord(Name, Hash, std::move(I), Weight, Warn); in addRecord() 196 function_ref<void(Error)> Warn) { in addRecord() argument 203 Warn(make_error<InstrProfError>(E)); in addRecord() 254 function_ref<void(Error)> Warn) { in addMemProfFrame() argument 261 Warn(make_error<InstrProfError>(instrprof_error::malformed, in addMemProfFrame() 271 function_ref<void(Error)> Warn) { in addMemProfCallStack() argument 278 Warn(make_error<InstrProfError>(instrprof_error::malformed, in addMemProfCallStack() 286 function_ref<void(Error)> Warn) { in addMemProfData() argument 300 if (addMemProfFrame(Id, F, Warn)) in addMemProfData() [all …]
|
| H A D | InstrProf.cpp | 899 function_ref<void(instrprof_error)> Warn) { in merge() argument 915 Warn(instrprof_error::counter_overflow); in merge() 927 function_ref<void(instrprof_error)> Warn) { in scale() argument 932 Warn(instrprof_error::counter_overflow); in scale() 940 function_ref<void(instrprof_error)> Warn) { in mergeValueProfData() argument 944 Warn(instrprof_error::value_site_count_mismatch); in mergeValueProfData() 954 ThisSiteRecords[I].merge(OtherSiteRecords[I], Weight, Warn); in mergeValueProfData() 958 function_ref<void(instrprof_error)> Warn) { in merge() argument 962 Warn(instrprof_error::count_mismatch); in merge() 974 Warn(instrprof_error::count_mismatch); in merge() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | ArchiveWriter.h | 60 function_ref<void(Error)> Warn = warnToStderr); 68 function_ref<void(Error)> Warn = warnToStderr); 76 function_ref<void(Error)> Warn = warnToStderr);
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | PrintfFormatString.cpp | 54 const char *FlagBeg, const char *E, bool Warn) { in ParseObjCFlags() argument 62 if (Warn) { in ParseObjCFlags() 77 bool Warn, in ParsePrintfSpecifier() argument 107 if (Warn) in ParsePrintfSpecifier() 118 if (Warn) in ParsePrintfSpecifier() 146 if (Warn && (Size == 0 || Size > 8)) in ParsePrintfSpecifier() 163 if (Warn) in ParsePrintfSpecifier() 212 if (Warn) in ParsePrintfSpecifier() 224 if (Warn) in ParsePrintfSpecifier() 233 if (Warn) in ParsePrintfSpecifier() [all …]
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | SymbolTable.cpp | 45 return {ctx, ctx.config.forceUnresolved ? DiagLevel::Warn : DiagLevel::Err}; in errorOrWarn() 289 Warn(ctx) << "Resolving " << origName << " by linking to " in loadMinGWSymbols() 343 Warn(ctx) << "unable to automatically import " << name << " from " in handleMinGWAutomaticImport() 388 Warn(ctx) << "<root>: locally defined symbol imported: " in reportProblemSymbols() 411 Warn(ctx) << file in reportProblemSymbols() 560 Warn(ctx) << "EC version of '_load_config_used' is missing"; in initializeLoadConfig() 564 Warn(ctx) << "native version of '_load_config_used' is missing for " in initializeLoadConfig() 569 Warn(ctx) in initializeLoadConfig() 572 Warn(ctx) << "_load_config_used not found, /dependentloadflag will have " in initializeLoadConfig() 599 Warn(ctx) << "'_load_config_used' is misaligned (expected alignment to be " in initializeLoadConfig() [all …]
|
| H A D | Driver.cpp | 71 COFFSyncStream coff::Warn(COFFLinkerContext &ctx) { in Warn() function in coff 72 return {ctx, DiagLevel::Warn}; in Warn() 504 Warn(ctx) << arg->getSpelling() in parseDirectives() 913 Warn(ctx) << "/debugtype: unknown option '" << type << "'"; in parseDebugTypes() 1098 Warn(ctx) << "/order:" << arg << ": missing symbol: " << s in parseOrderFile() 1126 Warn(ctx) << path << ": no such symbol: " << name; in parseCallGraphFile() 1273 Warn(ctx) << "only %_PDB% and %_EXT% supported in /pdbaltpath:, keeping " in parsePDBAltPath() 1639 Warn(ctx) << "ignoring /vctoolsdir or /winsysroot flags in MinGW mode"; in linkerMain() 1702 Warn(ctx) << "/debug:fastlink unsupported; using /debug:full"; in linkerMain() 1782 Warn(ctx) << "ignoring /pdbstripped flag, it is not yet supported"; in linkerMain() [all …]
|
| H A D | DriverUtils.cpp | 159 Warn(ctx) << s << ": already merged into " << existing; in parseMerge() 679 Warn(ctx) << dupeDiag; in convertResToCOFF() 805 Warn(ctx) << "ignoring unknown argument '" << arg->getAsString(args) in parse() 808 Warn(ctx) << "ignoring unknown argument '" << arg->getAsString(args) in parse() 813 Warn(ctx) << "ignoring /lib since it's not the first argument"; in parse() 856 Warn(ctx) << "ignoring unknown argument: " << arg->getAsString(result.args); in parseDirectives()
|
| H A D | PDB.cpp | 378 Warn(ctx) << formatv( in translateIdSymbols() 420 Warn(ctx) << "symbol scopes are not balanced in " << file->getName(); in scopeStackClose() 590 Warn(ctx) << "empty symbols subsection in " << file->getName(); in analyzeSymbolSubsection() 631 Warn(ctx) << "corrupt symbol records in " << file->getName(); in analyzeSymbolSubsection() 741 Warn(ctx) << "Invalid string table reference"; in translateStringTableIndex() 816 Warn(ctx) << "ignoring unknown debug$S subsection kind 0x" in handleDebugS() 931 Warn(ctx) in finish() 1005 auto diag = Warn(f->symtab.ctx); in warnUnusable() 1327 Warn(ctx) << "Cannot open input file: " << file; in addNatvisFiles() 1349 Warn(ctx) << "Cannot open input file: " << file; in addNamedStreams()
|
| /freebsd/usr.sbin/btxld/ |
| H A D | btxld.c | 124 static void Warn(const char *, const char *, ...); 212 Warn(fname, "Loader format is %s; processing as %s", in btxld() 222 Warn(fname, in btxld() 349 Warn(fname, "Treating %s NMAGIC as OMAGIC", in gethdr() 382 Warn(fname, in gethdr() 547 Warn(const char *locus, const char *fmt, ...) in Warn() function
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 267 HelpText<"Warn about assigning non-{0,1} values to Boolean variables">, 905 HelpText<"Warn on uses of the 'bcmp' function">, 910 HelpText<"Warn on uses of the 'bcopy' function">, 915 HelpText<"Warn on uses of the 'bzero' function">, 920 HelpText<"Warn on uses of the 'gets' function">, 925 HelpText<"Warn on uses of the 'getpw' function">, 930 HelpText<"Warn on uses of the 'mktemp' function">, 935 HelpText<"Warn when 'mkstemp' is passed fewer than 6 X's in the format " 941 HelpText<"Warn on uses of the 'rand', 'random', and related functions">, 946 HelpText<"Warn on uses of the 'strcpy' and 'strcat' functions">, [all …]
|
| /freebsd/sys/contrib/dev/acpica/components/utilities/ |
| H A D | utaddress.c | 323 BOOLEAN Warn) in AcpiUtCheckAddressRange() argument 363 if (Warn) /* Optional warning message */ in AcpiUtCheckAddressRange()
|
| H A D | utxface.c | 633 BOOLEAN Warn) in AcpiCheckAddressRange() argument 646 (UINT32) Length, Warn); in AcpiCheckAddressRange()
|
| /freebsd/sbin/natd/ |
| H A D | natd.h | 22 extern void Warn (const char* msg);
|
| H A D | natd.c | 534 Warn ("read from divert socket failed"); in DoGlobal() 628 Warn (msgBuf); in DoGlobal() 673 Warn ("read from divert socket failed"); in DoAliasing() 788 Warn (msgBuf); in DoAliasing() 803 Warn ("read from routing socket failed"); in HandleRoutingInfo() 809 Warn ("unexpected packet read from routing socket"); in HandleRoutingInfo() 987 Warn (msg); in Quit() 991 void Warn (const char* msg) in Warn() function
|
| H A D | icmp.c | 119 Warn ("Cannot send ICMP message."); in SendNeedFragIcmp()
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ArchiveWriter.cpp | 486 object::Archive::Kind Kind, function_ref<void(Error)> Warn) { in getSymbolicFile() argument 515 Warn(ObjOrErr.takeError()); in getSymbolicFile() 782 std::optional<bool> IsEC, function_ref<void(Error)> Warn) { in computeMemberData() argument 852 Warn(createFileError(M.MemberName, std::move(Err))); in computeMemberData() 1035 function_ref<void(Error)> Warn) { in writeArchiveToStream() argument 1057 isCOFFArchive(Kind) ? &SymMap : nullptr, Context, NewMembers, IsEC, Warn); in writeArchiveToStream() 1308 std::optional<bool> IsEC, function_ref<void(Error)> Warn) { in writeArchive() argument 1316 Deterministic, Thin, IsEC, Warn)) { in writeArchive() 1341 function_ref<void(Error)> Warn) { in writeArchiveToBuffer() argument 1347 Deterministic, Thin, std::nullopt, Warn)) in writeArchiveToBuffer()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | SymbolTable.cpp | 242 Warn(ctx) << "attempt to reassign symbol '" << ver.name << "' of " in assignExactVersion() 327 Warn(ctx) in scanVersionScript() 332 Warn(ctx) << "wildcard pattern '*' is used for multiple version " in scanVersionScript()
|
| H A D | Symbols.cpp | 309 auto report = [&](StringRef s) { Warn(ctx) << file << s << sym->getName(); }; in maybeWarnUnorderableSymbol() 511 Warn(ctx) << "common " << getName() << " is overridden"; in shouldReplace() 581 Warn(ctx) << "common " << getName() << " is overridden"; in resolve() 587 Warn(ctx) << "multiple common of " << getName(); in resolve()
|
| H A D | Driver.cpp | 85 ELFSyncStream elf::Warn(Ctx &ctx) { return {ctx, DiagLevel::Warn}; } in Warn() function in elf 87 return {ctx, ctx.arg.noinhibitExec ? DiagLevel::Warn : DiagLevel::Err}; in Err() 299 Warn(ctx) << path << ": archive member '" in addFile() 641 Warn(ctx) << "unknown -z value: " << StringRef(arg->getValue()); in checkZOptions() 751 : UnresolvedPolicy::Warn; in setUnresolvedSymbolPolicy() 850 Warn(ctx) << "--android-memtag-mode is unspecified, leaving " in getMemtagMode() 853 Warn(ctx) << "--android-memtag-mode is unspecified, leaving " in getMemtagMode() 957 return OrphanHandlingPolicy::Warn; in getOrphanHandling() 1017 Warn(ctx) << mb.getBufferIdentifier() << ": no such symbol: " << name; in readCallGraph() 1090 Warn(ctx) in processCallGraphRelocations() [all …]
|
| H A D | Config.h | 106 enum class UnresolvedPolicy { ReportError, Warn, Ignore }; enumerator 109 enum class OrphanHandlingPolicy { Place, Warn, Error }; enumerator 773 ELFSyncStream Warn(Ctx &ctx); 796 return DiagLevel::Warn; in toDiagLevel()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| H A D | MarkupFilter.cpp | 649 bool Warn = Element.Fields.size() > Size; in checkNumFields() local 650 WithColor(errs(), Warn ? HighlightColor::Warning : HighlightColor::Error) in checkNumFields() 651 << (Warn ? "warning: " : "error: ") << "expected " << Size in checkNumFields() 654 return Warn; in checkNumFields()
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | fts.sh | 112 case FTS_DNR: /* Warn, continue. */
|