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

  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-attribs.cc 4019 tree fn_tmp = TREE_TYPE (*node); local
4020 decl_attributes (&fn_tmp, tree_cons (name, args, NULL), 0);
4021 *node = build_pointer_type (fn_tmp);
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-attribs.cc 4342 tree fn_tmp = TREE_TYPE (*node); local
4343 decl_attributes (&fn_tmp, tree_cons (name, args, NULL), 0);
4344 *node = build_pointer_type (fn_tmp);

Completed in 30 milliseconds