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

  /src/external/gpl3/gcc/dist/gcc/cp/
call.cc 11357 is a member of TYPE. *FREE_P is set to true if the caller must
11365 name_as_c_string (tree name, tree type, bool *free_p)
11370 *free_p = false;
11381 *free_p = true;
11391 *free_p = true;
11777 bool free_p; local
11782 pretty_name = name_as_c_string (name, basetype, &free_p);
11794 if (free_p)
  /src/external/gpl3/gcc.old/dist/gcc/cp/
call.cc 10676 is a member of TYPE. *FREE_P is set to true if the caller must
10684 name_as_c_string (tree name, tree type, bool *free_p)
10689 *free_p = false;
10700 *free_p = true;
10710 *free_p = true;
11107 bool free_p; local
11112 pretty_name = name_as_c_string (name, basetype, &free_p);
11124 if (free_p)

Completed in 29 milliseconds