HomeSort by relevance Sort by last modified time
    Searched defs:vf2 (Results 1 - 5 of 5) sorted by null

  /external/clang/test/CodeGenCXX/
member-function-pointer-calls.cpp 4 virtual int vf2() { return 2; } function in struct:A
22 return f(&a, &A::vf2);
  /external/stlport/test/unit/
mfunptr_test.cpp 49 void vf2(S1&, S2&);
86 ptr_fun(vf2)(s1, s2);
146 void vf2(S1&, S2&) function
  /ndk/tests/device/test-gnustl-full/unit/
mfunptr_test.cpp 49 void vf2(S1&, S2&);
86 ptr_fun(vf2)(s1, s2);
146 void vf2(S1&, S2&) function
  /ndk/tests/device/test-stlport/unit/
mfunptr_test.cpp 49 void vf2(S1&, S2&);
86 ptr_fun(vf2)(s1, s2);
146 void vf2(S1&, S2&) function
  /external/clang/test/CodeGen/
builtins-ppc-altivec.c 3109 vector float vf2 = (vector float)(2.0); local
    [all...]

Completed in 2255 milliseconds