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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
engine.cc 750 path_var pv1 = *(path_var const *)p1; local
753 const int tree_r1 = readability (pv1.m_tree);
759 const int depth_r1 = pv1.m_stack_depth * COST_PER_FRAME;
777 if (int cmp = TREE_CODE (pv1.m_tree) - TREE_CODE (pv2.m_tree))
780 switch (TREE_CODE (pv1.m_tree))
785 if (int cmp = (SSA_NAME_VERSION (pv1.m_tree)
792 if (int cmp = DECL_UID (pv1.m_tree) - DECL_UID (pv2.m_tree))
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
engine.cc 699 path_var pv1 = *(path_var const *)p1; local
702 const int tree_r1 = readability (pv1.m_tree);
708 const int depth_r1 = pv1.m_stack_depth * COST_PER_FRAME;
726 if (int cmp = TREE_CODE (pv1.m_tree) - TREE_CODE (pv2.m_tree))
729 switch (TREE_CODE (pv1.m_tree))
734 if (int cmp = (SSA_NAME_VERSION (pv1.m_tree)
741 if (int cmp = DECL_UID (pv1.m_tree) - DECL_UID (pv2.m_tree))
  /src/external/gpl3/binutils/dist/binutils/
debug.c 3112 bfd_signed_vma *pv1, *pv2;
3116 pv1 = t1->u.kenum->values;
3121 || *pv1 != *pv2
3126 ++pv1;
3352 struct debug_method_variant_s **pv1, **pv2;
3354 for (pv1 = m1->variants, pv2 = m2->variants;
3355 *pv1 != NULL && *pv2 != NULL;
3356 ++pv1, ++pv2)
3360 v1 = *pv1;
3378 if (*pv1 != NULL || *pv2 != NULL
3109 bfd_signed_vma *pv1, *pv2; local
3349 struct debug_method_variant_s **pv1, **pv2; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
debug.c 3107 bfd_signed_vma *pv1, *pv2;
3111 pv1 = t1->u.kenum->values;
3116 || *pv1 != *pv2
3121 ++pv1;
3347 struct debug_method_variant_s **pv1, **pv2;
3349 for (pv1 = m1->variants, pv2 = m2->variants;
3350 *pv1 != NULL && *pv2 != NULL;
3351 ++pv1, ++pv2)
3355 v1 = *pv1;
3373 if (*pv1 != NULL || *pv2 != NULL
3104 bfd_signed_vma *pv1, *pv2; local
3344 struct debug_method_variant_s **pv1, **pv2; local
    [all...]
  /src/external/gpl3/gcc/dist/libdecnumber/
decNumber.c 4512 const Unit *pv1, *pv2; local
4515 for (pv1=msu1; ; pv1--, pv2--) {
4516 /* v1=*pv1 -- always OK */
4519 if (*pv1!=v2) break; /* no longer the same */
4520 if (pv1==var1) break; /* done; leave pv1 as is */
4523 if (*pv1<v2) break; /* var1 too low to subtract */
4524 if (*pv1==v2) { /* var1 == var2 */
4533 /* *pv1>v2. Prepare for real subtraction; the lengths are equal *
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c 4512 const Unit *pv1, *pv2; local
4515 for (pv1=msu1; ; pv1--, pv2--) {
4516 /* v1=*pv1 -- always OK */
4519 if (*pv1!=v2) break; /* no longer the same */
4520 if (pv1==var1) break; /* done; leave pv1 as is */
4523 if (*pv1<v2) break; /* var1 too low to subtract */
4524 if (*pv1==v2) { /* var1 == var2 */
4533 /* *pv1>v2. Prepare for real subtraction; the lengths are equal *
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/
decNumber.c 4512 const Unit *pv1, *pv2; local
4515 for (pv1=msu1; ; pv1--, pv2--) {
4516 /* v1=*pv1 -- always OK */
4519 if (*pv1!=v2) break; /* no longer the same */
4520 if (pv1==var1) break; /* done; leave pv1 as is */
4523 if (*pv1<v2) break; /* var1 too low to subtract */
4524 if (*pv1==v2) { /* var1 == var2 */
4533 /* *pv1>v2. Prepare for real subtraction; the lengths are equal *
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decNumber.c 4512 const Unit *pv1, *pv2; local
4515 for (pv1=msu1; ; pv1--, pv2--) {
4516 /* v1=*pv1 -- always OK */
4519 if (*pv1!=v2) break; /* no longer the same */
4520 if (pv1==var1) break; /* done; leave pv1 as is */
4523 if (*pv1<v2) break; /* var1 too low to subtract */
4524 if (*pv1==v2) { /* var1 == var2 */
4533 /* *pv1>v2. Prepare for real subtraction; the lengths are equal *
    [all...]

Completed in 36 milliseconds