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

  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 3353 tree visdecl = b->decl;
3354 tree vistype = TREE_TYPE (visdecl);
3364 if (TREE_PUBLIC (x) && TREE_PUBLIC (visdecl))
3420 tree visdecl = NULL_TREE;
3426 visdecl = b->decl;
3427 vistype = TREE_TYPE (visdecl);
3499 if (visdecl && !b && duplicate_decls (x, visdecl))
3507 x = visdecl;
3339 tree visdecl = b->decl; local
3406 tree visdecl = NULL_TREE; local
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc 3162 tree visdecl = b->decl;
3163 tree vistype = TREE_TYPE (visdecl);
3173 if (TREE_PUBLIC (x) && TREE_PUBLIC (visdecl))
3229 tree visdecl = NULL_TREE;
3235 visdecl = b->decl;
3236 vistype = TREE_TYPE (visdecl);
3315 if (visdecl && !b && duplicate_decls (x, visdecl))
3323 x = visdecl;
3148 tree visdecl = b->decl; local
3215 tree visdecl = NULL_TREE; local

Completed in 27 milliseconds