Home
last modified time | relevance | path

Searched refs:Note (Results 1 – 25 of 1435) sorted by relevance

12345678910>>...58

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnosticASTKinds.td14 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<
39 def note_constexpr_nonliteral : Note<
41 def note_constexpr_non_global : Note<
66 def note_constexpr_past_end : Note<
96 def note_constexpr_this : Note<
220 def note_covariant_thunk : Note<
242 def note_odr_tag_kind_here: Note<
[all …]
H A DDiagnosticCommonKinds.td21 def note_declared_at : Note<"declared here">;
24 def note_previous_implicit_declaration : Note<
26 def note_previous_use : Note<"previous use is here">;
29 def note_type_being_defined : Note<
33 def note_matching : Note<"to match this %0">;
35 def note_using : Note<"using">;
36 def note_possibility : Note<"one possibility">;
37 def note_also_found : Note<"also found">;
105 def note_decl_hiding_tag_type : Note<
219 def note_invalid_subexpr_in_const_expr : Note<
[all …]
H A DDiagnosticCommentKinds.td24 def note_doc_html_tag_started_here : Note<
41 def note_doc_html_end_tag : Note<
58 def note_doc_block_command_previous : Note<
61 def note_doc_block_command_previous_alias : Note<
103 def note_doc_param_previous : Note<
110 def note_doc_param_name_suggestion : Note<
124 def note_doc_tparam_previous : Note<
131 def note_doc_tparam_name_suggestion : Note<
154 def note_add_deprecation_attr : Note<
H A DDiagnosticSemaKinds.td42 def note_remove_abs : Note<
61 def note_remove_max_call : Note<
146 def note_vla_unsupported : Note<
884 def note_class_declared : Note<
890 def note_receiver_is_id : Note<
2237 def note_in_for_range: Note<
3437 def note_protocol_decl : Note<
5069 def note_exits_dtor : Note<
5386 def note_arc_bridge : Note<
5581 def note_add_std_move : Note<
[all …]
H A DDiagnosticFrontendKinds.td21 def note_fe_inline_asm : Note<"%0">, CatInlineAsm;
31 def note_fe_backend_frame_larger_than: Note<"%0">, BackendInfo;
36 def note_fe_backend_plugin: Note<"%0">, BackendInfo;
61 def note_fe_backend_invalid_loc : Note<"could "
143 def note_fixit_in_macro : Note<
145 def note_fixit_failed : Note<
148 def warn_fixit_no_changes : Note<
166 def note_incompatible_analyzer_plugin_api : Note<
191 def note_private_top_level_defined : Note<
195 def note_module_import_here : Note<"module imported here">;
[all …]
H A DDiagnosticSerializationKinds.td32 def note_pch_required_by : Note<"'%0' required by '%1'">;
34 def note_module_cache_path : Note<
71 def note_module_file_imported_by : Note<
80 def note_imported_by_pch_module_not_found : Note<
110 def note_module_odr_violation_no_possible_decls : Note<
112 def note_module_odr_violation_possible_decl : Note<
117 def note_first_module_difference : Note<
119 def note_module_odr_violation_different_definitions : Note<
121 def note_second_module_difference : Note<
138 def note_module_odr_violation_definition_data : Note <
[all …]
H A DDiagnosticOptions.h35 Note = 1 << 0, enumerator
39 All = Note | Remark | Warning | Error
H A DDiagnosticLexKinds.td316 def note_pp_ambiguous_macro_chosen : Note<
318 def note_pp_ambiguous_macro_other : Note<
394 def note_macro_here : Note<"macro %0 defined here">;
564 def note_pp_module_begin_here : Note<
579 def note_suggest_parens_for_macro : Note<
644 def note_mmap_lbrace_match : Note<"to match this '{'">;
646 def note_mmap_lsquare_match : Note<"to match this ']'">;
706 def note_mmap_rename_top_level_private_module : Note<
711 def note_mmap_add_framework_keyword : Note<
739 def note_implicit_top_level_module_import_here : Note<
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DRegisterUtilities.cpp24 return Entry.Note; in getNoteType()
37 Notes, [Type](const CoreNote &Note) { return Note.info.n_type == Type; }); in getRegset() argument
/freebsd-12.1/contrib/file/magic/Magdir/
H A Dvirtual52 # Note that this isn't a null-terminated string; the length is actually
74 # Note that this isn't a null-terminated string; the length is actually
77 # .Q modifier, we just use the bottom four bytes as an offset. Note that if
89 # Note that this isn't a null-terminated string; the length is actually
92 # .Q modifier, we just use the bottom four bytes as an offset. Note that if
H A Dblit6 # Note that this 0407 conflicts with several other a.out formats...
19 # Note that 0520 is the same as COFF
/freebsd-12.1/contrib/binutils/
H A DREADME-maintainer-mode4 Note that if you configure with --enable-maintainer-mode, you will need
8 Note - "make distclean" does not work with maintainer mode enabled.
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DTextDiagnosticBuffer.cpp34 case DiagnosticsEngine::Note: in HandleDiagnostic()
60 case DiagnosticsEngine::Note: in FlushDiagnostics()
H A DSerializedDiagnosticPrinter.cpp538 if (DiagLevel == DiagnosticsEngine::Note) in getEmitDiagnosticFlag()
572 if (DiagLevel != DiagnosticsEngine::Note) { in HandleDiagnostic()
591 if (DiagLevel == DiagnosticsEngine::Note) in HandleDiagnostic()
597 if (DiagLevel == DiagnosticsEngine::Note) in HandleDiagnostic()
615 CASE(Note) in getStableLevel()
672 if (Level == DiagnosticsEngine::Note) in beginDiagnostic()
680 if (Level == DiagnosticsEngine::Note) in endDiagnostic()
722 Writer.EmitDiagnosticMessage(Loc, PLoc, DiagnosticsEngine::Note, Message, in emitNote()
/freebsd-12.1/contrib/wpa/wpa_supplicant/
H A Deap_testing.txt175 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-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp134 (DiagLevel == DiagnosticsEngine::Note && !PrevDiagSilenced) || in HandleDiagnostic()
135 (DiagLevel > DiagnosticsEngine::Note && Info.getNumFixItHints())) { in HandleDiagnostic()
143 if (DiagLevel <= DiagnosticsEngine::Note) in HandleDiagnostic()
/freebsd-12.1/crypto/openssl/doc/man3/
H A DEVP_MD_meth_new.pod92 parameter set to NULL by default. Use this for PKCS#1. I<Note: if
98 parameter be left absent by default. I<Note: if combined with
104 B<EVP_MD_FLAG_DIGALGID_ABSENT> as default. I<Note: if combined with
127 Note that the copy function is passed two B<EVP_MD_CTX *>, the private
135 Note that the cleanup function is passed a B<EVP_MD_CTX *>, the
/freebsd-12.1/contrib/ntp/scripts/stats/
H A DREADME.timecodes44 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-12.1/contrib/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h79 void Note(SMLoc L, const Twine &Msg) { in Note() function
80 getParser().Note(L, Msg); in Note()
/freebsd-12.1/share/i18n/csmapper/JIS/
H A DJISX0213-1%[email protected]20 ## Note:
34 ## JIS Unicode Name Note
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1617 OptionalNotes getNotes(const PartialDiagnosticAt &Note) const { in getNotes()
1618 OptionalNotes ONS(1, Note); in getNotes()
1668 for (const auto &Note : Diag.second) in emitDiagnostics() local
1669 S.Diag(Note.first, Note.second); in emitDiagnostics()
1726 Warnings.emplace_back(std::move(Warning), getNotes(Note)); in handleMutexHeldEndOfScope()
1740 Warnings.emplace_back(std::move(Warning), getNotes(Note)); in handleExclusiveAndShared()
1790 Warnings.emplace_back(std::move(Warning), getNotes(Note)); in handleMutexNotHeld()
1813 PartialDiagnosticAt Note(D->getLocation(), in handleMutexNotHeld() local
1815 Warnings.emplace_back(std::move(Warning), getNotes(Note)); in handleMutexNotHeld()
1881 for (const auto &Note : Diag.second) in emitDiagnostics() local
[all …]
/freebsd-12.1/contrib/llvm/lib/Support/
H A DWithColor.cpp51 case HighlightColor::Note: in WithColor()
89 return WithColor(OS, HighlightColor::Note, DisableColors).get() << "note: "; in note()
/freebsd-12.1/sys/dev/ow/
H A Dowll_if.m37 # See Maxim Application Note AN937: Book of iButton Standards for the
41 # Note: 1-Wire is a registered trademark of Maxim Integrated Products, Inc.
76 # Note: This is the polling / busy-wait interface. An interrupt-based interface
147 # Note: for Regular Speed operations, tRSTL + tR should be less than 960us to
/freebsd-12.1/contrib/sendmail/libmilter/
H A DREADME15 Note: if you want to write a milter in Java, then see
22 Note: we strongly recommend not to run any milter as root. Libmilter
62 Note that since filters use threads, it may be necessary to alter per
110 Note the separator between each is a ';' as a ',' already separates equates
119 InputMailFilters option. Note: if InputMailFilters is not defined no filters
230 Note that the filter example.c may not be thread safe on some operating
/freebsd-12.1/contrib/expat/
H A DREADME63 "make" options. Note that you need to have write permission into
89 (Note the additional "w" in the library name.)
110 Note: This only applies to the Expat library itself, building UTF-16 versions
113 Note for Solaris users: The "ar" command is usually located in

12345678910>>...58