Searched refs:found_it (Results 1 – 7 of 7) sorted by relevance
41 bool found_it = false; in bar() local43 return found_it; in bar()
257 bool found_it = false; in AtOurAddress() local263 found_it = true; in AtOurAddress()267 return found_it; in AtOurAddress()
1236 bool found_it = false; in DiscardThreadPlansUpToPlan() local1240 found_it = true; in DiscardThreadPlansUpToPlan()1242 if (found_it) in DiscardThreadPlansUpToPlan()
836 bool found_it = false; in GetStepThroughDispatchPlan() local846 found_it = true; in GetStepThroughDispatchPlan()851 if (!found_it) in GetStepThroughDispatchPlan()856 found_it = m_vtables_ap->IsAddressInVTables (curr_pc, flags); in GetStepThroughDispatchPlan()857 if (found_it) in GetStepThroughDispatchPlan()869 if (found_it) in GetStepThroughDispatchPlan()
332 const PFNMap::const_iterator found_it = pfn_map.find( in ClassifyPages() local334 if (found_it == pfn_map.end()) in ClassifyPages()337 times_mapped += found_it->second; in ClassifyPages()
216 bool found_it = m_decl_map->GetFunctionAddress (name, fun_addr); in GetFunctionAddress() local217 if (!found_it) in GetFunctionAddress()227 found_it = m_decl_map->GetFunctionAddress (altnernate_name, fun_addr); in GetFunctionAddress()231 if (!found_it) in GetFunctionAddress()
7394 int found_it = 0; in transform_enable() local7402 found_it = 1; in transform_enable()7412 if (!found_it) in transform_enable()