Home
last modified time | relevance | path

Searched defs:Note (Results 1 – 14 of 14) sorted by relevance

/external/google-breakpad/src/common/linux/
Delf_core_dump.cc42 ElfCoreDump::Note::Note() {} in Note() function in google_breakpad::ElfCoreDump::Note
44 ElfCoreDump::Note::Note(const MemoryRange& content) : content_(content) {} in Note() function in google_breakpad::ElfCoreDump::Note
/external/clang/include/clang/Frontend/
DSerializedDiagnostics.h46 Note, enumerator
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1511 for (const auto &Note : Diag.second) in emitDiagnostics() local
1567 PartialDiagnosticAt Note(LocLocked, S.PDiag(diag::note_locked_here) in handleMutexHeldEndOfScope() local
1581 PartialDiagnosticAt Note(Loc2, S.PDiag(diag::note_lock_exclusive_and_shared) in handleExclusiveAndShared() local
1625 PartialDiagnosticAt Note(Loc, S.PDiag(diag::note_found_mutex_near_match) in handleMutexNotHeld() local
1656 PartialDiagnosticAt Note(D->getLocation(), in handleMutexNotHeld() local
1726 for (const auto &Note : Diag.second) in emitDiagnostics() local
DSemaChecking.cpp3254 const Sema::SemaDiagnosticBuilder &Note = in EmitFormatDiagnostic() local
DSemaExpr.cpp6335 const PartialDiagnostic &Note, in SuggestParentheses()
/external/clang/include/clang/Basic/
DDiagnosticIDs.h120 Ignored, Note, Remark, Warning, Error, Fatal enumerator
DDiagnostic.h142 Note = DiagnosticIDs::Note, enumerator
/external/compiler-rt/lib/ubsan/
Dubsan_diag.cc73 const char *Note() const { return Black(); } in Note() function in __anon3917d13d0111::Decorator
/external/elfutils/src/libelf/
Dabstract.h162 #define Note(Bits, Ext) \ macro
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp682 const MCSection *Note = getContext().getELFSection(".note", ELF::SHT_NOTE, 0); in ParseDirectiveVersion() local
DAsmParser.cpp535 void AsmParser::Note(SMLoc L, const Twine &Msg, ArrayRef<SMRange> Ranges) { in Note() function in AsmParser
/external/clang/bindings/python/clang/
Dcindex.py303 Note = 1 variable in Diagnostic
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp180 void Note(SMLoc L, const Twine &Msg, ArrayRef<SMRange> Ranges = None) { in Note() function in __anon0735be620111::ARMAsmParser
/external/clang/lib/AST/
DExprConstant.cpp650 OptionalDiagnostic Note(SourceLocation Loc, diag::kind DiagId) { in Note() function