Searched defs:Note (Results 1 - 18 of 18) sorted by relevance

/external/libvorbis/doc/
H A DVorbis_I_spec.tex63 % Simple 'Note' environment. Can be customized later on.
64 \newenvironment{note}{\subparagraph*{Note:}}{} subparagraph
/external/google-breakpad/src/common/linux/
H A Delf_core_dump.h64 class Note { class in class:google_breakpad::ElfCoreDump
66 Note();
69 explicit Note(const MemoryRange& content);
92 Note GetNextNote() const;
99 // Note content.
139 Note GetFirstNote() const;
H A Delf_core_dump.cc40 // Implementation of ElfCoreDump::Note.
42 ElfCoreDump::Note::Note() {} function in class:google_breakpad::ElfCoreDump::Note
44 ElfCoreDump::Note::Note(const MemoryRange& content) : content_(content) {} function in class:google_breakpad::ElfCoreDump::Note
46 bool ElfCoreDump::Note::IsValid() const {
50 const ElfCoreDump::Nhdr* ElfCoreDump::Note::GetHeader() const {
54 ElfCoreDump::Word ElfCoreDump::Note::GetType() const {
60 MemoryRange ElfCoreDump::Note::GetName() const {
68 MemoryRange ElfCoreDump::Note
[all...]
/external/clang/include/clang/Frontend/
H A DSerializedDiagnostics.h46 Note, enumerator in enum:clang::serialized_diags::Level
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex168 \paragraph{Note about IPv6 options and destination address.}
/external/clang/include/clang/Basic/
H A DDiagnosticIDs.h120 Ignored, Note, Remark, Warning, Error, Fatal enumerator in enum:clang::diag::DiagnosticIDs::Level
160 /// \brief Determine whether the given built-in diagnostic ID is a Note.
H A DDiagnostic.h142 Note = DiagnosticIDs::Note, enumerator in enum:clang::DiagnosticsEngine::Level
622 /// \brief Note that the prior diagnostic was emitted by some other
860 /// Note that many of these will be created as temporary objects (many call
1318 /// Note that diagnostics may be emitted outside the processing of a source
/external/compiler-rt/lib/ubsan/
H A Dubsan_diag.cc73 const char *Note() const { return Black(); } function in class:__anon2915::Decorator
318 Printf("%s note: %s", Decor.Note(), Decor.EndNote());
/external/elfutils/src/libelf/
H A Dabstract.h161 /* Note entry header. */
162 #define Note(Bits, Ext) \ macro
170 Note (32, Ext)
172 Note (64, Ext)
/external/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp195 SourceLocation(), PresumedLoc(), DiagnosticsEngine::Note, Message, member in class:DiagnosticsEngine
222 if (!DiagOpts->ShowNoteIncludeStack && Level == DiagnosticsEngine::Note)
471 emitDiagnostic(SpellingLoc, DiagnosticsEngine::Note, Message.str(),
/external/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp682 const MCSection *Note = getContext().getELFSection(".note", ELF::SHT_NOTE, 0); local
685 getStreamer().SwitchSection(Note);
H A DAsmParser.cpp205 void Note(SMLoc L, const Twine &Msg,
535 void AsmParser::Note(SMLoc L, const Twine &Msg, ArrayRef<SMRange> Ranges) { function in class:AsmParser
1288 // FIXME: Diagnostics. Note the location of the definition as a label.
2182 // Note: we don't count b as used in "a = b". This is to allow
2198 // FIXME: Diagnostics. Note the location of the definition as a label.
2301 // Recognize escaped characters. Note that this escape semantics currently
/external/clang/bindings/python/clang/
H A Dcindex.py303 Note = 1 variable in class:Diagnostic
2375 this sequence is always the input file. Note that this method will not
2622 file in the stack. Note that the input file has depth 0.
/external/clang/lib/AST/
H A DExprConstant.cpp310 // Note that we intentionally use std::map here so that references to
650 OptionalDiagnostic Note(SourceLocation Loc, diag::kind DiagId) { function in struct:__anon829::EvalInfo
682 /// Note that we have had a side-effect, and determine whether we should
862 // Note that we're skipping calls.
1237 Info.Note(VD->getLocation(), diag::note_declared_at);
1239 Info.Note(Base.get<const Expr*>()->getExprLoc(),
1253 // Check that the object is a global. Note that the fake 'this' object we
1998 Info.Note(VD->getLocation(), diag::note_declared_at);
2004 Info.Note(VD->getLocation(), diag::note_declared_at);
2098 /// is trivial. Note tha
[all...]
/external/clang/lib/Sema/
H A DSemaChecking.cpp1622 // Note, AtomicExpr::getVal1() has a special case for this atomic.
1635 // Note, AtomicExpr::getVal2() has a special case for this atomic.
2072 /// Note: It might also make sense to do the UTF-16 conversion here (would
3115 // Note that this may return NULL if there was an error parsing or building
3254 const Sema::SemaDiagnosticBuilder &Note = local
3258 Note << StringRange;
3259 Note << FixIt;
3797 // Note, however, that we do /not/ want to treat multibyte constants like
6328 // Go ahead and analyze implicit conversions in the operands. Note
7414 /// \brief Note tha
[all...]
H A DSemaExpr.cpp622 // lvalue-to-rvalue at all. Note that expressions of unqualified
2806 // Check whether this declaration can be used. Note that we suppress
3814 /// Note that the ArgRange is invalid if isType is false.
4070 // type. Note that Functions are not objects, and that (in C99 parlance)
6072 /// Note that LHS is not null here, even if this is the gnu "x ?: y" extension.
6169 // GCC compatibility: soften pointer/integer mismatch. Note that
6335 const PartialDiagnostic &Note,
6340 Self.Diag(Loc, Note)
6345 Self.Diag(Loc, Note) << ParenRange;
6452 /// ActOnConditionalOp - Parse a ?: operation. Note tha
6334 SuggestParentheses(Sema &Self, SourceLocation Loc, const PartialDiagnostic &Note, SourceRange ParenRange) argument
[all...]
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp92 Parser.Note(*FI, ".fnstart was specified here");
97 Parser.Note(*UI, ".cantunwind was specified here");
102 Parser.Note(*HI, ".handlerdata was specified here");
111 Parser.Note(*PI++, ".personality was specified here");
113 Parser.Note(*PII++, ".personalityindex was specified here");
180 void Note(SMLoc L, const Twine &Msg, ArrayRef<SMRange> Ranges = None) { function in class:__anon10683::ARMAsmParser
181 return getParser().Note(L, Msg, Ranges);
4013 // Note: in the documentation:
4019 // FIXME: Note the 0xc00 "mask encoding" bits version of the registers
4020 // should really only be allowed when writing a special register. Note
[all...]
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 961 milliseconds