| /netbsd-src/external/gpl2/texinfo/dist/util/ |
| H A D | gdoc | 293 $match2 = shift; 299 $output =~ s,\$2,$match2,g;
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-ssa-alias.c | 881 tree match2, tree ref2, in aliasing_matching_component_refs_p() argument 890 get_ref_base_and_extent (match2, &offadj, &sztmp, &msztmp, &reverse); in aliasing_matching_component_refs_p() 901 int cmp = nonoverlapping_refs_since_match_p (match1, ref1, match2, ref2, in aliasing_matching_component_refs_p() 1422 tree match2, tree ref2, in nonoverlapping_refs_since_match_p() argument 1434 || match2 == ref2 || !handled_component_p (ref2)) in nonoverlapping_refs_since_match_p() 1454 while (handled_component_p (ref2) && ref2 != match2) in nonoverlapping_refs_since_match_p() 1471 bool mem_ref2 = TREE_CODE (ref2) == MEM_REF && ref2 != match2; in nonoverlapping_refs_since_match_p()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-ssa-alias.cc | 1029 tree match2, tree ref2, in aliasing_matching_component_refs_p() argument 1038 get_ref_base_and_extent (match2, &offadj, &sztmp, &msztmp, &reverse); in aliasing_matching_component_refs_p() 1049 int cmp = nonoverlapping_refs_since_match_p (match1, ref1, match2, ref2, in aliasing_matching_component_refs_p() 1570 tree match2, tree ref2, in nonoverlapping_refs_since_match_p() argument 1582 || match2 == ref2 || !handled_component_p (ref2)) in nonoverlapping_refs_since_match_p() 1602 while (handled_component_p (ref2) && ref2 != match2) in nonoverlapping_refs_since_match_p() 1619 bool mem_ref2 = TREE_CODE (ref2) == MEM_REF && ref2 != match2; in nonoverlapping_refs_since_match_p()
|
| /netbsd-src/usr.sbin/acpitools/aml/ |
| H A D | aml_parse.c | 1278 int match1, match2, i, pkgval, start; in aml_parse_termobj() local 1878 match2 = *env->dp; in aml_parse_termobj() 1897 MATCHOP(match2, pkgval, num2)) { in aml_parse_termobj()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | dtemplate.d | 4618 MATCH match2 = e.implicitConvTo(pt); in visit() local 4620 if (match1 > MATCH.nomatch && match2 > MATCH.nomatch) in visit() 4625 match2 = MATCH.nomatch; // Prefer tt in visit() 4635 match2 = MATCH.nomatch; in visit() 4640 match2 = MATCH.nomatch; in visit() 4649 match2 = MATCH.nomatch; in visit() 4662 if (match2 > MATCH.nomatch) in visit() 4667 result = match2; in visit()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | dtemplate.c | 4228 MATCH match2 = e->implicitConvTo(pt); in deduceType() local 4230 if (match1 > MATCHnomatch && match2 > MATCHnomatch) in deduceType() 4235 match2 = MATCHnomatch; // Prefer tt in deduceType() 4245 match2 = MATCHnomatch; in deduceType() 4250 match2 = MATCHnomatch; in deduceType() 4259 match2 = MATCHnomatch; in deduceType() 4272 if (match2 > MATCHnomatch) in deduceType() 4277 result = match2; in deduceType()
|
| /netbsd-src/external/bsd/tre/dist/tests/agrep/ |
| H A D | records.ok | 116 any5-6: regular2-3: that1-2: match2-3: 125 any5-6: regular2-3: that1-2: match2-3:
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/arc/ |
| H A D | arc.cc | 8889 int match2 = operands_match_p (operands[0], operands[2]); in arc_output_addsi() local 8933 if (short_0 && match2 && REG_H_P (operands[1])) in arc_output_addsi() 8961 if (!match && match2 && REG_P (operands[1])) in arc_output_addsi()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arc/ |
| H A D | arc.c | 8889 int match2 = operands_match_p (operands[0], operands[2]); in arc_output_addsi() local 8933 if (short_0 && match2 && REG_H_P (operands[1])) in arc_output_addsi() 8961 if (!match && match2 && REG_P (operands[1])) in arc_output_addsi()
|