Home | History | Annotate | Download | only in test

Lines Matching full:myfunction

526 void MyFunction(int /* n */) {}
529 // We cannot directly cast &MyFunction to const void* because the
535 reinterpret_cast<internal::BiggestInt>(&MyFunction))),
536 Print(&MyFunction));
1170 void (*fp)(int n) = &MyFunction;
1173 // We cannot directly cast &MyFunction to const void* because the