Home | History | Annotate | Download | only in test

Lines Matching full:myfunction

528 void MyFunction(int /* n */) {}
531 // We cannot directly cast &MyFunction to const void* because the
537 reinterpret_cast<internal::BiggestInt>(&MyFunction))),
538 Print(&MyFunction));
1205 void (*fp)(int n) = &MyFunction;
1208 // We cannot directly cast &MyFunction to const void* because the