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

  /src/external/gpl3/gcc/dist/gcc/cp/
call.cc 10652 first_non_static_field (tree type, Predicate pred) function in namespace:__anon13548
10675 if (tree field = first_non_static_field (base, pred))
10696 return first_non_static_field (type, NonPublicField ());
10713 return first_non_static_field (type, NonTrivialField ());
  /src/external/gpl3/gcc.old/dist/gcc/cp/
call.cc 9971 first_non_static_field (tree type, Predicate pred) function in namespace:__anon15976
9994 if (tree field = first_non_static_field (base, pred))
10015 return first_non_static_field (type, NonPublicField ());
10032 return first_non_static_field (type, NonTrivialField ());

Completed in 30 milliseconds