Searched refs:found_it (Results 1 – 6 of 6) 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()
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()
8617 int found_it = 0; in transform_enable() local8625 found_it = 1; in transform_enable()8635 if (!found_it) in transform_enable()