| /freebsd-12.1/crypto/openssl/ |
| H A D | NOTES.PERL | 112 Note: on VMS, you must quote any argument that contains upper case label
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ |
| H A D | RegisterUtilities.cpp | 37 Notes, [Type](const CoreNote &Note) { return Note.info.n_type == Type; }); in getRegset()
|
| H A D | RegisterUtilities.h | 75 uint32_t Note; member
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | WithColor.h | 32 Note, enumerator
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/ |
| H A D | SerializedDiagnostics.h | 46 Note, enumerator
|
| /freebsd-12.1/contrib/llvm/include/llvm/MC/MCParser/ |
| H A D | MCAsmParserExtension.h | 79 void Note(SMLoc L, const Twine &Msg) { in Note() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | DiagnosticOptions.h | 35 Note = 1 << 0, enumerator
|
| H A D | DiagnosticIDs.h | 168 Ignored, Note, Remark, Warning, Error, Fatal enumerator
|
| H A D | Diagnostic.h | 154 Note = DiagnosticIDs::Note, enumerator
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | AnalysisBasedWarnings.cpp | 1668 for (const auto &Note : Diag.second) in emitDiagnostics() local 1724 PartialDiagnosticAt Note(LocLocked, S.PDiag(diag::note_locked_here) in handleMutexHeldEndOfScope() local 1738 PartialDiagnosticAt Note(Loc2, S.PDiag(diag::note_lock_exclusive_and_shared) in handleExclusiveAndShared() local 1782 PartialDiagnosticAt Note(Loc, S.PDiag(diag::note_found_mutex_near_match) in handleMutexNotHeld() local 1813 PartialDiagnosticAt Note(D->getLocation(), in handleMutexNotHeld() local 1881 for (const auto &Note : Diag.second) in emitDiagnostics() local
|
| H A D | SemaObjCProperty.cpp | 956 for (const auto &Note : Mismatches) in SelectPropertyForSynthesisFromProtocols() local 982 for (const auto &Note : Mismatches) { in SelectPropertyForSynthesisFromProtocols() local
|
| H A D | SemaExpr.cpp | 7298 const PartialDiagnostic &Note, in SuggestParentheses() 14348 for (const PartialDiagnosticAt &Note : Notes) in VerifyIntegerConstantExpression() local 14356 for (const PartialDiagnosticAt &Note : Notes) in VerifyIntegerConstantExpression() local
|
| H A D | SemaTemplate.cpp | 689 llvm::Optional<unsigned> Note; in DiagnoseUninstantiableTemplate() local
|
| H A D | SemaChecking.cpp | 7169 const Sema::SemaDiagnosticBuilder &Note = in EmitFormatDiagnostic() local
|
| /freebsd-12.1/contrib/llvm/include/llvm/Object/ |
| H A D | ELFTypes.h | 75 using Note = Elf_Note_Impl<ELFType<E, Is64>>; member
|
| /freebsd-12.1/contrib/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 3610 for (const auto &Note : Notes) in getGNUNoteTypeName() local 3638 for (const auto &Note : Notes) in getFreeBSDNoteTypeName() local 3661 for (const auto &Note : Notes) in getAMDNoteTypeName() local 3917 auto ProcessNote = [&](const Elf_Note &Note) { in printNotes() 3952 for (const auto &Note : Obj->notes(P, Err)) in printNotes() local 3963 for (const auto &Note : Obj->notes(S, Err)) in printNotes() local 4588 auto ProcessNote = [&](const Elf_Note &Note) { in printNotes() 4623 for (const auto &Note : Obj->notes(P, Err)) in printNotes() local 4635 for (const auto &Note : Obj->notes(S, Err)) in printNotes() local
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | PathDiagnostic.h | 369 enum Kind { ControlFlow, Event, Macro, Call, Note }; enumerator 749 : PathDiagnosticSpotPiece(Pos, S, Note, AddPosRange) {} in PathDiagnosticSpotPiece() argument
|
| /freebsd-12.1/contrib/compiler-rt/lib/ubsan/ |
| H A D | ubsan_diag.cc | 104 const char *Note() const { return Black(); } in Note() function in __anon91d969200111::Decorator
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinterInlineAsm.cpp | 562 std::string Note = "Reserved registers on the clobber list may not be " in EmitInlineAsm() local
|
| /freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/ |
| H A D | ELFObjcopy.cpp | 126 for (const auto &Note : In.notes(Phdr, Err)) in findBuildID() local
|
| /freebsd-12.1/contrib/llvm/lib/MC/MCParser/ |
| H A D | ELFAsmParser.cpp | 793 MCSection *Note = getContext().getELFSection(".note", ELF::SHT_NOTE, 0); in ParseDirectiveVersion() local
|
| H A D | AsmParser.cpp | 739 void AsmParser::Note(SMLoc L, const Twine &Msg, SMRange Range) { in Note() function in AsmParser
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | Writer.cpp | 2035 PhdrEntry *Note = nullptr; in createPhdrs() local
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 1953 for (const auto &Note : VisitorNotes->second) { in generatePathDiagnosticForConsumer() local
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 366 void Note(SMLoc L, const Twine &Msg, SMRange Range = None) { in Note() function in __anonb936c2650111::ARMAsmParser
|