Searched refs:array_ref (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/usr.bin/perl/ext/XS-APItest/t/ |
| H A D | weaken.t | 29 my $array_ref= [ qw(this is an array) ]; 40 apitest_weaken(my $weak_array_ref= $array_ref); 44 ok(has_backrefs($array_ref), "array with backrefs");
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree-ssa-forwprop.c | 677 tree lhs, rhs, array_ref; in forward_propagate_addr_expr_1() local 740 array_ref = TREE_OPERAND (TREE_OPERAND (stmt, 1), 0); in forward_propagate_addr_expr_1() 741 if (TREE_CODE (array_ref) != ARRAY_REF in forward_propagate_addr_expr_1() 742 || TREE_CODE (TREE_TYPE (TREE_OPERAND (array_ref, 0))) != ARRAY_TYPE in forward_propagate_addr_expr_1() 743 || !integer_zerop (TREE_OPERAND (array_ref, 1))) in forward_propagate_addr_expr_1()
|
| H A D | tree.def | 413 DEFTREECODE (ARRAY_REF, "array_ref", tcc_reference, 4)
|
| /openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/t/ |
| H A D | 04-base.t | 229 my $array_ref = [ qw| alpha beta gamma | ]; 230 my %split_seen = map { $_ => 1 } $base->split_like_shell($array_ref);
|
| /openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
| H A D | mess | 324 my $array_ref = []; 563 ok !defined eval { Devel::PPPort::croak_sv($array_ref) }; 564 ok $@ == $array_ref; 565 ok $die == $array_ref;
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | Trace.cpp | 447 ArrayRef<uint8_t> array_ref( in OnDataFileRead() 450 return callback(array_ref); in OnDataFileRead()
|
| /openbsd-src/bin/ksh/ |
| H A D | var.c | 752 unset(struct tbl *vp, int array_ref) in unset() argument 756 if ((vp->flag & ARRAY) && !array_ref) { in unset() 770 vp->flag &= SPECIAL | (array_ref ? ARRAY|DEFINED : 0); in unset()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | class.c | 436 build_vtable_entry_ref (array_ref, instance, idx) in build_vtable_entry_ref() argument 437 tree array_ref, instance, idx; in build_vtable_entry_ref() 459 return build (VTABLE_REF, TREE_TYPE (array_ref), array_ref, vtable, i);
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | tree.def | 371 DEFTREECODE (ARRAY_REF, "array_ref", 'r', 2) 380 Operand 0: an array_ref (or equivalent expression)
|
| H A D | ChangeLog | 14228 * emit-rtl.c (set_mem_attributes_minus_bitpos): Fix array_ref
|