| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVCompare.cpp | 26 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 D | toke | 20 # 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 D | TODO | 1 Missing feature: 5 Missing language features:
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/cpu/ |
| H A D | xc16x.opc | 66 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 D | xc16x.cpu | 66 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 D | Functions_pm.PL | 5 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 D | llvm-config.cpp | 86 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 D | Readme | 22 2. Missing paging in command-window 25 Missing Features
|
| /openbsd-src/gnu/usr.bin/perl/t/comp/ |
| H A D | parser.t | 111 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 D | punct.out_markdown | 34 Missing blank:
|
| H A D | punct.out_ascii | 17 Missing blank: [a.]
|
| /openbsd-src/gnu/usr.bin/perl/ext/XS-Typemap/ |
| H A D | README | 14 Missing entries are
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Nm/ |
| H A D | punct.out_markdown | 42 Missing blank:
|
| /openbsd-src/gnu/usr.bin/perl/t/op/ |
| H A D | hexfp.t | 141 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 D | unicode | 7 # Missing types are already dealt with internally.
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/BPF/ |
| H A D | BTF.def | 14 #error "Missing macro definition of HANDLE_BTF_*"
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DIEHashAttributes.def | 2 #error "Missing macro definition of HANDLE_DIE_HASH_ATTR"
|
| /openbsd-src/gnu/llvm/libcxx/docs/Status/ |
| H A D | Cxx2bIssues.csv | 3 "`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 D | unicode.t | 51 skip("Missing is_utf8") for 1..9;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
| H A D | Swift.def | 14 #error "Missing macro definition of HANDLE_SWIFT_SECTION"
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Em/ |
| H A D | punct.out_markdown | 86 Missing blank:
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Sy/ |
| H A D | punct.out_markdown | 86 Missing blank:
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Li/ |
| H A D | punct.out_markdown | 86 Missing blank:
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/No/ |
| H A D | punct.out_markdown | 86 Missing blank:
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | DIEValue.def | 15 #error "Missing macro definition of HANDLE_DIEVALUE"
|