Home
last modified time | relevance | path

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

12345678910>>...267

/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<
19 def note_constexpr_invalid_void_star_cast : Note<
23 def note_constexpr_invalid_downcast : Note<
25 def note_constexpr_overflow : Note<
27 def note_constexpr_negative_shift : Note<"negative shift count %0">;
28 def note_constexpr_large_shift : Note<
30 def note_constexpr_lshift_of_negative : Note<"left shift of negative value %0">;
31 def note_constexpr_lshift_discards : Note<"signed left shift discards bits">;
32 def note_constexpr_invalid_function : Note<
[all …]
H A DDiagnosticSemaKinds.td72 def note_previous_decl : Note<"%0 declared here">;
73 def note_entity_declared_at : Note<"%0 declared here">;
74 def note_callee_decl : Note<"%0 declared here">;
75 def note_defined_here : Note<"%0 defined here">;
86 def note_loop_iteration_here : Note<"%select{decremented|incremented}0 here">;
91 def note_duplicate_element : Note<"element %0 also has value %1">;
97 def note_remove_abs : Note<
106 def note_replace_abs_function : Note<"use function '%0' instead">;
116 def note_remove_max_call : Note<
125 def note_cast_to_void : Note<"cast expression to void to silence warning">;
[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 "
165 def note_verify_ambiguous_marker : Note<
188 def note_fixit_applied : Note<"FIX-IT applied suggested code changes">;
[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 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<
105 def note_doc_param_previous : Note<
112 def note_doc_param_name_suggestion : Note<
126 def note_doc_tparam_previous : Note<
133 def note_doc_tparam_name_suggestion : Note<
156 def note_add_deprecation_attr : Note<
H A DDiagnosticSerializationKinds.td27 def note_ast_file_required_by : Note<"'%0' required by '%1'">;
29 : Note<"please rebuild precompiled file '%0'">;
30 def note_module_cache_path : Note<
51 def note_pch_vfsoverlay_files : Note<"%select{PCH|current translation unit}0 has the following VFS …
52 def note_pch_vfsoverlay_empty : Note<"%select{PCH|current translation unit}0 has no VFS overlays">;
72 def note_module_file_imported_by : Note<
78 def note_module_file_conflict : Note<
94 def note_imported_by_pch_module_not_found : Note<
124 def note_module_odr_violation_no_possible_decls : Note<
126 def note_module_odr_violation_possible_decl : Note<
/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/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()
490 // Parse a FreeBSD NT_PRSTATUS note - see FreeBSD sys/procfs.h for details.
518 // Parse a FreeBSD NT_PRPSINFO note - see FreeBSD sys/procfs.h for details.
601 ELFNote note = ELFNote(); in parseSegment() local
602 if (!note.Parse(segment, &offset)) in parseSegment()
604 "Unable to parse note segment", llvm::inconvertibleErrorCode()); in parseSegment()
607 size_t note_size = llvm::alignTo(note.n_descsz, 4); in parseSegment()
609 result.push_back({note, DataExtractor(segment, note_start, note_size)}); in parseSegment()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformLinux.c130 * Look for the note that has the name "GNU\0" and type NT_GNU_BUILD_ID
133 * Each note in notes section starts with a struct which includes
138 * Note sections like .note.ABI-tag and .note.gnu.build-id are aligned
142 const ElfW(Nhdr) * Note) { in WriteBinaryIdForNote()
144 const char *NoteName = (const char *)Note + sizeof(ElfW(Nhdr)); in WriteBinaryIdForNote()
145 if (Note->n_type == NT_GNU_BUILD_ID && Note->n_namesz == 4 && in WriteBinaryIdForNote()
147 uint64_t BinaryIdLen = Note->n_descsz; in WriteBinaryIdForNote()
149 (const uint8_t *)(NoteName + RoundUp(Note->n_namesz, 4)); in WriteBinaryIdForNote()
167 static int WriteBinaryIds(ProfDataWriter *Writer, const ElfW(Nhdr) * Note, in WriteBinaryIds() argument
170 while (Note < NotesEnd) { in WriteBinaryIds()
[all …]
/freebsd/usr.bin/elfctl/
H A Delfctl.c305 warnx("NT_FREEBSD_FEATURE_CTL note not found"); in edit_file_features()
369 Elf_Note note; in get_file_features()
376 * and has a note for feature control. in get_file_features()
394 if (read(fd, &note, sizeof(note)) < in get_file_features()
395 (ssize_t)sizeof(note)) { in get_file_features()
396 warnx("elf note header too short"); in get_file_features()
399 read_total += sizeof(note); in get_file_features()
402 note.n_namesz = bswap32(note in get_file_features()
366 Elf_Note note; get_file_features() local
[all...]
/freebsd/crypto/openssl/test/recipes/
H A D01-test_symbol_presence.t32 note
33 "NOTE: developer test! It's possible that it won't run on your\n",
79 note "running '$stlib_cmd' => $?";
85 note "running '$shlib_cmd' => $?";
103 note "running 'cd $bldtop; $def_cmd' => $?";
109 note "Number of lines in \@stlib_lines before massaging: ", scalar @stlib_lines;
111 note "Number of lines in \@shlib_lines before massaging: ", scalar @shlib_lines;
112 note "Number of lines in \@def_lines before massaging: ", scalar @def_lines;
126 note "Common symbol: $_";
164 note "Number of lines in \@stlib_lines after massaging: ", scalar @stlib_lines;
[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()
78 note + global_note->begin_relptr); in HwasanGlobalsFor()
80 note + global_note->end_relptr); in HwasanGlobalsFor()
85 // There is always a HWASan globals note ("Create the note even if we in HwasanGlobalsFor()
/freebsd/share/man/man4/
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 …]
H A Dspkr.495 Letters A through G cause the corresponding note to be played in the
97 A note letter may optionally be followed by an
121 one letter note following >, < and O[0123456].
132 Play note
187 the note's value is rest time.
201 Each dot causes the note's value to be lengthened by one-half
203 Thus, a note dotted once is held for 3/2 of its undotted value;
206 A note and its sustain dots may also be followed by a slur mark (underscore).
207 This causes the normal micro-rest after the note to be filled in, slurring it
289 modifier, not half the value of the note as modified.
[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/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h71 /// the state of the program before the checker ran. Note, checkers should
174 /// NOTE: If the State is unchanged and the Tag is nullptr, this may return a
189 /// NOTE: If the State is unchanged and the Tag is nullptr, this may return a
277 /// Produce a program point tag that displays an additional path note
284 /// @param IsPrunable Whether the note is prunable. It allows BugReporter
285 /// to omit the note from the report if it would make the displayed
296 /// @param IsPrunable Whether the note is prunable. It allows BugReporter
297 /// to omit the note from the report if it would make the displayed
312 /// @param IsPrunable Whether the note is prunable. It allows BugReporter
313 /// to omit the note from the report if it would make the displayed
[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/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.h157 * NOTE: Providing `dstCapacity >= ZSTD_compressBound(srcSize)` guarantees that zstd will have
187 * note 1 : a 0 return value means the frame is valid but "empty".
189 …* note 2 : decompressed size is an optional field, it may not be present (typically in streaming …
195 …* note 3 : decompressed size is always present when compression is completed using single-pass fu…
197 * note 4 : decompressed size can be very large (64-bits value),
200 * note 5 : If source is untrusted, decompressed size could be wrong or intentionally modified.
203 * note 6 : This function replaces ZSTD_getDecompressedSize() */
223 * Note 1: this method is called _find*() because it's not enough to read the header,
225 * Note 2: this method also works with Skippable Frames. In which case,
239 * Note : ZSTD_compressBound() itself can fail, if @srcSize >= ZSTD_MAX_INPUT_SIZE .
[all …]
/freebsd/sys/contrib/zstd/lib/
H A Dzstd.h156 * NOTE: Providing `dstCapacity >= ZSTD_compressBound(srcSize)` guarantees that zstd will have
186 * note 1 : a 0 return value means the frame is valid but "empty".
188 …* note 2 : decompressed size is an optional field, it may not be present (typically in streaming …
194 …* note 3 : decompressed size is always present when compression is completed using single-pass fu…
196 * note 4 : decompressed size can be very large (64-bits value),
199 * note 5 : If source is untrusted, decompressed size could be wrong or intentionally modified.
202 * note 6 : This function replaces ZSTD_getDecompressedSize() */
222 * Note 1: this method is called _find*() because it's not enough to read the header,
224 * Note 2: this method also works with Skippable Frames. In which case,
238 * Note : ZSTD_compressBound() itself can fail, if @srcSize >= ZSTD_MAX_INPUT_SIZE .
[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.c103 static bool __elfN(freebsd_trans_osrel)(const Elf_Note *note,
105 static bool kfreebsd_trans_osrel(const Elf_Note *note, int32_t *osrel);
244 __elfN(freebsd_trans_osrel)(const Elf_Note *note, int32_t *osrel) in __elfN()
248 p = (uintptr_t)(note + 1); in __elfN()
249 p += roundup2(note->n_namesz, ELF_NOTE_ROUNDSIZE); in __elfN()
267 kfreebsd_trans_osrel(const Elf_Note *note, int32_t *osrel) in kfreebsd_trans_osrel() argument
272 p = (uintptr_t)(note + 1); in kfreebsd_trans_osrel()
273 p += roundup2(note->n_namesz, ELF_NOTE_ROUNDSIZE); in kfreebsd_trans_osrel()
356 * field, and (4) the ".note.ABI-tag" ELF section. in __elfN()
359 /* 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…
H A Dgt_01.HP.out25 <div class="note">yebay</div>
30 <div class="note">yesbay</div>
35 <div class="note">yezbay</div>
40 <div class="note">yezbay</div>
45 <div class="note">yezbay</div>
56 <div class="note">ldb2</div>
69 <div class="note">yezbay</div>
82 <div class="note">ldb2</div>
95 <div class="note">arzlevanezmay</div>

12345678910>>...267