Searched refs:data_ref (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/lib/Test/ |
| H A D | Podlators.pm | 238 my $data_ref = read_snippet($snippet); 245 my $parser = $class->new(%{ $data_ref->{options} }, name => 'TEST'); 253 eval { $parser->parse_string_document($data_ref->{input}) }; 267 is($got, $data_ref->{output}, "$data_ref->{name}: output"); 268 if ($data_ref->{errors} || $stderr) { 269 is($stderr, $data_ref->{errors} || q{}, "$data_ref->{name}: errors"); 271 if ($data_ref->{exception} || $exception) { 275 is($exception, $data_ref->{exception}, "$data_ref->{name}: exception"); 335 my $data_ref = read_snippet($snippet); 350 my $parser = $class->new(%{ $data_ref->{options} }, name => 'TEST'); [all …]
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree-vect-transform.c | 1659 tree data_ref; in vectorizable_store() local 1722 data_ref = vect_create_data_ref_ptr (stmt, bsi, NULL_TREE, &dummy, false); in vectorizable_store() 1723 data_ref = build_fold_indirect_ref (data_ref); in vectorizable_store() 1726 *vec_stmt = build2 (MODIFY_EXPR, vectype, data_ref, vec_oprnd1); in vectorizable_store() 1762 tree data_ref = NULL; in vectorizable_load() local 1844 data_ref = vect_create_data_ref_ptr (stmt, bsi, NULL_TREE, &dummy, false); in vectorizable_load() 1846 data_ref = build_fold_indirect_ref (data_ref); in vectorizable_load() 1852 data_ref = build2 (MISALIGNED_INDIRECT_REF, vectype, data_ref, tmis); in vectorizable_load() 1854 new_stmt = build2 (MODIFY_EXPR, vectype, vec_dest, data_ref); in vectorizable_load() 1887 data_ref = vect_create_data_ref_ptr (stmt, bsi, NULL_TREE, in vectorizable_load() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/lib/ |
| H A D | perl5db.pl | 4780 my $data_ref = _get_breakpoint_data_ref($filename, $line); 4781 return ($data_ref->{'enabled'} || $data_ref->{'temp_enabled'});
|