Home | History | Annotate | Download | only in test

Lines Matching defs:pv1

4507   void* pv1 = (void*)0x1234;  // NOLINT
4508 char* const p1 = reinterpret_cast<char*>(pv1);
4923 void* pv1 = (void*)0x1234; // NOLINT
4925 char* const p1 = reinterpret_cast<char*>(pv1);
4945 void* pv1 = (void*)0x1234; // NOLINT
4947 wchar_t* const p1 = reinterpret_cast<wchar_t*>(pv1);