Home
last modified time | relevance | path

Searched refs:ppp (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dqualification-conversion.cpp4 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 Doverload-call.cpp174 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 Dmethod-undef-category-warn-1.m21 - (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 Dscavenge-lr.mir34 %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 Dthunk-use-after-free.cpp41 class ZZZ:AAA < Data >, BBB { virtual ZZZ *ppp () ; };
42 ZZZ * ZZZ::ppp () { return new ZZZ; } in ppp() function in ZZZ
H A Ddebug-info-use-after-free.cpp130 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 Dtaint-tester.c137 FILE **ppp = &stdin; in stdinTest3() local
139 fscanf(*ppp, "%d", &iii); in stdinTest3()
/llvm-project-15.0.7/clang/test/Rewriter/
H A Drewrite-block-pointer.mm92 BDVDiscoveryCompletionHandler ppp;
93 ppp(1, 0);
/llvm-project-15.0.7/clang/test/Preprocessor/
H A Dpragma_diagnostic.c41 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 Ddr5xx.cpp198 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()