/netbsd-src/crypto/external/bsd/openssl.old/dist/ |
H A D | NOTES.PERL | 112 Note: on VMS, you must quote any argument that contains uppercase label
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
H A D | SerializedDiagnostics.h | 45 Note, enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | WithColor.h | 35 Note, enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/ |
H A D | MCAsmParserExtension.h | 78 void Note(SMLoc L, const Twine &Msg) { in Note() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
H A D | State.cpp | 62 OptionalDiagnostic State::Note(SourceLocation Loc, diag::kind DiagId) { in Note() function in State
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/FileCheck/ |
H A D | FileCheck.cpp | 191 std::string Note; member 709 const std::string &Note = AnnotationItr->Marker.Note; in DumpAnnotatedInput() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | DiagnosticOptions.h | 41 Note = 1 << 0, enumerator
|
H A D | DiagnosticIDs.h | 168 Ignored, Note, Remark, Warning, Error, Fatal enumerator
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Transformer/ |
H A D | RewriteRule.h | 108 TextGenerator Note; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/FileCheck/ |
H A D | FileCheck.h | 166 std::string Note; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
H A D | ELFTypes.h | 75 using Note = Elf_Note_Impl<ELFType<E, Is64>>; member
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | AnalysisBasedWarnings.cpp | 1850 for (const auto &Note : Diag.second) in emitDiagnostics() local 1928 PartialDiagnosticAt Note(Loc2, S.PDiag(diag::note_lock_exclusive_and_shared) in handleExclusiveAndShared() local 1972 PartialDiagnosticAt Note(Loc, S.PDiag(diag::note_found_mutex_near_match) in handleMutexNotHeld() local 2003 PartialDiagnosticAt Note(D->getLocation(), in handleMutexNotHeld() local 2078 for (const auto &Note : Diag.second) in emitDiagnostics() local
|
H A D | SemaObjCProperty.cpp | 961 for (const auto &Note : Mismatches) in SelectPropertyForSynthesisFromProtocols() local 987 for (const auto &Note : Mismatches) { in SelectPropertyForSynthesisFromProtocols() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/ |
H A D | PathDiagnostic.h | 406 enum Kind { ControlFlow, Event, Macro, Call, Note, PopUp }; enumerator 732 : PathDiagnosticSpotPiece(Pos, S, Note, AddPosRange) {} in PathDiagnosticSpotPiece() argument
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/ |
H A D | ubsan_diag.cc | 102 const char *Note() const { return Black(); } in Note() function in __anon7542ce030111::Decorator
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinterInlineAsm.cpp | 537 const char *Note = in emitInlineAsm() local
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/ |
H A D | ubsan_diag.cc | 104 const char *Note() const { return Black(); } in Note() function in __anon0b48d6e10111::Decorator
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/ |
H A D | ubsan_diag.cpp | 111 const char *Note() const { return Black(); } in Note() function in __anon71ed2b330111::Decorator
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 5222 static void printCoreNote(raw_ostream &OS, const CoreNote &Note) { in printCoreNote() 5355 StringRef getNoteTypeName(const typename ELFT::Note &Note, unsigned ELFType) { in getNoteTypeName() 5394 llvm::function_ref<Error(const typename ELFT::Note &, bool)> ProcessNoteFn, in printNotesHelper() 5408 for (const typename ELFT::Note Note : Obj.notes(S, Err)) { in printNotesHelper() local 5439 for (const typename ELFT::Note Note : Obj.notes(P, Err)) { in printNotesHelper() local 5478 auto ProcessNote = [&](const Elf_Note &Note, bool IsCore) -> Error { in printNotes() 6777 static void printCoreNoteLLVMStyle(const CoreNote &Note, ScopedPrinter &W) { in printCoreNoteLLVMStyle() 6803 auto ProcessNote = [&](const Elf_Note &Note, bool IsCore) -> Error { in printNotes()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/ |
H A D | ELFAsmParser.cpp | 843 MCSection *Note = getContext().getELFSection(".note", ELF::SHT_NOTE, 0); in ParseDirectiveVersion() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | FuchsiaHandleChecker.cpp | 495 for (auto &Note : Notes) { in checkPostCall() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
H A D | llvm.ml | 333 | Note Constructor
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | HWAddressSanitizer.cpp | 444 auto *Note = in createHwasanCtorComdat() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/ |
H A D | elf2yaml.cpp | 1192 Elf_Note Note(*Header); in dumpNoteSection() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseExpr.cpp | 269 auto RecoverFromNonPrimary = [&] (ExprResult E, bool Note) { in ParseConstraintLogicalAndExpression()
|