Lines Matching refs:max_matches
870 uint32_t max_matches, in PrivateFindGlobalVariables() argument
885 … if (oso_dwarf->FindGlobalVariables(name, namespace_decl, true, max_matches, variables)) in PrivateFindGlobalVariables()
886 if (variables.GetSize() > max_matches) in PrivateFindGlobalVariables()
895 …&name, const ClangNamespaceDecl *namespace_decl, bool append, uint32_t max_matches, VariableList& … in FindGlobalVariables() argument
913 max_matches, in FindGlobalVariables()
920 if (max_matches == UINT32_MAX) in FindGlobalVariables()
924 if (max_matches >= total_matches) in FindGlobalVariables()
929 max_matches -= oso_matches; in FindGlobalVariables()
938 …GlobalVariables (const RegularExpression& regex, bool append, uint32_t max_matches, VariableList& … in FindGlobalVariables() argument
954 max_matches, in FindGlobalVariables()
961 if (max_matches == UINT32_MAX) in FindGlobalVariables()
965 if (max_matches >= total_matches) in FindGlobalVariables()
970 max_matches -= oso_matches; in FindGlobalVariables()
1235 uint32_t max_matches, in FindTypes() argument
1249 return oso_dwarf->FindTypes (sc, name, namespace_decl, append, max_matches, types); in FindTypes()
1255 oso_dwarf->FindTypes (sc, name, namespace_decl, append, max_matches, types); in FindTypes()