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

  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 9181 static tree constructor_decl;
9280 p->decl = constructor_decl;
9295 constructor_decl = decl;
9346 constructor_decl = p->decl;
9375 type = TREE_TYPE (constructor_decl);
9154 static tree constructor_decl; variable
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 8382 static tree constructor_decl;
8483 p->decl = constructor_decl;
8498 constructor_decl = decl;
8550 constructor_decl = p->decl;
8579 type = TREE_TYPE (constructor_decl);
8357 static tree constructor_decl; variable

Completed in 29 milliseconds