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

  /src/external/gpl3/gcc/dist/gcc/cp/
name-lookup.cc 2966 bool hide_type = false; local
2973 hide_type = HIDDEN_TYPE_BINDING_P (binding);
2975 hide_value = hide_type, hide_type = false;
2981 hide_type = STAT_TYPE_HIDDEN_P (*slot);
3007 hide_type = hiding;
3023 hide_type = hide_value;
3141 STAT_TYPE_HIDDEN_P (*slot) = hide_type;
3147 STAT_TYPE_HIDDEN_P (*slot) = hide_type;
3152 gcc_checking_assert (!hide_type);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
name-lookup.cc 2787 bool hide_type = false; local
2793 hide_type = HIDDEN_TYPE_BINDING_P (binding);
2795 hide_value = hide_type, hide_type = false;
2800 hide_type = STAT_TYPE_HIDDEN_P (*slot);
2826 hide_type = hiding;
2842 hide_type = hide_value;
2958 STAT_TYPE_HIDDEN_P (*slot) = hide_type;
2964 STAT_TYPE_HIDDEN_P (*slot) = hide_type;
2969 gcc_checking_assert (!hide_type);
    [all...]

Completed in 29 milliseconds