Searched defs:Note (Results 1 - 17 of 17) 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/clang/include/clang/Frontend/
H A DSerializedDiagnosticPrinter.h55 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.h111 Ignored, Note, Remark, Warning, Error, Fatal enumerator in enum:clang::diag::DiagnosticIDs::Level
151 /// \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
621 /// \brief Note that the prior diagnostic was emitted by some other
859 /// Note that many of these will be created as temporary objects (many call
1310 /// Note that diagnostics may be emitted outside the processing of a source
/external/compiler-rt/lib/ubsan/
H A Dubsan_diag.cc47 const char *Note() const { return Black(); } function in class:__anon19641::Decorator
291 Printf("%s note: %s", Decor.Note(), Decor.EndNote());
/external/elfutils/0.153/libelf/
H A Dabstract.h182 /* Note entry header. */
183 #define Note(Bits, Ext) \ macro
191 Note (32, Ext)
193 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.cpp700 const MCSection *Note = local
705 getStreamer().SwitchSection(Note);
H A DAsmParser.cpp213 void Note(SMLoc L, const Twine &Msg,
547 void AsmParser::Note(SMLoc L, const Twine &Msg, ArrayRef<SMRange> Ranges) { function in class:AsmParser
1297 // FIXME: Diagnostics. Note the location of the definition as a label.
2179 // Note: we don't count b as used in "a = b". This is to allow
2195 // FIXME: Diagnostics. Note the location of the definition as a label.
2296 // Recognize escaped characters. Note that this escape semantics currently
/external/clang/bindings/python/clang/
H A Dcindex.py303 Note = 1 variable in class:Diagnostic
2307 this sequence is always the input file. Note that this method will not
2554 file in the stack. Note that the input file has depth 0.
/external/clang/lib/AST/
H A DExprConstant.cpp309 // Note that we intentionally use std::map here so that references to
649 OptionalDiagnostic Note(SourceLocation Loc, diag::kind DiagId) { function in struct:__anon17734::EvalInfo
681 /// Note that we have had a side-effect, and determine whether we should
861 // Note that we're skipping calls.
1236 Info.Note(VD->getLocation(), diag::note_declared_at);
1238 Info.Note(Base.get<const Expr*>()->getExprLoc(),
1252 // Check that the object is a global. Note that the fake 'this' object we
1981 Info.Note(VD->getLocation(), diag::note_declared_at);
1987 Info.Note(VD->getLocation(), diag::note_declared_at);
2151 // Note, i
[all...]
/external/clang/lib/Sema/
H A DSemaChecking.cpp1195 // Note, AtomicExpr::getVal1() has a special case for this atomic.
1208 // Note, AtomicExpr::getVal2() has a special case for this atomic.
1617 /// Note: It might also make sense to do the UTF-16 conversion here (would
2538 // Note that this may return NULL if there was an error parsing or building
2680 const Sema::SemaDiagnosticBuilder &Note = local
2684 Note << StringRange;
2687 Note << *I;
3131 // Note, however, that we do /not/ want to treat multibyte constants like
5619 // Go ahead and analyze implicit conversions in the operands. Note
6597 /// \brief Note tha
[all...]
H A DSemaExpr.cpp574 // lvalue-to-rvalue at all. Note that expressions of unqualified
2725 // Check whether this declaration can be used. Note that we suppress
3668 /// Note that the ArgRange is invalid if isType is false.
3924 // type. Note that Functions are not objects, and that (in C99 parlance)
5688 /// Note that LHS is not null here, even if this is the gnu "x ?: y" extension.
5784 // GCC compatibility: soften pointer/integer mismatch. Note that
5950 const PartialDiagnostic &Note,
5955 Self.Diag(Loc, Note)
5960 Self.Diag(Loc, Note) << ParenRange;
6065 /// ActOnConditionalOp - Parse a ?: operation. Note tha
5949 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:__anon25986::ARMAsmParser
181 return Parser.Note(L, Msg, Ranges);
3885 // Note: in the documentation:
3891 // FIXME: Note the 0xc00 "mask encoding" bits version of the registers
3892 // 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/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 626 milliseconds