Home
last modified time | relevance | path

Searched defs:ppp (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dqualification-conversion.cpp6 void test_quals(int * p, int * * pp, int * * * ppp) { in test_quals()
18 void test_mquals(int A::*p, int A::* A::*pp, int A::* A::* A::*ppp) { in test_mquals()
H A Doverload-call.cpp177 void test_quals(int * p, int * * pp, int * * * ppp) { in test_quals()
198 void test_quals_ranking(int * p, int volatile *pq, int * * pp, int * * * ppp) { in test_quals_ranking()
/llvm-project/clang/test/Preprocessor/
H A Dpragma_diagnostic.c51 void ppp(void){} // expected-warning {{no previous prototype for function 'ppp'}} in ppp() function
/llvm-project/clang/test/CodeGenCXX/
H A Dthunk-use-after-free.cpp42 ZZZ * ZZZ::ppp () { return new ZZZ; } in ppp() function in ZZZ
H A Ddebug-info-use-after-free.cpp131 ZZZ * ZZZ::ppp () { return new ZZZ; } in ppp() function in ZZZ
/llvm-project/clang/test/SemaObjC/
H A Dmethod-undef-category-warn-1.m21 - (void)ppp; // expected-note {{method 'ppp' declared here}} method in DOG
/llvm-project/clang/test/Analysis/
H A Dtaint-tester.c137 FILE **ppp = &stdin; in stdinTest3() local
/llvm-project/clang/test/CXX/drs/
H A Dcwg5xx.cpp213 void g(D<double> ppp) { in g() argument
221 void g(D<double> *ppp) { in g() argument