/minix3/external/bsd/llvm/dist/clang/test/CoverageMapping/ |
H A D | trycatch.cpp | 9 class Warning { class
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | AnalysisBasedWarnings.cpp | 1492 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 1668 PartialDiagnosticAt Warning(Loc, in handleNegativeNotHeld() local 1677 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_fun_excludes_mutex) in handleFunExcludesLock() local [all …]
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/ |
H A D | SerializedDiagnostics.h | 47 Warning, enumerator
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/MCParser/ |
H A D | MCAsmParserExtension.h | 68 bool Warning(SMLoc L, const Twine &Msg) { in Warning() function
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/ |
H A D | DiagnosticIDs.h | 66 Warning = 3, ///< Present this diagnostic as a warning. enumerator 120 Ignored, Note, Remark, Warning, Error, Fatal enumerator
|
H A D | Diagnostic.h | 144 Warning = DiagnosticIDs::Warning, enumerator
|
/minix3/external/bsd/llvm/dist/llvm/lib/AsmParser/ |
H A D | LLLexer.h | 68 void Warning(const Twine &Msg) const { return Warning(getLoc(), Msg); } in Warning() function
|
H A D | LLLexer.cpp | 37 void LLLexer::Warning(LocTy WarningLoc, const Twine &Msg) const { in Warning() function in LLLexer
|
/minix3/external/bsd/llvm/dist/llvm/tools/dsymutil/ |
H A D | MachODebugMapParser.cpp | 69 static void Warning(const Twine &Msg) { errs() << "warning: " + Msg + "\n"; } in Warning() function
|
/minix3/external/bsd/llvm/dist/llvm/tools/macho-dump/ |
H A D | macho-dump.cpp | 47 static void Warning(const Twine &Msg) { in Warning() function
|
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
H A D | FrontendActions.cpp | 495 for (const std::string &Warning : DiagOpts->Warnings) in ReadDiagnosticOptions() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/AsmParser/ |
H A D | PPCAsmParser.cpp | 221 void Warning(SMLoc L, const Twine &Msg) { getParser().Warning(L, Msg); } in Warning() function in __anon5c4977960111::PPCAsmParser
|
/minix3/external/bsd/llvm/dist/clang/bindings/python/clang/ |
H A D | cindex.py | 304 Warning = 2 variable in Diagnostic
|
/minix3/external/bsd/llvm/dist/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 540 bool AsmParser::Warning(SMLoc L, const Twine &Msg, ArrayRef<SMRange> Ranges) { in Warning() function in AsmParser
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 69 void Warning(SMLoc L, const Twine &Msg) { getParser().Warning(L, Msg); } in Warning() function in __anonb2cdb8450111::AArch64AsmParser
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 183 bool Warning(SMLoc L, const Twine &Msg, in Warning() function in __anon7699f6b30111::ARMAsmParser
|