Lines Matching full:clo_fnname
195 static const HChar* clo_fnname = "main";
199 if VG_STR_CLO(arg, "--fnname", clo_fnname) {}
207 tl_assert(clo_fnname);
208 tl_assert(clo_fnname[0]);
750 tl_assert(clo_fnname);
751 tl_assert(clo_fnname[0]);
755 && 0 == VG_(strcmp)(fnname, clo_fnname)) {
1000 tl_assert(clo_fnname);
1001 tl_assert(clo_fnname[0]);
1008 n_func_calls, ( n_func_calls==1 ? "" : "s" ), clo_fnname);