Searched refs:pX (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/test/Analysis/diagnostics/ |
| H A D | no-store-func-path-notes.cpp | 101 C(int pX, int pY) : x(pX) {} // expected-note{{Returning without writing to 'this->y'}} in C() 103 C(int pX, int pY, bool Flag) { in C() 104 x = pX; in C()
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/google/ |
| H A D | readability-casting.cpp | 9 void f(int a, double b, const char *cpc, const void *cpv, X *pX) { in f() argument 104 Y *pB = (Y*)pX; in f() 106 Y &rB = (Y&)*pX; in f()
|
| H A D | readability-casting.mm | 13 void f(int a, double b, const char *cpc, const void *cpv, X *pX) { 59 Y *pB = (Y*)pX; 60 Y &rB = (Y&)*pX;
|