• Home
  • Raw
  • Download

Lines Matching refs:num_matches

2487                                 const size_t num_matches = method_die_offsets.size();  in ResolveClangOpaqueTypeDefinition()  local
2488 for (size_t i=0; i<num_matches; ++i) in ResolveClangOpaqueTypeDefinition()
3192 const uint32_t num_matches = variables.GetSize() - original_size; in FindGlobalVariables() local
3193 if (log && num_matches > 0) in FindGlobalVariables()
3201 num_matches); in FindGlobalVariables()
3203 return num_matches; in FindGlobalVariables()
3258 const size_t num_matches = die_offsets.size(); in FindGlobalVariables() local
3259 if (num_matches) in FindGlobalVariables()
3262 for (size_t i=0; i<num_matches; ++i) in FindGlobalVariables()
3399 const size_t num_matches = die_offsets.size(); in ParseFunctions() local
3400 if (num_matches) in ParseFunctions()
3405 for (size_t i=0; i<num_matches; ++i) in ParseFunctions()
3582 uint32_t num_matches = 0; in FindFunctions() local
3589 num_matches = m_apple_names_ap->FindByName (name_cstr, die_offsets); in FindFunctions()
3590 for (uint32_t i = 0; i < num_matches; i++) in FindFunctions()
3621 num_matches = m_apple_names_ap->FindByName (name_cstr, die_offsets); in FindFunctions()
3625 for (uint32_t i = 0; i < num_matches; i++) in FindFunctions()
3660 num_matches = m_apple_names_ap->FindByName (name_cstr, die_offsets); in FindFunctions()
3662 for (uint32_t i = 0; i < num_matches; i++) in FindFunctions()
3832 const uint32_t num_matches = sc_list.GetSize() - original_size; in FindFunctions() local
3834 if (log && num_matches > 0) in FindFunctions()
3841 num_matches); in FindFunctions()
3843 return num_matches; in FindFunctions()
3990 const uint32_t num_matches = types.GetSize() - initial_types_size; in FindTypes() local
3991 if (log && num_matches) in FindTypes()
4002 num_matches); in FindTypes()
4011 num_matches); in FindTypes()
4014 return num_matches; in FindTypes()
4063 const size_t num_matches = die_offsets.size(); in FindNamespace() local
4064 if (num_matches) in FindNamespace()
4067 for (size_t i=0; i<num_matches; ++i) in FindNamespace()
4119 uint32_t num_matches = 0; in FindTypes() local
4127 ++num_matches; in FindTypes()
4128 if (num_matches >= max_matches) in FindTypes()
4802 const size_t num_matches = die_offsets.size(); in FindCompleteObjCDefinitionTypeForDIE() local
4806 if (num_matches) in FindCompleteObjCDefinitionTypeForDIE()
4809 for (size_t i=0; i<num_matches; ++i) in FindCompleteObjCDefinitionTypeForDIE()
5046 const size_t num_matches = die_offsets.size(); in FindDefinitionTypeForDIE() local
5052 if (num_matches) in FindDefinitionTypeForDIE()
5055 for (size_t i=0; i<num_matches; ++i) in FindDefinitionTypeForDIE()
5218 const size_t num_matches = die_offsets.size(); in FindDefinitionTypeForDWARFDeclContext() local
5223 if (num_matches) in FindDefinitionTypeForDWARFDeclContext()
5226 for (size_t i=0; i<num_matches; ++i) in FindDefinitionTypeForDWARFDeclContext()
7184 const size_t num_matches = die_offsets.size(); in ParseVariablesForContext() local
7185 if (num_matches) in ParseVariablesForContext()
7188 for (size_t i=0; i<num_matches; ++i) in ParseVariablesForContext()
7823 const size_t num_matches = die_offsets.size(); in SearchDeclContext() local
7825 if (num_matches) in SearchDeclContext()
7827 for (size_t i = 0; i < num_matches; ++i) in SearchDeclContext()