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

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc 274 tree (*make_fname_decl) (location_t, tree, int);
779 decl = (*make_fname_decl) (loc, id, fname_vars[ix].pretty);
273 tree (*make_fname_decl) (location_t, tree, int); variable
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.cc 274 tree (*make_fname_decl) (location_t, tree, int);
758 decl = (*make_fname_decl) (loc, id, fname_vars[ix].pretty);
273 tree (*make_fname_decl) (location_t, tree, int); variable

Completed in 35 milliseconds