Searched refs:avoid_regexp_to_use (Results 1 – 1 of 1) sorted by relevance
352 const RegularExpression *avoid_regexp_to_use = m_avoid_regexp_up.get(); in FrameMatchesAvoidCriteria() local353 if (avoid_regexp_to_use == nullptr) in FrameMatchesAvoidCriteria()354 avoid_regexp_to_use = GetThread().GetSymbolsToAvoidRegexp(); in FrameMatchesAvoidCriteria()356 if (avoid_regexp_to_use != nullptr) { in FrameMatchesAvoidCriteria()366 avoid_regexp_to_use->Execute(frame_function_name, &matches); in FrameMatchesAvoidCriteria()373 avoid_regexp_to_use->GetText().str().c_str(), in FrameMatchesAvoidCriteria()