Lines Matching refs:tmp_str
411 const HChar* tmp_str; in CLG_() local
431 else if VG_STR_CLO(arg, "--fn-skip", tmp_str) { in CLG_()
432 fn_config* fnc = get_fnc(tmp_str); in CLG_()
436 else if VG_STR_CLO(arg, "--dump-before", tmp_str) { in CLG_()
437 fn_config* fnc = get_fnc(tmp_str); in CLG_()
441 else if VG_STR_CLO(arg, "--zero-before", tmp_str) { in CLG_()
442 fn_config* fnc = get_fnc(tmp_str); in CLG_()
446 else if VG_STR_CLO(arg, "--dump-after", tmp_str) { in CLG_()
447 fn_config* fnc = get_fnc(tmp_str); in CLG_()
451 else if VG_STR_CLO(arg, "--toggle-collect", tmp_str) { in CLG_()
452 fn_config* fnc = get_fnc(tmp_str); in CLG_()
462 else if VG_STR_CLO( arg, "--pop-on-jump", tmp_str) { in CLG_()
463 fn_config* fnc = get_fnc(tmp_str); in CLG_()