Home
last modified time | relevance | path

Searched refs:comp2 (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
H A Ducgendat.c1208 const _comp_t *comp1 = v_comp1, *comp2 = v_comp2; in cmpcomps() local
1209 long diff = comp1->code1 - comp2->code1; in cmpcomps()
1212 diff = comp1->code2 - comp2->code2; in cmpcomps()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dcomponentlib.c1947 void *comp1, *comp2; in MatchingComponentAny() local
1955 comp2 = result2->value; in MatchingComponentAny()
1957 comp2 = result2; in MatchingComponentAny()
1961 return result->cai->Match(oid, comp1, comp2 ); in MatchingComponentAny()
1963 return result2->cai->Match(oid, comp1, comp2); in MatchingComponentAny()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dexpr.cc4055 gfc_component *comp1, *comp2; in gfc_check_pointer_assign() local
4170 comp2 = gfc_get_proc_ptr_comp (rvalue); in gfc_check_pointer_assign()
4171 if (comp2) in gfc_check_pointer_assign()
4175 s2 = comp2->ts.interface->result; in gfc_check_pointer_assign()
4180 s2 = comp2->ts.interface; in gfc_check_pointer_assign()
4181 name = comp2->name; in gfc_check_pointer_assign()
4229 if (comp2 && !s2) in gfc_check_pointer_assign()
4232 comp2->name, &rvalue->where, err); in gfc_check_pointer_assign()
H A Dresolve.cc11301 gfc_component *comp1, gfc_component *comp2, locus loc) in build_assignment() argument
11310 if (comp1 && comp2) in build_assignment()
11313 add_comp_ref (this_code->expr2, comp2); in build_assignment()
11515 gfc_component *comp1, *comp2; in generate_component_assignments() local
11570 comp2 = (*code)->expr2->ts.u.derived->components; in generate_component_assignments()
11573 for (; comp1; comp1 = comp1->next, comp2 = comp2->next) in generate_component_assignments()
11590 comp1, comp2, (*code)->loc); in generate_component_assignments()
11704 comp1, comp2, (*code)->loc); in generate_component_assignments()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dexpr.c4023 gfc_component *comp1, *comp2; in gfc_check_pointer_assign() local
4138 comp2 = gfc_get_proc_ptr_comp (rvalue); in gfc_check_pointer_assign()
4139 if (comp2) in gfc_check_pointer_assign()
4143 s2 = comp2->ts.interface->result; in gfc_check_pointer_assign()
4148 s2 = comp2->ts.interface; in gfc_check_pointer_assign()
4149 name = comp2->name; in gfc_check_pointer_assign()
4197 if (comp2 && !s2) in gfc_check_pointer_assign()
4200 comp2->name, &rvalue->where, err); in gfc_check_pointer_assign()
H A Dresolve.c11144 gfc_component *comp1, gfc_component *comp2, locus loc) in build_assignment() argument
11153 if (comp1 && comp2) in build_assignment()
11156 add_comp_ref (this_code->expr2, comp2); in build_assignment()
11356 gfc_component *comp1, *comp2; in generate_component_assignments() local
11411 comp2 = (*code)->expr2->ts.u.derived->components; in generate_component_assignments()
11414 for (; comp1; comp1 = comp1->next, comp2 = comp2->next) in generate_component_assignments()
11431 comp1, comp2, (*code)->loc); in generate_component_assignments()
11545 comp1, comp2, (*code)->loc); in generate_component_assignments()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dmethod.c1488 tree comp2 = build_new_op (info.loc, code, flags, comp, integer_zero_node, in build_comparison_op() local
1490 info.check (comp2); in build_comparison_op()
1492 finish_return_stmt (comp2); in build_comparison_op()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcc.cc10407 int comp1, comp2; in version_compare_spec_function() local
10429 comp1 = comp2 = -1; in version_compare_spec_function()
10434 comp2 = compare_version_strings (switch_value, argv[2]); in version_compare_spec_function()
10436 comp2 = -1; /* This value unused. */ in version_compare_spec_function()
10454 result = comp1 >= 0 && comp2 < 0; in version_compare_spec_function()
10457 result = comp1 < 0 || comp2 >= 0; in version_compare_spec_function()
H A Dtree-ssa-alias.cc4266 bool comp2 = handled_component_p (c2); in compare_ao_refs() local
4268 if (comp1 != comp2) in compare_ao_refs()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcc.c9568 int comp1, comp2; in version_compare_spec_function() local
9590 comp1 = comp2 = -1; in version_compare_spec_function()
9595 comp2 = compare_version_strings (switch_value, argv[2]); in version_compare_spec_function()
9597 comp2 = -1; /* This value unused. */ in version_compare_spec_function()
9615 result = comp1 >= 0 && comp2 < 0; in version_compare_spec_function()
9618 result = comp1 < 0 || comp2 >= 0; in version_compare_spec_function()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmethod.cc1740 tree comp2 = build_new_op (info.loc, code, flags, comp, integer_zero_node, in build_comparison_op() local
1742 info.check (comp2); in build_comparison_op()
1744 finish_return_stmt (comp2); in build_comparison_op()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dvector.md844 rtx comp2 = gen_rtx_fmt_ee (cond, <MODE>mode, operands[2], operands[1]);
846 emit_insn (gen_rtx_SET (res2, comp2));
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dvector.md898 rtx comp2 = gen_rtx_fmt_ee (cond, <MODE>mode, operands[2], operands[1]);
900 emit_insn (gen_rtx_SET (res2, comp2));
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr.c11776 rtx comp2, ifelse2, xcond2; in avr_reorg_remove_redundant_compare() local
11797 comp2 = avr_compare_pattern (insn2); in avr_reorg_remove_redundant_compare()
11801 if (!comp1 || !comp2 in avr_reorg_remove_redundant_compare()
11802 || !rtx_equal_p (comp1, comp2) in avr_reorg_remove_redundant_compare()
/netbsd-src/external/gpl3/binutils/dist/gprofng/doc/
H A Dgprofng_ug.texi2302 Assuming this script file is called @file{my-script-comp2}, this is how we
2307 $ gprofng display text -script my-script-comp2 mxv.2.thr.er mxv.4.thr.er
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20082376 * testsuite/20_util/ratio/comparisons/comp2.cc: Likewise.
2400 * testsuite/20_util/ratio/comparisons/comp2.cc: New.
H A DChangeLog-20115610 * testsuite/20_util/ratio/comparisons/comp2.cc: Extend.
H A DChangeLog-20183278 * testsuite/20_util/ratio/comparisons/comp2.cc: Likewise.
H A DChangeLog-20102740 * testsuite/20_util/ratio/comparisons/comp2.cc: Likewise.
H A DChangeLog-20141682 * testsuite/20_util/ratio/comparisons/comp2.cc: Likewise.
H A DChangeLog-20165105 * testsuite/20_util/ratio/comparisons/comp2.cc: Likewise.
H A DChangeLog-20095731 * testsuite/20_util/ratio/comparisons/comp2.cc: Likewise.
/netbsd-src/external/gpl3/gcc/dist/
H A DMD5SUMS18118 9cd0d78bf3adf868453a660652fb543c gcc/testsuite/g++.dg/expr/ptr-comp2.C
108058 43b1ffeabb16200d4bee181e54528121 libstdc++-v3/testsuite/20_util/ratio/comparisons/comp2.cc
/netbsd-src/external/gpl3/gcc.old/dist/
H A DMD5SUMS93924 d525f8b53529cc97b6a5d3a18af351f3 libstdc++-v3/testsuite/20_util/ratio/comparisons/comp2.cc