| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticASTKinds.td | 13 def note_constexpr_invalid_cast : Note< 19 def note_constexpr_overflow : Note< 22 def note_constexpr_large_shift : Note< 32 def note_constexpr_no_return : Note< 52 def note_constexpr_nonliteral : Note< 54 def note_constexpr_non_global : Note< 96 def note_constexpr_past_end : Note< 139 def note_constexpr_this : Note< 316 def note_constexpr_new : Note< 437 def note_odr_tag_kind_here: Note< [all …]
|
| H A D | DiagnosticSemaKinds.td | 40 def note_remove_abs : Note< 59 def note_remove_max_call : Note< 146 def note_vla_unsupported : Note< 1054 def note_class_declared : Note< 1060 def note_receiver_is_id : Note< 2542 def note_in_for_range: Note< 4079 def note_protocol_decl : Note< 4353 def note_ovl_candidate : Note< 5977 def note_exits_dtor : Note< 6294 def note_arc_bridge : Note< [all …]
|
| H A D | DiagnosticCommentKinds.td | 23 def note_doc_html_tag_started_here : Note< 40 def note_doc_html_end_tag : Note< 57 def note_doc_block_command_previous : Note< 60 def note_doc_block_command_previous_alias : Note< 102 def note_doc_param_previous : Note< 109 def note_doc_param_name_suggestion : Note< 123 def note_doc_tparam_previous : Note< 130 def note_doc_tparam_name_suggestion : Note< 153 def note_add_deprecation_attr : Note<
|
| H A D | DiagnosticCommonKinds.td | 30 def note_declared_at : Note<"declared here">; 33 def note_previous_implicit_declaration : Note< 38 def note_type_being_defined : Note< 42 def note_matching : Note<"to match this %0">; 44 def note_using : Note<"using">; 45 def note_possibility : Note<"one possibility">; 46 def note_also_found : Note<"also found">; 117 def note_decl_hiding_tag_type : Note< 248 def note_invalid_subexpr_in_const_expr : Note< 250 def note_constexpr_invalid_template_arg : Note< [all …]
|
| H A D | DiagnosticFrontendKinds.td | 20 def note_fe_inline_asm : Note<"%0">, CatInlineAsm; 24 def note_fe_source_mgr : Note<"%0">, CatSourceMgr; 38 def note_fe_backend_plugin: Note<"%0">, BackendInfo; 69 def note_fe_backend_invalid_loc : Note<"could " 141 def note_verify_ambiguous_marker : Note< 165 def note_fixit_in_macro : Note< 167 def note_fixit_failed : Note< 170 def warn_fixit_no_changes : Note< 188 def note_incompatible_analyzer_plugin_api : Note< 214 def note_private_top_level_defined : Note< [all …]
|
| H A D | DiagnosticSerializationKinds.td | 27 def note_pch_required_by : Note<"'%0' required by '%1'">; 29 def note_module_cache_path : Note< 66 def note_module_file_imported_by : Note< 72 def note_module_file_conflict : Note< 84 def note_imported_by_pch_module_not_found : Note< 114 def note_module_odr_violation_no_possible_decls : Note< 116 def note_module_odr_violation_possible_decl : Note< 121 def note_first_module_difference : Note< 125 def note_second_module_difference : Note< 142 def note_module_odr_violation_definition_data : Note < [all …]
|
| H A D | DiagnosticOptions.h | 41 Note = 1 << 0, enumerator 45 All = Note | Remark | Warning | Error
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/profile/ |
| H A D | InstrProfilingPlatformLinux.c | 123 const ElfW(Nhdr) * Note) { in WriteBinaryIdForNote() 126 const char *NoteName = (const char *)Note + sizeof(ElfW(Nhdr)); in WriteBinaryIdForNote() 127 if (Note->n_type == NT_GNU_BUILD_ID && Note->n_namesz == 4 && in WriteBinaryIdForNote() 130 uint64_t BinaryIdLen = Note->n_descsz; in WriteBinaryIdForNote() 132 (const uint8_t *)(NoteName + RoundUp(Note->n_namesz, 4)); in WriteBinaryIdForNote() 151 while (Note < NotesEnd) { in WriteBinaryIds() 152 int Result = WriteBinaryIdForNote(Writer, Note); in WriteBinaryIds() 159 RoundUp(Note->n_descsz, 4); in WriteBinaryIds() 160 Note = (const ElfW(Nhdr) *)((const char *)(Note) + NoteOffset); in WriteBinaryIds() 184 const ElfW(Nhdr) *Note = in __llvm_write_binary_ids() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
| H A D | RegisterUtilities.cpp | 23 return Entry.Note; in getNoteType() 36 Notes, [Type](const CoreNote &Note) { return Note.info.n_type == Type; }); in getRegset() argument
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | Interp.cpp | 158 S.Note(Ptr.getDeclLoc(), diag::note_constexpr_temporary_here); in CheckTemporary() 189 S.Note(VD->getLocation(), diag::note_declared_at); in CheckExtern() 221 S.Note(Ptr.getDeclLoc(), diag::note_constexpr_temporary_here); in CheckLive() 223 S.Note(Ptr.getDeclLoc(), diag::note_declared_at); in CheckLive() 279 S.Note(Field->getLocation(), diag::note_declared_at); in CheckMutable() 365 S.Note(DiagDecl->getLocation(), diag::note_declared_at); in CheckCallable() 398 S.Note(MD->getLocation(), diag::note_declared_at); in CheckPure()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/serial/ |
| H A D | digicolor-usart.txt | 3 Note: this binding is only applicable for using the USART peripheral as 14 Note: Each UART port should have an alias correctly numbered
|
| H A D | fsl-imx-uart.txt | 16 linux,rs485-enabled-at-boot-time: see rs485.txt. Note that for RS485 25 Note: Each uart controller should have an alias correctly numbered
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | TextDiagnosticBuffer.cpp | 33 case DiagnosticsEngine::Note: in HandleDiagnostic() 59 case DiagnosticsEngine::Note: in FlushDiagnostics()
|
| /freebsd-13.1/contrib/wpa/wpa_supplicant/ |
| H A D | eap_testing.txt | 175 Note: PEAPv1 requires TLS key derivation to use label "client EAP encryption" 202 Note: PEAPv1 requires TLS key derivation to use label "client EAP encryption" 224 Note: PEAPv1 requires TLS key derivation to use label "client EAP encryption" 241 limit with AVP encapsulation and TLS tunneling. Note: EAP-PEAP/TLS 255 Note: Needed to use unknown identity in outer auth and some times the server 262 Note: This has some additional requirements for EAPTLS_MaxFragmentSize. 264 Note: Needed to use unknown identity in outer auth and some times the server 275 Note: This has some additional requirements for EAPTLS_MaxFragmentSize. 294 Note: PEAPv1 requires TLS key derivation to use label "client EAP encryption" 332 Note: user certificate from NavisRadius had private key in a format
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | FixItRewriter.cpp | 135 (DiagLevel == DiagnosticsEngine::Note && !PrevDiagSilenced) || in HandleDiagnostic() 136 (DiagLevel > DiagnosticsEngine::Note && Info.getNumFixItHints())) { in HandleDiagnostic() 144 if (DiagLevel <= DiagnosticsEngine::Note) in HandleDiagnostic()
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | blit | 6 # Note that this 0407 conflicts with several other a.out formats... 23 # Note that 0520 is the same as COFF
|
| H A D | mozilla | 16 # Note: mostly JSON compressed with a non-standard LZ4 header 30 # Note: Most ZIP utilities are able to extract such archives
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/thermal/ |
| H A D | armada-thermal.txt | 13 Note: these bindings are deprecated for AP806/CP110 and should instead 22 Note: The compatibles marvell,armada370-thermal,
|
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | EVP_MD_meth_new.pod | 97 parameter set to NULL by default. Use this for PKCS#1. I<Note: if 103 parameter be left absent by default. I<Note: if combined with 109 B<EVP_MD_FLAG_DIGALGID_ABSENT> as default. I<Note: if combined with 137 Note that the copy function is passed two B<EVP_MD_CTX *>, the private 145 Note that the cleanup function is passed a B<EVP_MD_CTX *>, the
|
| /freebsd-13.1/contrib/ntp/scripts/stats/ |
| H A D | README.timecodes | 44 Note: alarm condition is indicated by other than <SP> at A, which 66 Note: alarm condition is indicated by other than <SP> at A, which 85 Note: alarm condition is indicated by ? at A, which occurs during 104 Note: 0?:??:??.? is displayed before synch is first established and 138 Note: The alarm condition is indicated by other than ? at A, which
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/FileCheck/ |
| H A D | FileCheck.h | 166 std::string Note; member 169 StringRef Note = "");
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/MCParser/ |
| H A D | MCAsmParserExtension.h | 78 void Note(SMLoc L, const Twine &Msg) { in Note() function 79 getParser().Note(L, Msg); in Note()
|
| /freebsd-13.1/share/i18n/csmapper/JIS/ |
| H A D | JISX0213-1%[email protected] | 20 ## Note: 34 ## JIS Unicode Name Note
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CheckerContext.h | 297 const NoteTag *getNoteTag(StringRef Note, bool IsPrunable = false) { 299 [Note](BugReporterContext &, 300 PathSensitiveBugReport &) { return std::string(Note); },
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/net/can/ |
| H A D | cc770.txt | 3 Note: The CC770 is a CAN controller from Bosch, which is 100% 20 clock in Hz. Note that the internal clock frequency used by the
|