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

  /src/external/gpl3/gcc/dist/gcc/c/
c-objc-common.cc 108 get_aka_type (tree type) function
131 result = get_aka_type (orig_type);
148 tree target_type = get_aka_type (TREE_TYPE (type));
164 tree element_type = get_aka_type (TREE_TYPE (type));
166 ? get_aka_type (TYPE_DOMAIN (type))
185 tree return_type = get_aka_type (TREE_TYPE (type));
195 tree arg_type = get_aka_type (TREE_VALUE (args));
247 tree aka_type = get_aka_type (t);
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-objc-common.cc 71 get_aka_type (tree type) function
94 result = get_aka_type (orig_type);
111 tree target_type = get_aka_type (TREE_TYPE (type));
127 tree element_type = get_aka_type (TREE_TYPE (type));
129 ? get_aka_type (TYPE_DOMAIN (type))
148 tree return_type = get_aka_type (TREE_TYPE (type));
158 tree arg_type = get_aka_type (TREE_VALUE (args));
210 tree aka_type = get_aka_type (t);

Completed in 22 milliseconds