Searched defs:Warning (Results 1 - 25 of 52) sorted by relevance

123

/external/clang/test/CoverageMapping/
H A Dtrycatch.cpp9 class Warning { class
33 catch(const Warning &w) { // CHECK-NEXT: File 0, [[@LINE]]:27 -> [[@LINE+2]]:4 = #4
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_report_decorator.h30 const char *Warning() { return Red(); } function in class:__sanitizer::SanitizerCommonDecorator
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DWarning.java45 public class Warning extends SIPHeader implements WarningHeader { class in inherits:SIPHeader,WarningHeader
57 * the Warning header, for use in debugging
68 public Warning() { method in class:Warning
121 "Code parameter in the Warning header is invalid: code="
132 throw new NullPointerException("the host parameter in the Warning header is null");
146 "The text parameter in the Warning header is null",
153 * $Log: Warning.java,v $
/external/parameter-framework/upstream/parameter/log/include/log/
H A DLogWrapper.h132 typedef details::LogWrapper<true> Warning; typedef in namespace:core::log::details
/external/clang/include/clang/Frontend/
H A DSerializedDiagnostics.h47 Warning, enumerator in enum:clang::serialized_diags::Level
/external/google-breakpad/src/common/
H A Dstabs_to_module.cc148 void StabsToModule::Warning(const char *format, ...) { function in class:google_breakpad::StabsToModule
H A Dstabs_reader_unittest.cc226 void Warning(const char *format, ...) { MockWarning(format); } function in class:__anon7453::MockStabsReaderHandler
/external/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h68 bool Warning(SMLoc L, const Twine &Msg) { function in class:llvm::MCAsmParserExtension
69 return getParser().Warning(L, Msg);
/external/llvm/lib/AsmParser/
H A DLLLexer.h66 void Warning(LocTy WarningLoc, const Twine &Msg) const;
67 void Warning(const Twine &Msg) const { return Warning(getLoc(), Msg); } function in class:llvm::LLLexer
H A DLLLexer.cpp37 void LLLexer::Warning(LocTy WarningLoc, const Twine &Msg) const { function in class:LLLexer
/external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h59 bool Warning(SMLoc L, const Twine &Msg) { function in class:llvm::MCAsmParserExtension
60 return getParser().Warning(L, Msg);
/external/clang/include/clang/Basic/
H A DDiagnosticOptions.h34 Warning = 1 << 2, member in class:clang::DiagnosticLevelMask
36 All = Note | Remark | Warning | Error
H A DDiagnosticIDs.h59 /// to either Ignore (nothing), Remark (emit a remark), Warning
66 Warning = 3, ///< Present this diagnostic as a warning. member in class:clang::diag::Severity
120 Ignored, Note, Remark, Warning, Error, Fatal enumerator in enum:clang::diag::DiagnosticIDs::Level
150 /// diagnostic ID is a Warning or Extension.
/external/python/cpython2/Modules/_sqlite/
H A Dconnection.h108 PyObject* Warning; member in struct:__anon19400
/external/python/cpython3/Modules/_sqlite/
H A Dconnection.h97 PyObject* Warning; member in struct:__anon20022
/external/ImageMagick/Magick++/lib/Magick++/
H A DException.h7 // Magick::Warning* and Magick::Error*. Derived from C++ STD
236 class MagickPPExport Warning: public Exception class in namespace:Magick
239 explicit Warning(const std::string& what_);
240 explicit Warning(const std::string& what_,Exception *nested_);
241 ~Warning() throw();
244 class MagickPPExport WarningBlob: public Warning
252 class MagickPPExport WarningCache: public Warning
260 class MagickPPExport WarningCoder: public Warning
268 class MagickPPExport WarningConfigure: public Warning
276 class MagickPPExport WarningCorruptImage: public Warning
[all...]
/external/compiler-rt/lib/msan/
H A Dmsan_report.cc33 const char *Warning() { return Red(); } function in class:__msan::Decorator
105 Printf("%s", d.Warning());
145 Printf("%s", d.Warning());
204 Printf("%s", d.Warning());
265 Printf("%s", d.Warning());
267 d.Warning(), d.Name(), what, d.Warning(), offset, start, size,
/external/swiftshader/third_party/LLVM/tools/macho-dump/
H A Dmacho-dump.cpp46 static void Warning(const Twine &Msg) { function
362 Warning("unknown load command: " + Twine(LCI.Command.Type));
/external/ImageMagick/Magick++/lib/
H A DException.cpp376 Magick::Warning::Warning(const std::string& what_) function in class:Magick::Warning
381 Magick::Warning::Warning(const std::string& what_,Exception *nested_) function in class:Magick::Warning
386 Magick::Warning::~Warning() throw()
391 : Warning(what_)
396 : Warning(what_,nested_)
405 : Warning(what_)
410 : Warning(what
[all...]
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.cc41 const char *Warning() { return Red(); } function in class:__tsan::Decorator
293 Printf("%s", d.Warning());
/external/llvm/tools/dsymutil/
H A DMachODebugMapParser.cpp99 static void Warning(const Twine &Msg) { errs() << "warning: " + Msg + "\n"; } function in namespace:__anon14846
123 Warning(Twine("cannot open debug object \"") + Path.str() + "\": " +
131 return Warning(Twine("cannot open debug object \"") + Path.str() + "\": " +
390 return Warning("could not find object file symbol for symbol " +
394 return Warning(Twine("failed to insert symbol '") + Name +
/external/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp115 bool Warning) {
116 std::string Str = (Warning ? "warning" : "error");
114 getErrorString(const Twine &Message, StringRef Whence, bool Warning) argument
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.h28 unsigned Error, Warning, ShuffleError; member in struct:llvm::__anon14365
56 s.Warning = CHECK_SUCCESS;
67 { s.Warning = w; s.Register = r; };
206 unsigned getWarning() { getErrInfo(); return CrntErrInfo.s.Warning; };
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/AsmParser/
H A DMBlazeAsmParser.cpp36 void Warning(SMLoc L, const Twine &Msg) { Parser.Warning(L, Msg); } function in class:__anon22863::MBlazeAsmParser
/external/llvm/include/llvm/IR/
H A DModule.h125 Warning = 2, enumerator in enum:llvm::Module::ModFlagBehavior

Completed in 952 milliseconds

123