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

  /src/external/gpl3/gcc/dist/gcc/cp/
decl.cc 9902 start_preparsed_function (fndecl, NULL_TREE, SF_PRE_PARSED);
15294 /* Build DECL_RESULT in start_preparsed_function. */;
17812 start_preparsed_function (tree decl1, tree attrs, int flags)
18206 /* Like start_preparsed_function, except that instead of a
18231 return start_preparsed_function (decl1, attrs, /*flags=*/SF_DEFAULT);
17792 start_preparsed_function (tree decl1, tree attrs, int flags) function
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc 9449 start_preparsed_function (fndecl, NULL_TREE, SF_PRE_PARSED);
17064 start_preparsed_function (tree decl1, tree attrs, int flags)
17458 /* Like start_preparsed_function, except that instead of a
17483 return start_preparsed_function (decl1, attrs, /*flags=*/SF_DEFAULT);
17044 start_preparsed_function (tree decl1, tree attrs, int flags) function

Completed in 33 milliseconds