Home | History | Annotate | Download | only in helgrind

Lines Matching defs:tmp_str

5151    const HChar* tmp_str;
5171 else if VG_STR_CLO(arg, "--hg-sanity-flags", tmp_str) {
5174 if (6 != VG_(strlen)(tmp_str)) {
5180 if ('0' == tmp_str[j]) { /* do nothing */ }
5181 else if ('1' == tmp_str[j]) HG_(clo_sanity_flags) |= (1 << (6-1-j));