Home | History | Annotate | Download | only in test

Lines Matching full:myfunction

520 void MyFunction(int /* n */) {}
523 // We cannot directly cast &MyFunction to const void* because the
529 reinterpret_cast<internal::BiggestInt>(&MyFunction))),
530 Print(&MyFunction));
1151 void (*fp)(int n) = &MyFunction;
1154 // We cannot directly cast &MyFunction to const void* because the