Home
last modified time | relevance | path

Searched refs:Missing (Results 1 – 25 of 180) sorted by relevance

12345678

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVCompare.cpp26 enum class LVCompareIndex { Header, Expected, Missing, Added }; enumerator
44 return static_cast<unsigned>(LVCompareIndex::Missing); in getMissing()
90 if (Pass == LVComparePass::Missing) { in updateMissingOrAdded()
175 ReferenceRoot->report(LVComparePass::Missing); in execute()
205 if (Pass == LVComparePass::Missing) in execute()
214 if (Pass == LVComparePass::Missing && Reference->getIsScope()) { in execute()
223 Pass == LVComparePass::Missing ? Reference->setIsMissing() in execute()
238 << (Pass == LVComparePass::Missing ? "Missing" : "Added") << " " in execute()
283 LVComparePass::Missing)) in execute()
386 StringRef Status = (Pass == LVComparePass::Missing) ? "Missing" : "Added"; in printItem()
/openbsd-src/gnu/usr.bin/perl/t/lib/croak/
H A Dtoke20 # NAME (Missing operator before "${"?) [perl #123737]
23 Scalar found where operator expected (Missing operator before "${"?) at - line 1, near "0${"
27 # NAME (Missing operator before "$#{"?) [perl #123737]
30 Array length found where operator expected (Missing operator before "$#{"?) at - line 1, near "0$#{"
34 # NAME (Missing operator before "@foo") [perl #123737]
37 Array found where operator expected (Missing operator before "@foo"?) at - line 1, near "0@foo"
42 # NAME (Missing operator before "@{") [perl #123737]
45 Array found where operator expected (Missing operator before "@{"?) at - line 1, near "0@{"
165 Missing right brace on \N{} or unescaped left brace after \N at - line 1, within pattern
171 Missing
[all...]
/openbsd-src/usr.sbin/btrace/
H A DTODO1 Missing feature:
5 Missing language features:
/openbsd-src/gnu/usr.bin/binutils-2.17/cpu/
H A Dxc16x.opc66 return _("Missing '#' prefix");
82 return _("Missing '.' prefix");
98 return _("Missing 'pof:' prefix");
114 return _("Missing 'pag:' prefix");
130 return _("Missing 'sof:' prefix");
146 return _("Missing 'seg:' prefix");
H A Dxc16x.cpu66 return _("Missing '#' prefix");
82 return _("Missing '.' prefix");
98 return _("Missing 'pof:' prefix");
114 return _("Missing 'pag:' prefix");
130 return _("Missing 'sof:' prefix");
146 return _("Missing 'seg:' prefix");
/openbsd-src/gnu/usr.bin/perl/ext/Pod-Functions/
H A DFunctions_pm.PL5 my ($tap, $test, %Missing);
39 ++$Missing{$item_text} unless $Omit{$item_text};
117 foreach (sort keys %Missing) {
/openbsd-src/gnu/llvm/llvm/tools/llvm-config/
H A Dllvm-config.cpp86 std::vector<std::string> *Missing, in VisitComponent() argument
114 GetComponentLibraryPath, Missing, DirSep); in VisitComponent()
130 GetComponentLibraryPath, Missing, DirSep); in VisitComponent()
143 if (Missing && GetComponentLibraryPath) { in VisitComponent()
149 Missing->push_back(path); in VisitComponent()
167 std::vector<std::string> *Missing, const std::string &DirSep) { in ComputeLibsForComponents() argument
190 GetComponentLibraryPath, Missing, DirSep); in ComputeLibsForComponents()
/openbsd-src/gnu/llvm/lldb/utils/lui/
H A DReadme22 2. Missing paging in command-window
25 Missing Features
/openbsd-src/gnu/usr.bin/perl/t/comp/
H A Dparser.t111 like( $@, qr/^Missing control char name in \\c/, q("\c" string) );
243 like($@, qr/Missing right curly/, 'nested sub syntax error' );
249 like($@, qr/Missing right curly/, 'nested sub syntax error 2' );
337 like($@, qr/^Missing \$ on loop variable /,
340 like($@, qr/^Missing \$ on loop variable /, "too long id in for ctx");
346 like($@, qr/^Missing \$ on loop variable /, "too long id ticket case");
/openbsd-src/regress/usr.bin/mandoc/mdoc/Op/
H A Dpunct.out_markdown34 Missing blank:
H A Dpunct.out_ascii17 Missing blank: [a.]
/openbsd-src/gnu/usr.bin/perl/ext/XS-Typemap/
H A DREADME14 Missing entries are
/openbsd-src/regress/usr.bin/mandoc/mdoc/Nm/
H A Dpunct.out_markdown42 Missing blank:
/openbsd-src/gnu/usr.bin/perl/t/op/
H A Dhexfp.t141 like(get_warn(), qr/Missing operator before "p3"/);
144 like(get_warn(), qr/Missing operator before "p3"/);
/openbsd-src/usr.bin/file/magdir/
H A Dunicode7 # Missing types are already dealt with internally.
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/
H A DBTF.def14 #error "Missing macro definition of HANDLE_BTF_*"
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHashAttributes.def2 #error "Missing macro definition of HANDLE_DIE_HASH_ATTR"
/openbsd-src/gnu/llvm/libcxx/docs/Status/
H A DCxx2bIssues.csv3 "`3117 <https://wg21.link/LWG3117>`__","Missing ``packaged_task`` deduction guides","November 2020"…
10 "`3432 <https://wg21.link/LWG3432>`__","Missing requirement for ``comparison_category``","November …
70 `3506 <https://wg21.link/LWG3506>`__,"Missing allocator-extended constructors for ``priority_queue`…
76 `3522 <https://wg21.link/LWG3522>`__,"Missing requirement on ``InputIterator`` template parameter f…
128 `3573 <https://wg21.link/LWG3573>`__,"Missing Throws element for ``basic_string_view(It begin, End …
153 "`3643 <https://wg21.link/LWG3643>`__","Missing ``constexpr`` in ``std::counted_iterator`` ","Febru…
174 "`3703 <https://wg21.link/LWG3703>`__","Missing requirements for ``expected<T, E>`` requires ``is_v…
181 "`3711 <https://wg21.link/LWG3711>`__","Missing preconditions for slide_view constructor","July 202…
206 "`3738 <https://wg21.link/LWG3738>`__","Missing preconditions for ``take_view`` constructor", "Nove…
212 "`3751 <https://wg21.link/LWG3751>`__","Missing feature macro for ``flat_set``", "November 2022",""…
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/MIME-Base64/t/
H A Dunicode.t51 skip("Missing is_utf8") for 1..9;
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DSwift.def14 #error "Missing macro definition of HANDLE_SWIFT_SECTION"
/openbsd-src/regress/usr.bin/mandoc/mdoc/Em/
H A Dpunct.out_markdown86 Missing blank:
/openbsd-src/regress/usr.bin/mandoc/mdoc/Sy/
H A Dpunct.out_markdown86 Missing blank:
/openbsd-src/regress/usr.bin/mandoc/mdoc/Li/
H A Dpunct.out_markdown86 Missing blank:
/openbsd-src/regress/usr.bin/mandoc/mdoc/No/
H A Dpunct.out_markdown86 Missing blank:
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DDIEValue.def15 #error "Missing macro definition of HANDLE_DIEVALUE"

12345678