Home | History | Annotate | Download | only in test

Lines Matching full:myfunction

524 void MyFunction(int /* n */) {}
527 // We cannot directly cast &MyFunction to const void* because the
533 reinterpret_cast<internal::BiggestInt>(&MyFunction))),
534 Print(&MyFunction));
1202 void (*fp)(int n) = &MyFunction;
1205 // We cannot directly cast &MyFunction to const void* because the