Home
last modified time | relevance | path

Searched refs:MPR (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/CodeGenCXX/
Dnested-base-member-access.cpp8 void MPR() { printf("iM = %d\n", iM); } in MPR() function
39 this->MPR(); this->PPR(); this->QPR(); in PR()
Dconstructor-init.cpp11 void MPR() {printf("iM = %d\n", iM); }; in MPR() function
38 MPR(); in PR()