HomeSort by: relevance | last modified time | path
    Searched defs:Note (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/crypto/external/bsd/openssl/dist/util/
mkerr.pl 56 Note: this option is cumulative. If not given at all, all
189 # Scan function and reason codes and store them: keep a note of the
  /src/crypto/external/bsd/openssl.old/dist/util/
mkerr.pl 53 Note: this option is cumulative. If not given at all, all
182 # Scan function and reason codes and store them: keep a note of the
  /src/crypto/external/apache2/openssl/dist/util/
mkerr.pl 56 Note: this option is cumulative. If not given at all, all
190 # Scan function and reason codes and store them: keep a note of the
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
SerializedDiagnostics.h 45 Note,
  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
State.cpp 62 OptionalDiagnostic State::Note(SourceLocation Loc, diag::kind DiagId) {
136 // Note that we're skipping calls.
143 // Use a different note for an inheriting constructor, because from the
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
MCAsmParserExtension.h 78 void Note(SMLoc L, const Twine &Msg) {
79 getParser().Note(L, Msg);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
WithColor.h 35 Note,
95 /// Convenience method for printing "note: " to stderr.
96 static raw_ostream &note();
106 /// Convenience method for printing "note: " to the given stream.
107 static raw_ostream &note(raw_ostream &OS, StringRef Prefix = "",
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
DiagnosticOptions.h 41 Note = 1 << 0,
45 All = Note | Remark | Warning | Error
DiagnosticIDs.h 81 // NOTE: 0 means "uncomputed".
168 Ignored, Note, Remark, Warning, Error, Fatal
208 /// Determine whether the given built-in diagnostic ID is a Note.
Diagnostic.h 196 Note = DiagnosticIDs::Note,
884 /// Note that the prior diagnostic was emitted by some other
885 /// \c DiagnosticsEngine, and we may be attaching a note to that diagnostic.
1063 /// Note that you almost certainly do not want to use this. It's usually
1256 /// Note that many of these will be created as temporary objects (many call
1269 // NOTE: This field is redundant with DiagObj (IsActive iff (DiagObj == 0)),
1723 /// Note that diagnostics may be emitted outside the processing of a source
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/Transformer/
RewriteRule.h 81 // * Note: (optional) a note specifically for this edit, potentially referencing
108 TextGenerator Note;
230 // Note: This function template accepts any type callable with a MatchResult
  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_diag.cc 104 const char *Note() const { return Black(); }
362 Buffer.append("%s note: %s", Decor.Note(), Decor.Default());
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 537 const char *Note =
544 DiagnosticInfoInlineAsm(LocCookie, Note, DiagnosticSeverity::DS_Note));
  /src/external/gpl3/gcc/dist/libsanitizer/ubsan/
ubsan_diag.cpp 109 const char *Note() const { return Black(); }
375 Buffer.AppendF("%s note: %s", Decor.Note(), Decor.Default());
  /src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_diag.cpp 111 const char *Note() const { return Black(); }
369 Buffer.append("%s note: %s", Decor.Note(), Decor.Default());
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
DiagnosticRenderer.cpp 150 emitDiagnosticMessage(FullSourceLoc(), PresumedLoc(), DiagnosticsEngine::Note,
177 if (!DiagOpts->ShowNoteIncludeStack && Level == DiagnosticsEngine::Note)
214 // Emit the inclusion text/note.
243 // Emit the inclusion text/note.
439 // spelling location here to avoid emitting a macro backtrace for the note.
455 emitDiagnostic(SpellingLoc, DiagnosticsEngine::Note, Message.str(),
601 // Generate a note indicating the include location.
612 // Generate a note indicating the include location.
626 // Generate a note indicating the include location.
  /src/external/apache2/llvm/dist/llvm/include/llvm/FileCheck/
FileCheck.h 138 /// for an expected or excluded pattern. The error is specified by \c Note,
152 /// \c Note set.
164 /// A note to replace the one normally indicated by MatchTy, or the empty
166 std::string Note;
169 StringRef Note = "");
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 604 if (SectionName.startswith(".note"))
627 else if (TypeName == "note")
735 // NOTE the comma is optional in all cases. It is only documented as being
843 MCSection *Note = getContext().getELFSection(".note", ELF::SHT_NOTE, 0);
846 getStreamer().SwitchSection(Note);
AsmParser.cpp 238 void Note(SMLoc L, const Twine &Msg, SMRange Range = None) override;
819 void AsmParser::Note(SMLoc L, const Twine &Msg, SMRange Range) {
1101 /// NOTE: This assumes the leading '(' has already been consumed.
1116 /// NOTE: This assumes the leading '[' has already been consumed.
1902 // FIXME: Diagnostics. Note the location of the definition as a label.
3009 // Recognize escaped characters. Note that this escape semantics currently
4995 // NOTE: a size of zero for a .comm should create a undefined symbol
5001 // NOTE: The alignment in the directive is a power of 2 value, the assembler
5650 // Note that the AtPseudoVariable is disabled for instantiations of .rep(t).
5680 // Note that the AtPseudoVariable is enabled for instantiations of .irp
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/FileCheck/
FileCheck.cpp 190 /// A note to follow the marker, or empty string if none.
191 std::string Note;
196 const std::string &Note = "", bool FiltersAsError = false)
197 : Lead(Lead), Color(Color), Note(Note), FiltersAsError(FiltersAsError) {
198 assert((!FiltersAsError || !Note.empty()) &&
199 "expected error diagnostic to have note");
217 // Note should always be overridden within the FileCheckDiag.
422 if (!DiagItr->Note.empty()) {
423 A.Marker.Note = DiagItr->Note
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
PathDiagnostic.h 406 enum Kind { ControlFlow, Event, Macro, Call, Note, PopUp };
531 P->getKind() == Note || P->getKind() == PopUp;
732 : PathDiagnosticSpotPiece(Pos, S, Note, AddPosRange) {}
736 return P->getKind() == Note;
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.ml 333 | Note
  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
ELFYAML.h 187 Note,
379 NoteSection() : Section(ChunkKind::Note) {}
385 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Note; }
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
HWAddressSanitizer.cpp 59 const char kHwasanNoteName[] = "hwasan.note";
393 // Create a note that contains pointers to the list of global
394 // descriptors. Adding a note to the output file will cause the linker to
395 // create a PT_NOTE program header pointing to the note that we can use to
398 // accessing the descriptor list via the note. The dynamic loader needs to
401 // The reason why we use a note for this instead of a more conventional
415 // We only need one note per binary, so put everything for the note in a
417 // newer versions of lld from discarding the note.
419 // Create the note even if we aren't instrumenting globals. This ensures tha
    [all...]
  /src/external/apache2/llvm/dist/clang/bindings/python/clang/
cindex.py 375 Note = 1
1320 # An attribute whoe specific kind is note exposed via this interface
2798 Please note that a TranslationUnit with parser errors may be returned.
2801 Also note that Clang infers the source language from the extension of
2891 this sequence is always the input file. Note that this method will not
3131 file in the stack. Note that the input file has depth 0.

Completed in 148 milliseconds

1 2