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

  /src/external/gpl3/gcc/dist/gcc/cp/
semantics.cc 6783 bool need_static_cast = !same_type_p (type, atype);
6817 if (need_static_cast)
6849 if (need_static_cast)
6782 bool need_static_cast = !same_type_p (type, atype); local
semantics.cc 6783 bool need_static_cast = !same_type_p (type, atype);
6817 if (need_static_cast)
6849 if (need_static_cast)
6782 bool need_static_cast = !same_type_p (type, atype); local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
semantics.cc 6360 bool need_static_cast = !same_type_p (type, atype);
6394 if (need_static_cast)
6426 if (need_static_cast)
6359 bool need_static_cast = !same_type_p (type, atype); local
semantics.cc 6360 bool need_static_cast = !same_type_p (type, atype);
6394 if (need_static_cast)
6426 if (need_static_cast)
6359 bool need_static_cast = !same_type_p (type, atype); local

Completed in 74 milliseconds