Home
last modified time | relevance | path

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

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