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

  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 3354 tree vistype = TREE_TYPE (visdecl);
3382 if (comptypes (vistype, type))
3383 thistype = composite_type (vistype, type);
3419 tree vistype = NULL_TREE;
3427 vistype = TREE_TYPE (visdecl);
3478 if (vistype)
3480 if (comptypes (vistype, type))
3481 thistype = composite_type (vistype, type);
9738 tree vistype = previous_tag (t);
9739 if (vistype
3340 tree vistype = TREE_TYPE (visdecl); local
3405 tree vistype = NULL_TREE; local
9708 tree vistype = previous_tag (t); local
10161 tree vistype = previous_tag (enumtype); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc 3163 tree vistype = TREE_TYPE (visdecl);
3191 if (comptypes (vistype, type))
3192 thistype = composite_type (vistype, type);
3228 tree vistype = NULL_TREE;
3236 vistype = TREE_TYPE (visdecl);
3294 if (vistype)
3296 if (comptypes (vistype, type))
3297 thistype = composite_type (vistype, type);
3149 tree vistype = TREE_TYPE (visdecl); local
3214 tree vistype = NULL_TREE; local

Completed in 23 milliseconds