Lines Matching defs:pv1
4190 void* pv1 = (void*)0x1234; // NOLINT4191 char* const p1 = reinterpret_cast<char*>(pv1);4586 void* pv1 = (void*)0x1234; // NOLINT4588 char* const p1 = reinterpret_cast<char*>(pv1);4608 void* pv1 = (void*)0x1234; // NOLINT4610 wchar_t* const p1 = reinterpret_cast<wchar_t*>(pv1);