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

  /src/external/gpl3/gcc/dist/gcc/cp/
name-lookup.cc 2967 bool hide_value = false; local
2975 hide_value = hide_type, hide_type = false;
2982 hide_value = STAT_DECL_HIDDEN_P (*slot);
3012 hide_value = hiding;
3023 hide_type = hide_value;
3025 hide_value = false;
3104 gcc_checking_assert (!hide_value && !hiding);
3118 hide_value = true;
3142 STAT_DECL_HIDDEN_P (*slot) = hide_value;
3144 else if (to_type || hide_value)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
name-lookup.cc 2788 bool hide_value = false; local
2795 hide_value = hide_type, hide_type = false;
2801 hide_value = STAT_DECL_HIDDEN_P (*slot);
2831 hide_value = hiding;
2842 hide_type = hide_value;
2844 hide_value = false;
2921 gcc_checking_assert (!hide_value && !hiding);
2935 hide_value = true;
2959 STAT_DECL_HIDDEN_P (*slot) = hide_value;
2961 else if (to_type || hide_value)
    [all...]

Completed in 28 milliseconds