Home
last modified time | relevance | path

Searched refs:pf3 (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/CodeGen/
Dmicrosoft-call-conv.c25 void (__thiscall *pf3)(void) = f3;
35 pf1(); pf2(); pf3(); pf4(); pf5(); pf6(); in main()
Dstdcall-fastcall.c25 void (__attribute__((thiscall)) *pf3)(void) = f3; variable
35 pf1(); pf2(); pf3(); pf4(); pf5(); pf6(); in main()
/external/eigen/unsupported/test/
Dopenglsupport.cpp163 Transform<float,3,Projective> pf3; pf3.matrix().setRandom(); in test_openglsupport() local
164 VERIFY_MATRIX(glLoadMatrix(pf3), Projective3f(pf3).matrix()); in test_openglsupport()
165 VERIFY_MATRIX(glMultMatrix(pf3), Projective3f(pf3).matrix()); in test_openglsupport()
/external/clang/test/SemaCXX/
Dmember-pointer.cpp45 int (D::*pf3)(int, int) = 0; in f() local
48 bool b3 = (pf == pf3); (void)b3; in f()