Lines Matching refs:aCC
4736 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4780 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
5126 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
5128 return *s ? strlen_c_r(s + 1, acc + 1) : acc;
5560 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
5562 return *s ? strlen_c_r(s + 1, acc + 1) : acc;