Home
last modified time | relevance | path

Searched defs:Warning (Results 1 – 25 of 28) sorted by relevance

12

/external/dexmaker/src/dx/java/com/android/dx/util/
DWarning.java22 public class Warning extends RuntimeException { class
28 public Warning(String message) { in Warning() method in Warning
/external/nist-sip/java/gov/nist/javax/sip/header/
DWarning.java45 public class Warning extends SIPHeader implements WarningHeader { class
68 public Warning() { in Warning() method in Warning
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1492 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) << Kind << LockName); in warnLockMismatch() local
1517 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_cannot_resolve_lock) in handleInvalidLockExp() local
1532 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_unlock_kind_mismatch) in handleIncorrectUnlockKind() local
1564 PartialDiagnosticAt Warning(LocEndOfScope, S.PDiag(DiagID) << Kind in handleMutexHeldEndOfScope() local
1578 PartialDiagnosticAt Warning(Loc1, in handleExclusiveAndShared() local
1594 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) in handleNoMutexHeld() local
1622 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) << Kind in handleMutexNotHeld() local
1652 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) << Kind in handleMutexNotHeld() local
1667 PartialDiagnosticAt Warning(Loc, in handleNegativeNotHeld() local
1676 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_fun_excludes_mutex) in handleFunExcludesLock() local
[all …]
/external/clang/test/CoverageMapping/
Dtrycatch.cpp9 class Warning { class
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_report_decorator.h30 const char *Warning() { return Red(); } in Warning() function
/external/clang/include/clang/Basic/
DDiagnosticIDs.h66 Warning = 3, ///< Present this diagnostic as a warning. enumerator
120 Ignored, Note, Remark, Warning, Error, Fatal enumerator
DDiagnostic.h144 Warning = DiagnosticIDs::Warning, enumerator
/external/clang/include/clang/Frontend/
DSerializedDiagnostics.h47 Warning, enumerator
/external/llvm/include/llvm/MC/MCParser/
DMCAsmParserExtension.h68 bool Warning(SMLoc L, const Twine &Msg) { in Warning() function
/external/llvm/lib/AsmParser/
DLLLexer.h67 void Warning(const Twine &Msg) const { return Warning(getLoc(), Msg); } in Warning() function
DLLLexer.cpp37 void LLLexer::Warning(LocTy WarningLoc, const Twine &Msg) const { in Warning() function in LLLexer
/external/google-breakpad/src/common/
Dstabs_to_module.cc148 void StabsToModule::Warning(const char *format, ...) { in Warning() function in google_breakpad::StabsToModule
Dstabs_reader_unittest.cc226 void Warning(const char *format, ...) { MockWarning(format); } in Warning() function in __anon5750a0150111::MockStabsReaderHandler
/external/llvm/tools/dsymutil/
DMachODebugMapParser.cpp73 static void Warning(const Twine &Msg) { errs() << "warning: " + Msg + "\n"; } in Warning() function
DDwarfLinker.cpp44 void warn(const Twine &Warning, const Twine &Context) { in warn()
1279 void DwarfLinker::reportWarning(const Twine &Warning, const DWARFUnit *Unit, in reportWarning()
/external/compiler-rt/lib/msan/
Dmsan_report.cc33 const char *Warning() { return Red(); } in Warning() function in __msan::Decorator
/external/compiler-rt/lib/tsan/rtl/
Dtsan_report.cc41 const char *Warning() { return Red(); } in Warning() function in __tsan::Decorator
/external/llvm/tools/macho-dump/
Dmacho-dump.cpp47 static void Warning(const Twine &Msg) { in Warning() function
/external/lldb/source/Core/
DLog.cpp301 Log::Warning (const char *format, ...) in Warning() function in Log
/external/clang/lib/Frontend/
DFrontendActions.cpp494 for (const std::string &Warning : DiagOpts->Warnings) in ReadDiagnosticOptions() local
/external/vboot_reference/cgpt/
Dcgpt_common.c47 void Warning(const char *format, ...) { in Warning() function
/external/llvm/lib/Target/PowerPC/AsmParser/
DPPCAsmParser.cpp231 void Warning(SMLoc L, const Twine &Msg) { getParser().Warning(L, Msg); } in Warning() function in __anondfcf7ec50111::PPCAsmParser
/external/sonivox/jet_tools/JetCreator/
Dmidifile.py1389 def Warning (self, msg): member in MIDIFile
/external/google-breakpad/src/testing/test/
Dgmock-spec-builders_test.cc2051 TEST_F(GMockVerboseFlagTest, Warning) { in TEST_F() argument
/external/clang/bindings/python/clang/
Dcindex.py304 Warning = 2 variable in Diagnostic

12