Home
last modified time | relevance | path

Searched full:note (Results 1 – 25 of 6219) sorted by relevance

12345678910>>...249

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticASTKinds.td12 def note_expr_divide_by_zero : Note<"division by zero">;
13 def note_constexpr_invalid_cast : Note<
18 def note_constexpr_invalid_void_star_cast : Note<
22 def note_constexpr_invalid_downcast : Note<
24 def note_constexpr_overflow : Note<
26 def note_constexpr_negative_shift : Note<"negative shift count %0">;
27 def note_constexpr_large_shift : Note<
29 def note_constexpr_lshift_of_negative : Note<"left shift of negative value %0">;
30 def note_constexpr_lshift_discards : Note<"signed left shift discards bits">;
31 def note_constexpr_invalid_function : Note<
[all …]
H A DDiagnosticSemaKinds.td15 def note_previous_decl : Note<"%0 declared here">;
16 def note_entity_declared_at : Note<"%0 declared here">;
17 def note_callee_decl : Note<"%0 declared here">;
18 def note_defined_here : Note<"%0 defined here">;
29 def note_loop_iteration_here : Note<"%select{decremented|incremented}0 here">;
34 def note_duplicate_element : Note<"element %0 also has value %1">;
40 def note_remove_abs : Note<
49 def note_replace_abs_function : Note<"use function '%0' instead">;
59 def note_remove_max_call : Note<
68 def note_cast_to_void : Note<"cast expression to void to silence warning">;
[all …]
H A DDiagnosticCommonKinds.td30 def note_declared_at : Note<"declared here">;
31 def note_previous_definition : Note<"previous definition is here">;
32 def note_previous_declaration : Note<"previous declaration is here">;
33 def note_previous_implicit_declaration : Note<
35 def note_previous_use : Note<"previous use is here">;
36 def note_duplicate_case_prev : Note<"previous case defined here">;
37 def note_forward_declaration : Note<"forward declaration of %0">;
38 def note_type_being_defined : Note<
42 def note_matching : Note<"to match this %0">;
44 def note_using : Note<"using">;
[all …]
H A DDiagnosticFrontendKinds.td20 def note_fe_inline_asm : Note<"%0">, CatInlineAsm;
21 def note_fe_inline_asm_here : Note<"instantiated into assembly here">;
24 def note_fe_source_mgr : Note<"%0">, CatSourceMgr;
27 def note_fe_linking_module : Note<"linking module '%0': %1">;
34 def note_fe_backend_frame_larger_than: Note<"%0">, BackendInfo;
41 def note_fe_backend_resource_limit: Note<"%0 (%1) exceeds limit (%2) in '%3'">, BackendInfo;
44 def note_fe_backend_plugin: Note<"%0">, BackendInfo;
86 def note_fe_backend_invalid_loc : Note<"could "
167 def note_verify_ambiguous_marker : Note<
190 def note_fixit_applied : Note<"FIX-IT applied suggested code changes">;
[all …]
H A DDiagnosticCommentKinds.td23 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 DDiagnosticSerializationKinds.td27 def note_pch_required_by : Note<"'%0' required by '%1'">;
28 def note_pch_rebuild_required : Note<"please rebuild precompiled header '%0'">;
29 def note_module_cache_path : Note<
50 def note_pch_vfsoverlay_files : Note<"%select{PCH|current translation unit}0 has the following VFS …
51 def note_pch_vfsoverlay_empty : Note<"%select{PCH|current translation unit}0 has no VFS overlays">;
71 def note_module_file_imported_by : Note<
77 def note_module_file_conflict : Note<
90 def note_imported_by_pch_module_not_found : Note<
120 def note_module_odr_violation_no_possible_decls : Note<
122 def note_module_odr_violation_possible_decl : Note<
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp56 // Read enough data for an ELF32 header or ELF64 header Note: Here we care in CreateInstance()
233 // Check we found a signal in a SIGINFO note. in DoLoadCore()
242 // PRSTATUS note. in DoLoadCore()
477 // Parse a FreeBSD NT_PRSTATUS note - see FreeBSD sys/procfs.h for details.
505 // Parse a FreeBSD NT_PRPSINFO note - see FreeBSD sys/procfs.h for details.
588 ELFNote note = ELFNote(); in parseSegment() local
589 if (!note.Parse(segment, &offset)) in parseSegment()
591 "Unable to parse note segment", llvm::inconvertibleErrorCode()); in parseSegment()
594 size_t note_size = llvm::alignTo(note.n_descsz, 4); in parseSegment()
596 result.push_back({note, DataExtractor(segment, note_start, note_size)}); in parseSegment()
[all …]
/freebsd/usr.sbin/bsdconfig/dot/
H A DUSAGE43 NOTE: Requires `graphics/graphviz' from ports/packages.
49 NOTE: Requires `graphics/gimmage' from ports/packages.
55 NOTE: Image is scaled to fit window on launch.
56 NOTE: Requires `graphics/gthumb' from ports/packages.
62 NOTE: Requires `graphics/gqview' from ports/packages.
68 NOTE: Image is scaled to fit window on launch.
69 NOTE: Requires `graphics/gx' from ports/packages.
75 NOTE: Requires `graphics/eog' from ports/packages.
84 NOTE: Change "-s1" above to "-s0.5" to halve the size of the
87 NOTE: Requires both `graphics/graphviz' and `print/poster' from
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformLinux.c119 * Look for the note that has the name "GNU\0" and type NT_GNU_BUILD_ID
122 * Each note in notes section starts with a struct which includes
127 * Note sections like .note.ABI-tag and .note.gnu.build-id are aligned
131 const ElfW(Nhdr) * Note) { in WriteBinaryIdForNote()
133 const char *NoteName = (const char *)Note + sizeof(ElfW(Nhdr)); in WriteBinaryIdForNote()
134 if (Note->n_type == NT_GNU_BUILD_ID && Note->n_namesz == 4 && in WriteBinaryIdForNote()
136 uint64_t BinaryIdLen = Note->n_descsz; in WriteBinaryIdForNote()
138 (const uint8_t *)(NoteName + RoundUp(Note->n_namesz, 4)); in WriteBinaryIdForNote()
156 static int WriteBinaryIds(ProfDataWriter *Writer, const ElfW(Nhdr) * Note, in WriteBinaryIds() argument
159 while (Note < NotesEnd) { in WriteBinaryIds()
[all …]
/freebsd/usr.bin/elfctl/
H A Delfctl.c302 warnx("NT_FREEBSD_FEATURE_CTL note not found"); in edit_file_features()
366 Elf_Note note; in get_file_features() local
373 * and has a note for feature control. in get_file_features()
391 if (read(fd, &note, sizeof(note)) < in get_file_features()
392 (ssize_t)sizeof(note)) { in get_file_features()
393 warnx("elf note header too short"); in get_file_features()
396 read_total += sizeof(note); in get_file_features()
399 note.n_namesz = bswap32(note.n_namesz); in get_file_features()
400 note.n_descsz = bswap32(note.n_descsz); in get_file_features()
401 note.n_type = bswap32(note.n_type); in get_file_features()
[all …]
/freebsd/share/man/man4/
H A Dspkr.491 Letters A through G cause the corresponding note to be played in the
93 A note letter may optionally be followed by an
117 one letter note following >, < and O[0123456].
127 Play note
182 the note's value is rest time.
196 Each dot causes the note's value to be lengthened by one-half
198 Thus, a note dotted once is held for 3/2 of its undotted value;
201 A note and its sustain dots may also be followed by a slur mark (underscore).
202 This causes the normal micro-rest after the note to be filled in, slurring it
235 modifier, not half the value of the note as modified.
[all …]
H A Dirdma.480 Note: "roce_enable" must also be set for this tunable to take effect.
86 Note: "roce_enable" and "dcqcn_cc_cfg_valid" must also be set for this tunable
91 Note: "roce_enable" and "dcqcn_cc_cfg_valid" must also be set for this tunable
96 Note: "roce_enable" and "dcqcn_cc_cfg_valid" must also be set for this tunable
102 Note: "roce_enable" and "dcqcn_cc_cfg_valid" must also be set for this tunable
107 Note: "roce_enable" and "dcqcn_cc_cfg_valid" must also be set for this tunable
112 Note: "roce_enable" and "dcqcn_cc_cfg_valid" must also be set for this tunable
117 Note: "roce_enable" and "dcqcn_cc_cfg_valid" must also be set for this tunable
124 Note: "roce_enable" and "dcqcn_cc_cfg_valid" must also be set for this tunable
137 Note: "roce_enable" must also be set for this sysctl to take effect.
[all …]
/freebsd/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.h136 * note 1 : a 0 return value means the frame is valid but "empty".
137 …* note 2 : decompressed size is an optional field, it may not be present, typically in streaming…
143 …* note 3 : decompressed size is always present when compression is completed using single-pass f…
145 * note 4 : decompressed size can be very large (64-bits value),
148 * note 5 : If source is untrusted, decompressed size could be wrong or intentionally modified.
151 * note 6 : This function replaces ZSTD_getDecompressedSize() */
157 * NOTE: This function is now obsolete, in favor of ZSTD_getFrameContentSize().
190 * Note : re-using context is just a speed / resource optimization.
192 * Note 2 : In multi-threaded environments,
260 /* note : new strategies _might_ be added in the future.
[all …]
/freebsd/cddl/contrib/opensolaris/head/
H A Dnote.h27 * note.h: interface for annotating source with info for tools
29 * NOTE is the default interface, but if the identifier NOTE is in use for
32 * files should *not* use NOTE, since the name may already be in use in
34 * sys/note.h directly and use _NOTE. For consistency, all kernel source
43 #include <sys/note.h>
49 #define NOTE _NOTE macro
/freebsd/crypto/openssl/test/recipes/
H A D01-test_symbol_presence.t36 note
37 "NOTE: developer test! It's possible that it won't run on your\n",
69 note "Number of lines in \@nm_lines before massaging: ", scalar @nm_lines;
70 note "Number of lines in \@def_lines before massaging: ", scalar @def_lines;
81 note "Common symbol: $_";
116 note "Number of lines in \@nm_lines after massaging: ", scalar @nm_lines;
117 note "Number of lines in \@def_lines after massaging: ", scalar @def_lines;
143 note "The following symbols are missing in ${shlibname}:";
145 note " $_";
149 note "The following symbols are extra in ${shlibname}:";
[all …]
/freebsd/sys/contrib/zstd/doc/
H A Dzstd_manual.html106 note 1 : a 0 return value means the frame is valid but "empty".
107note 2 : decompressed size is an optional field, it may not be present, typically in streaming mod…
113note 3 : decompressed size is always present when compression is completed using single-pass funct…
115 note 4 : decompressed size can be very large (64-bits value),
118 note 5 : If source is untrusted, decompressed size could be wrong or intentionally modified.
121 note 6 : This function replaces ZSTD_getDecompressedSize()
125 </b><p> NOTE: This function is now obsolete, in favor of ZSTD_getFrameContentSize().
154 Note : re-using context is just a speed / resource optimization.
156 Note 2 : In multi-threaded environments,
205 </b>/* note : new strategies _might_ be added in the future.<b>
[all …]
/freebsd/sys/contrib/xen/
H A Delfnote.h40 * this a note type replaces.
176 * large pages, despite such otherwise not being available to guests. Note
194 * Other than XEN_ELFNOTE_FEATURES on pre-4.2 Xen, this note allows a
198 * specified through this and the string note.
223 * note in case of a system crash. This note will contain various
232 * note per cpu in case of a system crash. This note is architecture
233 * specific and will contain registers not saved in the "CORE" note.
240 * xen dump-core none note.
243 * file. This note doesn't have any other information.
249 * xen dump-core header note.
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h69 /// the state of the program before the checker ran. Note, checkers should
266 /// Produce a program point tag that displays an additional path note
273 /// @param IsPrunable Whether the note is prunable. It allows BugReporter
274 /// to omit the note from the report if it would make the displayed
285 /// @param IsPrunable Whether the note is prunable. It allows BugReporter
286 /// to omit the note from the report if it would make the displayed
301 /// @param IsPrunable Whether the note is prunable. It allows BugReporter
302 /// to omit the note from the report if it would make the displayed
311 /// A shorthand version of getNoteTag that accepts a plain note.
313 /// @param Note The note.
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_globals.cpp60 const char *note = reinterpret_cast<const char *>(base + phdr[i].p_vaddr); in HwasanGlobalsFor() local
61 const char *nend = note + phdr[i].p_memsz; in HwasanGlobalsFor()
63 // Traverse all the notes until we find a HWASan note. in HwasanGlobalsFor()
64 while (note < nend) { in HwasanGlobalsFor()
65 auto *nhdr = reinterpret_cast<const ElfW(Nhdr) *>(note); in HwasanGlobalsFor()
66 const char *name = note + sizeof(ElfW(Nhdr)); in HwasanGlobalsFor()
72 note = desc + RoundUpTo(nhdr->n_descsz, 4); in HwasanGlobalsFor()
82 note + global_note->begin_relptr); in HwasanGlobalsFor()
84 note + global_note->end_relptr); in HwasanGlobalsFor()
/freebsd/sys/contrib/zstd/lib/
H A Dzstd.h142 * note 1 : a 0 return value means the frame is valid but "empty".
143 …* note 2 : decompressed size is an optional field, it may not be present, typically in streaming…
149 …* note 3 : decompressed size is always present when compression is completed using single-pass f…
151 * note 4 : decompressed size can be very large (64-bits value),
154 * note 5 : If source is untrusted, decompressed size could be wrong or intentionally modified.
157 * note 6 : This function replaces ZSTD_getDecompressedSize() */
163 * NOTE: This function is now obsolete, in favor of ZSTD_getFrameContentSize().
197 * Note : re-using context is just a speed / resource optimization.
199 * Note 2 : In multi-threaded environments,
267 /* note : new strategies _might_ be added in the future.
[all …]
/freebsd/sys/arm64/linux/
H A Dlinux_vdso.lds.s19 *(.note.GNU-stack .note.gnu.property)
22 .note : { *(.note.*) } :text :note
50 note PT_NOTE FLAGS(4); /* PF_R */
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DExternalSemaSource.h102 /// given vector of tentative definitions. Note that this routine may be
112 /// given vector of declarations. Note that this routine may be
122 /// given vector of declarations. Note that this routine may be
132 /// the given vector of declarations. Note that this routine may be
140 /// typedefs to the given vector of declarations. Note that this routine may
150 /// given vector of selectors. Note that this routine
160 /// the given vector. Note that this routine may be invoked multiple times;
169 /// vector. Note that this routine may be invoked multiple times; the external
177 /// given vector. Note that this routine may be invoked multiple times; the
187 /// into the map. Note that this routine may be invoked multiple times; the
[all …]
/freebsd/sys/kern/
H A Dimgact_elf.c95 static bool __elfN(freebsd_trans_osrel)(const Elf_Note *note,
97 static bool kfreebsd_trans_osrel(const Elf_Note *note, int32_t *osrel);
239 __elfN(freebsd_trans_osrel)(const Elf_Note *note, int32_t *osrel) in __elfN()
243 p = (uintptr_t)(note + 1); in __elfN()
244 p += roundup2(note->n_namesz, ELF_NOTE_ROUNDSIZE); in __elfN()
262 kfreebsd_trans_osrel(const Elf_Note *note, int32_t *osrel) in kfreebsd_trans_osrel() argument
267 p = (uintptr_t)(note + 1); in kfreebsd_trans_osrel()
268 p += roundup2(note->n_namesz, ELF_NOTE_ROUNDSIZE); in kfreebsd_trans_osrel()
351 * field, and (4) the ".note.ABI-tag" ELF section. in __elfN()
354 /* Look for an ".note.ABI-tag" ELF section */ in __elfN()
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dframe14 # Note: called "FrameMaker document" by TrID and "Adobe FrameMaker document" by shared MIME-info d…
30 # Note: called "FrameMaker Help" by TrID
70 # Note: called "Adobe FrameMaker document" by shared MIME-info database from freedesktop.org
78 # Note: called "FrameMaker hyphens dictionary (v3.0)" by TrID
81 # Note: called "FrameMaker hyphens dictionary (v2.0)" by TrID
86 # Note: called "XFrameMaker Bitmapped screen Font" by TrID and
93 # Note: maybe also other version like: 1.x
99 # Note: called "FrameMaker Maker Markup Language" by TrID and
106 # Note: sometimes followed by space and version like 1.00 (formats.mml sample.mml) and more text
113 # Note: called "FrameMaker book (binary)" by TrID and
/freebsd/contrib/libxo/tests/gettext/saved/
H A Dgt_01.H.out1note">yebay</div></div><div class="line"><div class="data" data-tag="bytes">1</div><div class="pad…

12345678910>>...249