Home | History | Annotate | Download | only in test

Lines Matching defs:pv1

4362   void* pv1 = (void*)0x1234;  // NOLINT
4363 char* const p1 = reinterpret_cast<char*>(pv1);
4778 void* pv1 = (void*)0x1234; // NOLINT
4780 char* const p1 = reinterpret_cast<char*>(pv1);
4800 void* pv1 = (void*)0x1234; // NOLINT
4802 wchar_t* const p1 = reinterpret_cast<wchar_t*>(pv1);