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

  /src/external/gpl3/gdb.old/dist/gdb/
cp-support.c 48 #define d_right(dc) (dc)->u.s_binary.right macro
312 demangle_component *tmpl_arglist = d_right (tmpl);
364 d_right (ret_comp) = d_right (comp);
407 d_right (ret_comp) = d_right (comp);
429 comp = d_right (comp);
540 replace_typedefs (info, d_right (ret_comp), finder, data);
555 replace_typedefs (info, d_right (ret_comp), finder, data);
763 cur_comp = d_right (cur_comp)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
cp-support.c 48 #define d_right(dc) (dc)->u.s_binary.right macro
312 demangle_component *tmpl_arglist = d_right (tmpl);
364 d_right (ret_comp) = d_right (comp);
408 d_right (ret_comp) = d_right (comp);
430 comp = d_right (comp);
541 replace_typedefs (info, d_right (ret_comp), finder, data);
556 replace_typedefs (info, d_right (ret_comp), finder, data);
781 cur_comp = d_right (cur_comp)
    [all...]
  /src/external/gpl3/binutils.old/dist/libiberty/
cp-demangle.c 247 #define d_right(dc) ((dc)->u.s_binary.right) macro
869 d_dump (d_right (dc), indent + 2);
1323 return has_return_type (d_right (dc));
1345 return is_ctor_dtor_or_conversion (d_right (dc));
1406 while (d_right (dc) != NULL
1407 && is_fnqual_component_type (d_right (dc)->type))
1408 d_right (dc) = d_left (d_right (dc));
1410 if (d_right (dc) == NULL)
1775 d_right (prev) = next
    [all...]
  /src/external/gpl3/gcc/dist/libiberty/
cp-demangle.c 247 #define d_right(dc) ((dc)->u.s_binary.right) macro
869 d_dump (d_right (dc), indent + 2);
1323 return has_return_type (d_right (dc));
1345 return is_ctor_dtor_or_conversion (d_right (dc));
1406 while (d_right (dc) != NULL
1407 && is_fnqual_component_type (d_right (dc)->type))
1408 d_right (dc) = d_left (d_right (dc));
1410 if (d_right (dc) == NULL)
1775 d_right (prev) = next
    [all...]
  /src/external/gpl3/gcc.old/dist/libiberty/
cp-demangle.c 247 #define d_right(dc) ((dc)->u.s_binary.right) macro
856 d_dump (d_right (dc), indent + 2);
1276 return has_return_type (d_right (dc));
1298 return is_ctor_dtor_or_conversion (d_right (dc));
1343 while (d_right (dc) != NULL
1344 && is_fnqual_component_type (d_right (dc)->type))
1345 d_right (dc) = d_left (d_right (dc));
1347 if (d_right (dc) == NULL)
2948 ptl = &d_right (*ptl)
    [all...]
  /src/external/gpl3/gdb.old/dist/libiberty/
cp-demangle.c 247 #define d_right(dc) ((dc)->u.s_binary.right) macro
869 d_dump (d_right (dc), indent + 2);
1323 return has_return_type (d_right (dc));
1345 return is_ctor_dtor_or_conversion (d_right (dc));
1406 while (d_right (dc) != NULL
1407 && is_fnqual_component_type (d_right (dc)->type))
1408 d_right (dc) = d_left (d_right (dc));
1410 if (d_right (dc) == NULL)
1775 d_right (prev) = next
    [all...]
  /src/external/gpl3/gdb/dist/libiberty/
cp-demangle.c 247 #define d_right(dc) ((dc)->u.s_binary.right) macro
869 d_dump (d_right (dc), indent + 2);
1323 return has_return_type (d_right (dc));
1345 return is_ctor_dtor_or_conversion (d_right (dc));
1406 while (d_right (dc) != NULL
1407 && is_fnqual_component_type (d_right (dc)->type))
1408 d_right (dc) = d_left (d_right (dc));
1410 if (d_right (dc) == NULL)
1775 d_right (prev) = next
    [all...]
  /src/external/gpl3/binutils/dist/libiberty/
cp-demangle.c 247 #define d_right(dc) ((dc)->u.s_binary.right) macro
871 d_dump (d_right (dc), indent + 2);
1325 return has_return_type (d_right (dc));
1347 return is_ctor_dtor_or_conversion (d_right (dc));
1408 while (d_right (dc) != NULL
1409 && is_fnqual_component_type (d_right (dc)->type))
1410 d_right (dc) = d_left (d_right (dc));
1412 if (d_right (dc) == NULL)
1777 d_right (prev) = next
    [all...]

Completed in 97 milliseconds