Searched defs:regex (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandObjectRegexCommand.h68 RegularExpression regex; member in struct:lldb_private::CommandObjectRegexCommand::Entry
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DNameToDIE.cpp45 NameToDIE::Find (const RegularExpression& regex, DIEArray &info_array) const argument
H A DDWARFDebugPubnamesSet.cpp156 DWARFDebugPubnamesSet::Find(const RegularExpression& regex, std::vector<dw_offset_t>& die_offset_coll) const argument
H A DDWARFDebugPubnames.cpp266 DWARFDebugPubnames::Find(const RegularExpression& regex, std::vector<dw_offset_t>& die_offsets) const argument
H A DDWARFDebugInfo.cpp624 RegularExpression* regex; member in struct:FindCallbackStringInfoTag
H A DHashedNameToDIE.cpp530 AppendHashDataForRegularExpression( const lldb_private::RegularExpression& regex, lldb::offset_t* hash_data_offset_ptr, Pair &pair) const argument
600 AppendAllDIEsThatMatchingRegex( const lldb_private::RegularExpression& regex, DIEInfoArray &die_info_array) const argument
/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DRegex.h49 Regex &operator=(Regex regex) { argument
54 Regex(Regex &&regex) { argument
[all...]
/freebsd-11.0-release/usr.bin/grep/regex/
H A Dtre-compile.c15 tre_convert_pattern(const char *regex, size_t n, tre_char_t **w, argument
H A Dfastmatch.c40 tre_fixncomp(fastmatch_t *preg, const char *regex, size_t n, int cflags) argument
61 tre_fastncomp(fastmatch_t *preg, const char *regex, size_t n, int cflags) argument
85 tre_fixcomp(fastmatch_t *preg, const char *regex, int cflags) argument
91 tre_fastcomp(fastmatch_t *preg, const char *regex, int cflags) argument
97 tre_fixwncomp(fastmatch_t *preg, const wchar_t *regex, size_t n, int cflags) argument
103 tre_fastwncomp(fastmatch_t *preg, const wchar_t *regex, size_t n, int cflags) argument
111 tre_fixwcomp(fastmatch_t *preg, const wchar_t *regex, int cflags) argument
117 tre_fastwcomp(fastmatch_t *preg, const wchar_t *regex, int cflags) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp29 BreakpointResolverFileRegex( Breakpoint *bkpt, RegularExpression &regex, bool exact_match ) argument
/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DRegex.cpp22 Regex::Regex(StringRef regex, unsigned Flags) { argument
/freebsd-11.0-release/contrib/flex/
H A Dregex.c50 void flex_regcomp(regex_t *preg, const char *regex, int cflags) argument
/freebsd-11.0-release/contrib/atf/atf-c++/detail/
H A Dtext.cpp54 impl::match(const std::string& str, const std::string& regex) argument
/freebsd-11.0-release/contrib/atf/atf-c++/
H A Dutils.cpp74 atf::utils::grep_file(const std::string& regex, const std::string& path) argument
80 atf::utils::grep_string(const std::string& regex, const std::string& str) argument
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DMangled.cpp348 Mangled::NameMatches (const RegularExpression& regex, lldb::LanguageType language) const argument
H A DSourceManager.cpp546 SourceManager::File::FindLinesMatchingRegex (RegularExpression& regex, uint32_t start_line, uint32_t end_line, std::vector<uint32_t> &match_lines) argument
324 FindLinesMatchingRegex(FileSpec &file_spec, RegularExpression& regex, uint32_t start_line, uint32_t end_line, std::vector<uint32_t> &match_lines) argument
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbolFile.cpp114 SymbolFile::FindGlobalVariables (const RegularExpression& regex, bool append, uint32_t max_matches, VariableList& variables) argument
130 SymbolFile::FindFunctions (const RegularExpression& regex, bool include_inlines, bool append, SymbolContextList& sc_list) argument
H A DVariableList.cpp151 VariableList::AppendVariablesIfUnique (const RegularExpression& regex, VariableList &var_list, size_t& total_matches) argument
H A DSymbolVendor.cpp321 SymbolVendor::FindGlobalVariables (const RegularExpression& regex, bool append, size_t max_matches, VariableList& variables) argument
347 SymbolVendor::FindFunctions(const RegularExpression& regex, bool include_inlines, bool append, SymbolContextList& sc_list) argument
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DUniqueCStringMap.h240 GetValues (const RegularExpression& regex, std::vector<T> &values) const argument
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h342 lldb::RegularExpressionSP regex = pos->first; local
380 lldb::RegularExpressionSP regex = m_format_map.GetKeyAtIndex(index); local
398 lldb::RegularExpressionSP regex = pos->first; local
416 lldb::RegularExpressionSP regex = pos->first; local
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DFormattersHelpers.cpp30 AddFormat(TypeCategoryImpl::SharedPointer category_sp, lldb::Format format, ConstString type_name, TypeFormatImpl::Flags flags, bool regex) argument
45 AddSummary(TypeCategoryImpl::SharedPointer category_sp, TypeSummaryImplSP summary_sp, ConstString type_name, bool regex) argument
57 AddStringSummary(TypeCategoryImpl::SharedPointer category_sp, const char* string, ConstString type_name, TypeSummaryImpl::Flags flags, bool regex) argument
73 AddOneLineSummary(TypeCategoryImpl::SharedPointer category_sp, ConstString type_name, TypeSummaryImpl::Flags flags, bool regex) argument
89 AddCXXSummary(TypeCategoryImpl::SharedPointer category_sp, CXXFunctionSummaryFormat::Callback funct, const char* description, ConstString type_name, TypeSummaryImpl::Flags flags, bool regex) argument
104 AddCXXSynthetic(TypeCategoryImpl::SharedPointer category_sp, CXXSyntheticChildren::CreateFrontEndCallback generator, const char* description, ConstString type_name, ScriptedSyntheticChildren::Flags flags, bool regex) argument
119 AddFilter(TypeCategoryImpl::SharedPointer category_sp, std::vector<std::string> children, const char* description, ConstString type_name, ScriptedSyntheticChildren::Flags flags, bool regex) argument
[all...]
/freebsd-11.0-release/contrib/atf/atf-c/
H A Dutils.c80 grep_string(const char *regex, const char *str) argument
297 atf_utils_grep_file(const char *regex, const char *file, ...) argument
331 atf_utils_grep_string(const char *regex, const char *str, ...) argument
[all...]
/freebsd-11.0-release/usr.sbin/setfmac/
H A Dsetfmac.c52 regex_t regex; /* compiled regular expression to match */ member in struct:label_spec::label_spec_entry
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dsource.c1333 forward_search_command(char *regex, int from_tty) argument
1428 reverse_search_command(char *regex, int from_tty) argument

Completed in 232 milliseconds

12