| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | qualification-conversion.cpp | 4 int* quals3(int const * * const * ppp); // expected-note{{candidate function}} 6 void test_quals(int * p, int * * pp, int * * * ppp) { in test_quals() argument 10 quals3(ppp); // expected-error {{no matching}} in test_quals() 16 void mquals3(int const A::* A::* const A::*ppp); // expected-note{{candidate function}} 18 void test_mquals(int A::*p, int A::* A::*pp, int A::* A::* A::*ppp) { in test_mquals() argument 22 mquals3(ppp); // expected-error {{no matching}} in test_mquals()
|
| H A D | overload-call.cpp | 174 int* quals3(int const * * const * ppp); 175 char* quals3(int *** ppp); 177 void test_quals(int * p, int * * pp, int * * * ppp) { in test_quals() argument 180 char* q3 = quals3(ppp); in test_quals() 198 void test_quals_ranking(int * p, int volatile *pq, int * * pp, int * * * ppp) { in test_quals_ranking() argument 209 quals_rank3(ppp); // expected-error {{call to 'quals_rank3' is ambiguous}} in test_quals_ranking()
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | method-undef-category-warn-1.m | 21 - (void)ppp; // expected-note {{method 'ppp' declared here}} method in DOG 25 // expected-warning {{method definition for 'ppp' not found}}
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Thumb2/ |
| H A D | scavenge-lr.mir | 34 %ppp..sroa_idx = getelementptr inbounds %S, %S* %arg, i32 -8 35 %ppp..sroa_cast248 = bitcast %S* %ppp..sroa_idx to <8 x float>* 36 %ppp.copyload = load <8 x float>, <8 x float>* %ppp..sroa_cast248, align 32 69 %mul.i = fmul <8 x float> %ppp.copyload, %www.copyload 78 store <8 x float> %mul.i153, <8 x float>* %ppp..sroa_cast248, align 32 94 %mul.i105 = fmul <8 x float> %ppp.copyload, %ttt.copyload 133 …$q12 = VLD1q64 $r12, 16, 14 /* CC::al */, $noreg :: (load (s128) from %ir.ppp..sroa_cast248, align… 166 …d $r12, 16, killed $q11, 14 /* CC::al */, $noreg :: (store (s128) into %ir.ppp..sroa_cast248, alig… 167 …$q11 = VLD1q64 $r12, 16, 14 /* CC::al */, $noreg :: (load (s128) from %ir.ppp..sroa_cast248 + 16, … 218 …VST1q64 killed $r12, 16, killed $q8, 14 /* CC::al */, $noreg :: (store (s128) into %ir.ppp..sroa_c…
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | thunk-use-after-free.cpp | 41 class ZZZ:AAA < Data >, BBB { virtual ZZZ *ppp () ; }; 42 ZZZ * ZZZ::ppp () { return new ZZZ; } in ppp() function in ZZZ
|
| H A D | debug-info-use-after-free.cpp | 130 class ZZZ:AAA < Data >, BBB { virtual ZZZ *ppp () ; }; 131 ZZZ * ZZZ::ppp () { return new ZZZ; } in ppp() function in ZZZ
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | taint-tester.c | 137 FILE **ppp = &stdin; in stdinTest3() local 139 fscanf(*ppp, "%d", &iii); in stdinTest3()
|
| /llvm-project-15.0.7/clang/test/Rewriter/ |
| H A D | rewrite-block-pointer.mm | 92 BDVDiscoveryCompletionHandler ppp; 93 ppp(1, 0);
|
| /llvm-project-15.0.7/clang/test/Preprocessor/ |
| H A D | pragma_diagnostic.c | 41 void ppp(void){} // expected-warning {{no previous prototype for function 'ppp'}} in ppp() function
|
| /llvm-project-15.0.7/clang/test/CXX/drs/ |
| H A D | dr5xx.cpp | 198 void g(D<double> ppp) { in g() argument 199 delete ppp; in g() 204 void g(D<double> *ppp) { in g() argument 205 delete ppp; // expected-note {{instantiation of}} in g()
|