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

  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 3333 struct maybe_used_decl
3340 struct maybe_used_decl *next;
3343 static struct maybe_used_decl *maybe_used_decls;
3353 struct maybe_used_decl *t = XOBNEW (&parser_obstack, struct maybe_used_decl);
3368 struct maybe_used_decl *p = maybe_used_decls;
3321 struct maybe_used_decl struct
c-typeck.cc 3333 struct maybe_used_decl
3340 struct maybe_used_decl *next;
3343 static struct maybe_used_decl *maybe_used_decls;
3353 struct maybe_used_decl *t = XOBNEW (&parser_obstack, struct maybe_used_decl);
3368 struct maybe_used_decl *p = maybe_used_decls;
3321 struct maybe_used_decl struct
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 2924 struct maybe_used_decl
2931 struct maybe_used_decl *next;
2934 static struct maybe_used_decl *maybe_used_decls;
2944 struct maybe_used_decl *t = XOBNEW (&parser_obstack, struct maybe_used_decl);
2959 struct maybe_used_decl *p = maybe_used_decls;
2914 struct maybe_used_decl struct
c-typeck.cc 2924 struct maybe_used_decl
2931 struct maybe_used_decl *next;
2934 static struct maybe_used_decl *maybe_used_decls;
2944 struct maybe_used_decl *t = XOBNEW (&parser_obstack, struct maybe_used_decl);
2959 struct maybe_used_decl *p = maybe_used_decls;
2914 struct maybe_used_decl struct

Completed in 96 milliseconds