Searched refs:avoid_regexp_to_use (Results 1 – 1 of 1) sorted by relevance
280 const RegularExpression *avoid_regexp_to_use = m_avoid_regexp_ap.get(); in FrameMatchesAvoidRegexp() local281 if (avoid_regexp_to_use == NULL) in FrameMatchesAvoidRegexp()282 avoid_regexp_to_use = GetThread().GetSymbolsToAvoidRegexp(); in FrameMatchesAvoidRegexp()284 if (avoid_regexp_to_use != NULL) in FrameMatchesAvoidRegexp()299 bool return_value = avoid_regexp_to_use->Execute(frame_function_name, ®ex_match); in FrameMatchesAvoidRegexp()308 avoid_regexp_to_use->GetText(), in FrameMatchesAvoidRegexp()