Home
last modified time | relevance | path

Searched defs:Note (Results 1 – 20 of 20) 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/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUTargetStreamer.cpp259 MCSectionELF *Note = OS.getContext().getELFSection(".note", ELF::SHT_NOTE, 0); in EmitDirectiveHSACodeObjectVersion() local
282 MCSectionELF *Note = OS.getContext().getELFSection(".note", ELF::SHT_NOTE, 0); in EmitDirectiveHSACodeObjectISA() local
/external/ImageMagick/coders/
Dfax.c270 *Note= in RegisterFAXImage() local
/external/llvm/include/llvm/MC/MCParser/
DMCAsmParserExtension.h74 void Note(SMLoc L, const Twine &Msg) { in Note() function
/external/clang/include/clang/Basic/
DDiagnosticOptions.h32 Note = 1 << 0, enumerator
DDiagnosticIDs.h120 Ignored, Note, Remark, Warning, Error, Fatal enumerator
DDiagnostic.h143 Note = DiagnosticIDs::Note, enumerator
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1541 for (const auto &Note : Diag.second) in emitDiagnostics() local
1597 PartialDiagnosticAt Note(LocLocked, S.PDiag(diag::note_locked_here) in handleMutexHeldEndOfScope() local
1611 PartialDiagnosticAt Note(Loc2, S.PDiag(diag::note_lock_exclusive_and_shared) in handleExclusiveAndShared() local
1655 PartialDiagnosticAt Note(Loc, S.PDiag(diag::note_found_mutex_near_match) in handleMutexNotHeld() local
1686 PartialDiagnosticAt Note(D->getLocation(), in handleMutexNotHeld() local
1755 for (const auto &Note : Diag.second) in emitDiagnostics() local
DSemaExpr.cpp6890 const PartialDiagnostic &Note, in SuggestParentheses()
12743 for (const PartialDiagnosticAt &Note : Notes) in VerifyIntegerConstantExpression() local
12751 for (const PartialDiagnosticAt &Note : Notes) in VerifyIntegerConstantExpression() local
DSemaChecking.cpp4568 const Sema::SemaDiagnosticBuilder &Note = in EmitFormatDiagnostic() local
/external/elfutils/libelf/
Dabstract.h162 #define Note(Bits, Ext) \ macro
/external/compiler-rt/lib/ubsan/
Dubsan_diag.cc100 const char *Note() const { return Black(); } in Note() function in __anon40d2ea1c0111::Decorator
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp680 MCSection *Note = getContext().getELFSection(".note", ELF::SHT_NOTE, 0); in ParseDirectiveVersion() local
DAsmParser.cpp607 void AsmParser::Note(SMLoc L, const Twine &Msg, ArrayRef<SMRange> Ranges) { in Note() function in AsmParser
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml291 | Note Constructor
Dllvm.mli362 | Note Constructor
/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 __anon58d02de10111::ARMAsmParser
/external/clang/lib/AST/
DExprConstant.cpp693 OptionalDiagnostic Note(SourceLocation Loc, diag::kind DiagId) { in Note() function