HomeSort by: relevance | last modified time | path
    Searched refs:Warn (Results 1 - 19 of 19) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProfWriter.h 57 function_ref<void(Error)> Warn);
58 void addRecord(NamedInstrProfRecord &&I, function_ref<void(Error)> Warn) {
59 addRecord(std::move(I), 1, Warn);
64 function_ref<void(Error)> Warn);
117 uint64_t Weight, function_ref<void(Error)> Warn);
InstrProf.h 681 function_ref<void(instrprof_error)> Warn);
683 void scale(uint64_t N, uint64_t D, function_ref<void(instrprof_error)> Warn);
754 function_ref<void(instrprof_error)> Warn);
758 void scale(uint64_t N, uint64_t D, function_ref<void(instrprof_error)> Warn);
841 function_ref<void(instrprof_error)> Warn);
845 function_ref<void(instrprof_error)> Warn);
  /src/sys/external/bsd/acpica/dist/utilities/
utaddress.c 197 * Warn - TRUE if warning on overlap desired
215 BOOLEAN Warn)
255 if (Warn) /* Optional warning message */
utxface.c 511 * Warn - TRUE if warning on overlap desired
525 BOOLEAN Warn)
538 (UINT32) Length, Warn);
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProf.cpp 625 function_ref<void(instrprof_error)> Warn) {
638 Warn(instrprof_error::counter_overflow);
647 function_ref<void(instrprof_error)> Warn) {
652 Warn(instrprof_error::counter_overflow);
660 function_ref<void(instrprof_error)> Warn) {
664 Warn(instrprof_error::value_site_count_mismatch);
674 ThisSiteRecords[I].merge(OtherSiteRecords[I], Weight, Warn);
678 function_ref<void(instrprof_error)> Warn) {
682 Warn(instrprof_error::count_mismatch);
691 Warn(instrprof_error::counter_overflow)
    [all...]
InstrProfWriter.cpp 185 function_ref<void(Error)> Warn) {
188 addRecord(Name, Hash, std::move(I), Weight, Warn);
227 function_ref<void(Error)> Warn) {
237 Warn(make_error<InstrProfError>(E));
254 function_ref<void(Error)> Warn) {
257 addRecord(I.getKey(), Func.first, std::move(Func.second), 1, Warn);
  /src/external/apache2/llvm/dist/clang/lib/AST/
PrintfFormatString.cpp 54 const char *FlagBeg, const char *E, bool Warn) {
62 if (Warn) {
77 bool Warn,
107 if (Warn)
118 if (Warn)
146 if (Warn && (Size == 0 || Size > 8))
163 if (Warn)
212 if (Warn)
224 if (Warn)
233 if (Warn)
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
checkedint.d 57 $(TR $(TD $(LREF Warn)) $(TD
1363 Warn.onBadCast!Dst(src);
1383 Warn.onLowerBound(rhs, bound);
1389 Warn.onUpperBound(rhs, bound);
1415 Warn.hookOpEquals(lhs, rhs);
1447 Warn.hookOpCmp(lhs, rhs);
1469 Warn.onOverflow!x(lhs);
1475 Warn.onOverflow!x(lhs, rhs);
1502 printed by `Warn`.
1699 // Warn
    [all...]
  /src/usr.bin/make/unit-tests/
varmod-remember.mk 59 # TODO: Warn about the unusual variable name '$S'.
varname.mk 89 # Warn about expressions in the style of GNU make, as these would silently
  /src/crypto/external/bsd/openssl.old/dist/util/
find-doc-nits 37 -p Warn if non-public name documented (implies -n)
235 unlink $temp || warn "Can't remove $temp, $!";
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ELFDumper.cpp 825 auto Warn = [&](Error E) -> std::string {
834 return Warn(SymOrErr.takeError());
838 return Warn(StrTabOrErr.takeError());
842 return Warn(NameOrErr.takeError());
3111 auto Warn = [&](Error &&E) {
3120 Warn(ContentOrErr.takeError());
3126 Warn(std::move(E));
5550 auto Warn = [this](unsigned SecNdx, StringRef Msg) {
5565 Warn(I, toString(ContentsOrErr.takeError()));
5571 Warn(I, "the content is not null-terminated")
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
acpixf.h 543 BOOLEAN Warn))
acutils.h 1108 BOOLEAN Warn);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclObjC.cpp 297 // Warn about implementing unavailable methods, unless the unavailable
435 // Warn on deprecated methods under -Wdeprecated-implementations,
475 // Finally, in ActOnFinishFunctionBody() (SemaDecl), warn if flag is set.
597 // @interface SI : DeprI /* warn here */ @end
1327 // If this is a forward declaration and we are supposed to warn in this
1431 // which case we want to warn about typos such as
1464 // If this is a forward declaration and we are supposed to warn in this
1498 // which case we warn.
1953 // Warn on implementating category of deprecated class under
2079 // Warn on implementating deprecated class unde
    [all...]
SemaDecl.cpp 1700 // 'static inline' functions are defined in headers; don't warn.
1710 // linkage; don't warn. (Unlike functions, there isn't a convenient marker
1732 // Only warn for unused decls internal to the translation unit.
1763 // For a decomposition declaration, warn if none of the bindings are
1949 // Remove this name from our lexical scope, and warn on it if we haven't
2758 // Don't warn about applying selectany to implicitly inline variables.
3376 // common, so warn and ignore the calling convention on the redeclaration.
3462 // If this redeclaration makes it newly gnu_inline, we don't want to warn
3765 GNUCompatibleParamWarning Warn = { OldParm, NewParm,
3767 Warnings.push_back(Warn);
    [all...]
SemaDeclCXX.cpp 788 auto &&Warn = Diag(CPlusPlus20SpecifierLocs.front(),
792 Warn << (int)CPlusPlus20Specifiers.size()
796 Warn << SourceRange(Loc, Loc);
3770 // All uses of unbounded reference fields will warn.
5386 // More than 1 item to warn, create notes letting the user know which ones
6385 // a dll attribute, It's too late for us to add an attribute, so warn that
6693 // Warn if the class has virtual methods but non-virtual public destructor.
6710 // Warn if the class has a final destructor but is not itself marked final.
9749 // don't warn about the other overloaded methods. Clang deviates from
9757 // See FIXME in test/SemaCXX/warn-overload-virtual.cpp for an example
    [all...]
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangAttrEmitter.cpp 3533 bool Warn = SubjectObj->getValueAsDef("Diag")->getValueAsBit("Warn");
3584 OS << (Warn ? "warn_attribute_wrong_decl_type_str"
3618 OS << (Warn ? "warn_attribute_wrong_decl_type_str"
  /src/external/gpl3/autoconf/dist/
maint.mk 547 re='(\<ROOT_DEV_INO_(CHECK|WARN)\>|\<get_root_dev_ino *\()' \
667 # FIXME: warn about definitions of EXIT_FAILURE, EXIT_SUCCESS, STREQ
863 # I.e., warn if there are blank lines (2 or more newlines), or if the
867 # Warn about, but otherwise ignore open failure. Ignore seek/read failure.
875 open F, "<", $$f or (warn "failed to open $$f: $$!\n"), next; \
997 # Warn about "c0nst struct Foo const foo[]",

Completed in 73 milliseconds