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

  /src/external/gpl3/gcc/dist/gcc/cp/
call.cc 1266 from = type_decays_to (from);
3288 type_decays_to (tree type) function
3430 type = cv_unqualified (type_decays_to (type));
3448 type = cv_unqualified (type_decays_to (type));
4275 type = type_decays_to (type);
9286 type = type_decays_to (type);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
call.cc 1246 from = type_decays_to (from);
3187 type_decays_to (tree type) function
3329 type = cv_unqualified (type_decays_to (type));
3347 type = cv_unqualified (type_decays_to (type));
8650 type = type_decays_to (type);

Completed in 60 milliseconds