Home
last modified time | relevance | path

Searched refs:parsers (Results 1 – 25 of 59) sorted by relevance

123

/openbsd/src/gnu/llvm/llvm/utils/lit/tests/unit/
DTestRunner.py89 parsers = self.make_parsers()
90 self.parse_test(parsers)
91 tag_parser = self.get_parser(parsers, 'MY_TAG.')
92 dne_tag_parser = self.get_parser(parsers, 'MY_DNE_TAG.')
97 parsers = self.make_parsers()
98 self.parse_test(parsers)
99 list_parser = self.get_parser(parsers, 'MY_LIST:')
104 parsers = self.make_parsers()
105 self.parse_test(parsers)
106 cmd_parser = self.get_parser(parsers, 'MY_RUN:')
[all …]
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/
DAggregator.pm162 sub parsers { subroutine
166 my @parsers = @{ $self->{parser_for} }{@$descriptions};
170 return @parsers;
175 my @parsers;
179 push @parsers => $self->{parser_for}{$description};
181 return wantarray ? @parsers : \@parsers;
DMultiplexer.pm112 sub parsers { subroutine
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/t/
Dharness-bailout.t81 my $self = { parsers => [] };
87 push @{ $self->{parsers} }, [ $parser, $stash ];
90 sub parsers { return scalar @{ shift->{parsers} }; }
95 return unless $self->parsers;
96 my ($parser, $stash) = @{ $self->{parsers}->[0] };
98 shift @{ $self->{parsers} } unless $result;
Daggregator.t60 is scalar $agg->parsers, 2,
62 is_deeply [ $agg->parsers ], [ $parser1, $parser2 ],
64 is_deeply $agg->parsers('tap2'), $parser2, '... or reporting a single parser';
65 is_deeply [ $agg->parsers(qw(tap2 tap1)) ], [ $parser2, $parser1 ],
Dmultiplexer.t150 is $mux->parsers, $count, "$name: count OK";
168 is $mux->parsers, 0, "$name: All used up";
/openbsd/src/gnu/llvm/lldb/docs/status/
Dfeatures.rst8 …* Object file parsers for executable file formats. Support currently includes Mach-O (32 and 64-bi…
9 …* Object container parsers to extract object files contained within a file. Support currently incl…
10 …* Debug symbol file parsers to incrementally extract debug information from object files. Support …
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/lib/Test/
DHarness.pm159 my @parsers = $aggregate->parsers;
162 for my $parser (@parsers) {
168 $num_bad, scalar @parsers, $failed, $total
372 my ($parser) = $aggregate->parsers($test);
/openbsd/src/gnu/llvm/llvm/include/llvm/Config/
DDisassemblers.def.in10 |* This file enumerates all of the assembly-language parsers *|
15 |* targets with assembly parsers. *|
DAsmParsers.def.in10 |* This file enumerates all of the assembly-language parsers *|
15 |* targets with assembly parsers. *|
/openbsd/src/gnu/llvm/libcxx/utils/libcxx/test/
Dformat.py61 parsers = [
77 parsers.append(parser)
79 scriptInTest = lit.TestRunner.parseIntegratedTestScript(test, additional_parsers=parsers,
/openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/testrunner-custom-parsers/
Dlit.cfg9 config.name = 'custom-parsers'
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlpodspec.pod41 Pod parsers should understand it to mean any of CR (ASCII 13), LF
52 (I<Note:> Many older Pod parsers did not accept a line consisting of
173 parsers need to be able to call an event for it, or store it in some
219 supported on all Pod parsers. L<Pod::Simple> 3.41 was released on October
221 L<Pod::Simple>-based Pod parsers.
392 this term may still be found in the documentation for Pod parsers,
558 Compliant parsers must not treat "->" as special.
604 Pod parsers must recognize I<all> of the three well-known newline
609 Pod parsers should accept input lines that are of any length.
615 big-endian or little-endian) or UTF-8, Pod parsers should do the
[all …]
Dperlpodstyle.pod94 parsers like L<Pod::Usage>. This is normally presented as a list, with
/openbsd/src/share/zoneinfo/datfiles/
Dbackward22 # .zi parsers (including tzcode through 2022e) mishandle links to links.
23 # The comment says what the target would be if these parsers were fixed
70 # Vanguard section, for most .zi parsers.
87 # Vanguard section, for most .zi parsers.
Detcetera25 # Vanguard section, which works with most .zi parsers.
Dafrica1315 # Vanguard section, for zic and other parsers that support negative DST.
1319 # Rearguard section, for parsers lacking negative DST; see ziguard.awk.
1331 # Vanguard section, for zic and other parsers that support negative DST.
1333 # Rearguard section, for parsers lacking negative DST; see ziguard.awk.
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/
DBase.pm311 my ($parser) = $aggregate->parsers($test);
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/
DHarness.pm627 while ( $mux->parsers < $jobs ) {
/openbsd/src/gnu/llvm/lldb/examples/python/
Dcrashlog.py668 self.parsers = {
704 self.parsers[self.parse_mode](line)
/openbsd/src/gnu/llvm/llvm/cmake/modules/
DLLVM-Config.cmake166 # Link all the asm parsers from all the targets
/openbsd/src/gnu/llvm/llvm/docs/
DCommandLine.rst57 when you declare it. `Custom parsers`_ are no problem.
242 `float`_, `double`_, and `int`_ parsers work like you would expect, using the
1265 default that can be overridden by application specific parsers. For example,
1530 Builtin parsers
1603 .. _Custom parsers:
1611 As `discussed previously`_, parsers are the portion of the CommandLine library
DFuzzingLLVM.rst182 program, and is good at testing things like lexers, parsers, or binary
DBuildingADistribution.rst247 #. ``AllTargetsAsmParsers`` - All the included target ASM parsers libraries
DReleaseNotes.rst387 that consume ``llvm-readobj``'s JSON output should update their parsers

123