HomeSort by: relevance | last modified time | path
    Searched defs:comp1 (Results 1 - 10 of 10) sorted by relevancy

  /src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
componentlib.c 1947 void *comp1, *comp2; local
1950 comp1 = result->value;
1952 comp1 = result;
1961 return result->cai->Match(oid, comp1, comp2 );
1963 return result2->cai->Match(oid, comp1, comp2);
  /src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
ucgendat.c 1208 const _comp_t *comp1 = v_comp1, *comp2 = v_comp2; local
1209 long diff = comp1->code1 - comp2->code1;
1212 diff = comp1->code2 - comp2->code2;
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
expr.cc 4055 gfc_component *comp1, *comp2; local
4160 comp1 = gfc_get_proc_ptr_comp (lvalue);
4161 if (comp1)
4162 s1 = comp1->ts.interface;
4204 if (!s1 && comp1 && comp1->attr.subroutine && s2 && s2->attr.function)
4214 if (comp1 && !s1)
4217 comp1->name, &lvalue->where, err);
resolve.cc 11301 gfc_component *comp1, gfc_component *comp2, locus loc)
11310 if (comp1 && comp2)
11312 add_comp_ref (this_code->expr1, comp1);
11515 gfc_component *comp1, *comp2; local
11569 comp1 = (*code)->expr1->ts.u.derived->components;
11573 for (; comp1; comp1 = comp1->next, comp2 = comp2->next)
11579 if (!gfc_bt_struct (comp1->ts.type)
11580 || comp1->attr.pointe
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-alias.cc 4278 bool comp1 = handled_component_p (c1); local
4281 if (comp1 != comp2)
4283 if (!comp1)
gcc.cc 10447 int comp1, comp2;
10469 comp1 = comp2 = -1;
10472 comp1 = compare_version_strings (switch_value, argv[1]);
10482 result = comp1 >= 0;
10485 result = comp1 >= 0 || switch_value == NULL;
10488 result = comp1 < 0;
10491 result = comp1 < 0 || switch_value == NULL;
10494 result = comp1 >= 0 && comp2 < 0;
10497 result = comp1 < 0 || comp2 >= 0;
10417 int comp1, comp2; local
  /src/external/gpl3/gcc/dist/gcc/fortran/
expr.cc 4071 gfc_component *comp1, *comp2; local
4176 comp1 = gfc_get_proc_ptr_comp (lvalue);
4177 if (comp1)
4178 s1 = comp1->ts.interface;
4220 if (!s1 && comp1 && comp1->attr.subroutine && s2 && s2->attr.function)
4230 if (comp1 && !s1)
4233 comp1->name, &lvalue->where, err);
resolve.cc 11797 gfc_component *comp1, gfc_component *comp2, locus loc)
11806 if (comp1 && comp2)
11808 add_comp_ref (this_code->expr1, comp1);
12111 gfc_component *comp1, *comp2; local
12200 comp1 = (*code)->expr1->ts.u.derived->components;
12203 for (; comp1; comp1 = comp1->next, comp2 = comp2->next)
12210 if (!gfc_bt_struct (comp1->ts.type)
12211 || comp1->attr.pointe
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-alias.cc 4365 bool comp1 = handled_component_p (c1); local
4368 if (comp1 != comp2)
4370 if (!comp1)
gcc.cc 10589 int comp1, comp2;
10611 comp1 = comp2 = -1;
10614 comp1 = compare_version_strings (switch_value, argv[1]);
10624 result = comp1 >= 0;
10627 result = comp1 >= 0 || switch_value == NULL;
10630 result = comp1 < 0;
10633 result = comp1 < 0 || switch_value == NULL;
10636 result = comp1 >= 0 && comp2 < 0;
10639 result = comp1 < 0 || comp2 >= 0;
10559 int comp1, comp2; local

Completed in 103 milliseconds