Home
last modified time | relevance | path

Searched refs:pp2 (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dqualification-conversion.cpp7 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 Dwarn-zero-nullptr.cpp37 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 Disolate-declaration-fixing.cpp18 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 Dcall05.f9019 class(t2), pointer :: pp2(:) variable
93 call spp(pp2)
H A Dsymbol15.f9029 procedure(iface), pointer :: pp2 => null() variable
/llvm-project-15.0.7/libclc/generic/lib/math/
H A Derf.cl48 #define pp2 -2.8481749818e-02f /* 0xbce9528f */
136 tu = mad(t, mad(t, mad(t, mad(t, pp4, pp3), pp2), pp1), pp0);
H A Derfc.cl48 #define pp2 -2.8481749818e-02f /* 0xbce9528f */
137 tu = mad(t, mad(t, mad(t, mad(t, pp4, pp3), pp2), pp1), pp0);