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

  /src/external/gpl3/gcc/dist/gcc/cp/
decl2.cc 2651 /* A special return value from type_visibility meaning internal
2657 static int type_visibility (tree);
2659 /* walk_tree helper function for type_visibility. */
2715 tpvis = type_visibility (TREE_TYPE (t));
2743 tpvis = type_visibility (TREE_TYPE (t));
2754 tpvis = type_visibility (DECL_CONTEXT (t));
2771 type_visibility (tree type)
2846 vis = type_visibility (arg);
2912 vis = type_visibility (extra);
2972 int underlying_vis = type_visibility (underlying_type)
2766 type_visibility (tree type) function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl2.cc 2527 /* A special return value from type_visibility meaning internal
2533 static int type_visibility (tree);
2535 /* walk_tree helper function for type_visibility. */
2588 tpvis = type_visibility (TREE_TYPE (*tp));
2613 type_visibility (tree type)
2688 vis = type_visibility (arg);
2754 vis = type_visibility (extra);
2814 int underlying_vis = type_visibility (underlying_type);
2826 (decl, type_visibility (TREE_TYPE (DECL_NAME (decl))), false);
2915 int tvis = type_visibility (TREE_TYPE (decl))
2608 type_visibility (tree type) function
    [all...]

Completed in 62 milliseconds