Home
last modified time | relevance | path

Searched defs:pci (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dmember-pointer.cpp25 int C::*pci; // expected-error {{'pci' does not point into a class}} variable
H A Dnew-delete.cpp59 const int *pci = new const int(); good_news() local