Home | History | Annotate | Download | only in gtest

Lines Matching refs:nm_test_func

6455 void nm_test_func(void);
6456 void nm_test_func(void){}
6460 int main(){nm_test_var='a';nm_test_func();return(0);}
6484 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6549 echo "cannot find nm_test_func in $nlist" >&5