Searched refs:pp2 (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | qualification-conversion.cpp | 7 int const * const * pp2 = pp; in test_quals() local 19 int const A::* const A::* pp2 = pp; in test_mquals() local 27 void aquals2a(int const * (*pp2)[1]); // expected-note{{candidate function}} 29 void test_aquals(int (*p)[1], int * (*pp)[1], int * (*pp2)[1]) { in test_aquals() 33 aquals2a(pp2); // expected-error {{no matching}} in test_aquals()
|
| H A D | warn-zero-nullptr.cpp | 37 void* pp2 = static_cast<decltype(nullptr)>(0); // expected-warning{{zero as null pointer constant}} variable
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/ |
| H A D | isolate-declaration-fixing.cpp | 18 int /* :: */ S::*pp2 = &S::a, var1 = 0; in member_pointers() local 34 int S ::**mdpa2[2] = {&p, &pp2}, var2 = 0; in member_pointers()
|
| /llvm-project-15.0.7/flang/test/Semantics/ |
| H A D | call05.f90 | 19 class(t2), pointer :: pp2(:) variable 93 call spp(pp2)
|
| H A D | symbol15.f90 | 29 procedure(iface), pointer :: pp2 => null() variable
|
| /llvm-project-15.0.7/libclc/generic/lib/math/ |
| H A D | erf.cl | 48 #define pp2 -2.8481749818e-02f /* 0xbce9528f */ 136 tu = mad(t, mad(t, mad(t, mad(t, pp4, pp3), pp2), pp1), pp0);
|
| H A D | erfc.cl | 48 #define pp2 -2.8481749818e-02f /* 0xbce9528f */ 137 tu = mad(t, mad(t, mad(t, mad(t, pp4, pp3), pp2), pp1), pp0);
|