Searched defs:regex (Results 1 - 25 of 29) sorted by last modified time

12

/freebsd-10.1-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-10.1-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp740 RegularExpression* regex; member in struct:FindCallbackStringInfoTag
H A DDWARFDebugPubnames.cpp283 DWARFDebugPubnames::Find(const RegularExpression& regex, std::vector<dw_offset_t>& die_offsets) const argument
H A DDWARFDebugPubnamesSet.cpp156 DWARFDebugPubnamesSet::Find(const RegularExpression& regex, std::vector<dw_offset_t>& die_offset_coll) const argument
H A DHashedNameToDIE.h710 AppendHashDataForRegularExpression (const lldb_private::RegularExpression& regex, argument
779 AppendAllDIEsThatMatchingRegex (const lldb_private::RegularExpression& regex, argument
H A DNameToDIE.cpp44 NameToDIE::Find (const RegularExpression& regex, DIEArray &info_array) const argument
H A DSymbolFileDWARF.cpp3255 SymbolFileDWARF::FindGlobalVariables(const RegularExpression& regex, bool append, uint32_t max_matches, VariableList& variables) argument
3417 SymbolFileDWARF::FindFunctions (const RegularExpression &regex, argument
3430 SymbolFileDWARF::FindFunctions (const RegularExpression &regex, argument
3904 FindFunctions(const RegularExpression& regex, bool include_inlines, bool append, SymbolContextList& sc_list) argument
[all...]
H A DSymbolFileDWARFDebugMap.cpp938 SymbolFileDWARFDebugMap::FindGlobalVariables (const RegularExpression& regex, bool append, uint32_t max_matches, VariableList& variables) argument
1113 SymbolFileDWARFDebugMap::FindFunctions (const RegularExpression& regex, bool include_inlines, bool append, SymbolContextList& sc_list) argument
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectType.cpp1201 RegularExpression* regex; member in struct:CommandObjectTypeFormatList_LoopCallbackParam
1306 RegularExpression* regex = new RegularExpression(command.GetArgumentAtIndex(0)); local
1360 LoopCallback(const char* type, const lldb::TypeFormatImplSP& entry, RegularExpression* regex, CommandReturnObject *result) argument
1386 CommandObjectTypeRXFormatList_LoopCallback( void* pt2self, lldb::RegularExpressionSP regex, const lldb::TypeFormatImplSP& entry) argument
2195 RegularExpression* regex; member in struct:CommandObjectTypeSummaryList_LoopCallbackParam
2302 RegularExpression* regex = new RegularExpression(command.GetArgumentAtIndex(0)); local
2317 RegularExpression* regex = new RegularExpression(command.GetArgumentAtIndex(0)); local
2371 LoopCallback(const char* type, const lldb::TypeSummaryImplSP& entry, RegularExpression* regex, CommandReturnObject *result) argument
2396 CommandObjectTypeRXSummaryList_LoopCallback( void* pt2self, lldb::RegularExpressionSP regex, const lldb::TypeSummaryImplSP& entry) argument
2665 RegularExpression* regex; member in struct:CommandObjectTypeCategoryList::CommandObjectTypeCategoryList_CallbackParam
2683 RegularExpression* regex = param->regex; local
2720 RegularExpression* regex = NULL; local
2759 RegularExpression* regex; member in struct:CommandObjectTypeFilterList_LoopCallbackParam
2866 RegularExpression* regex = new RegularExpression(command.GetArgumentAtIndex(0)); local
2920 LoopCallback(const char* type, const SyntheticChildren::SharedPointer& entry, RegularExpression* regex, CommandReturnObject *result) argument
2944 CommandObjectTypeFilterRXList_LoopCallback(void* pt2self, lldb::RegularExpressionSP regex, const SyntheticChildren::SharedPointer& entry) argument
2974 RegularExpression* regex; member in struct:CommandObjectTypeSynthList_LoopCallbackParam
3081 RegularExpression* regex = new RegularExpression(command.GetArgumentAtIndex(0)); local
3135 LoopCallback(const char* type, const SyntheticChildren::SharedPointer& entry, RegularExpression* regex, CommandReturnObject *result) argument
3159 CommandObjectTypeSynthRXList_LoopCallback(void* pt2self, lldb::RegularExpressionSP regex, const SyntheticChildren::SharedPointer& entry) argument
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DModule.cpp629 Module::FindGlobalVariables (const RegularExpression& regex, argument
752 Module::FindFunctions (const RegularExpression& regex, argument
1327 Module::FindSymbolsMatchingRegExAndType (const RegularExpression &regex, SymbolType symbol_type, SymbolContextList &sc_list) argument
H A DModuleList.cpp499 ModuleList::FindGlobalVariables (const RegularExpression& regex, argument
533 ModuleList::FindSymbolsMatchingRegExAndType (const RegularExpression &regex, argument
H A DSourceManager.cpp540 SourceManager::File::FindLinesMatchingRegex (RegularExpression& regex, uint32_t start_line, uint32_t end_line, std::vector<uint32_t> &match_lines) argument
322 FindLinesMatchingRegex(FileSpec &file_spec, RegularExpression& regex, uint32_t start_line, uint32_t end_line, std::vector<uint32_t> &match_lines) argument
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp336 SymbolFileSymtab::FindGlobalVariables(const RegularExpression& regex, bool append, uint32_t max_matches, VariableList& variables) argument
356 SymbolFileSymtab::FindFunctions(const RegularExpression& regex, bool include_inlines, bool append, SymbolContextList& sc_list) argument
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DUniqueCStringMap.h241 GetValues (const RegularExpression& regex, std::vector<T> &values) const argument
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h382 lldb::RegularExpressionSP regex = pos->first; local
420 lldb::RegularExpressionSP regex = m_format_map.GetKeyAtIndex(index); local
438 lldb::RegularExpressionSP regex = pos->first; local
456 lldb::RegularExpressionSP regex = pos->first; local
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandObjectRegexCommand.h66 RegularExpression regex; member in struct:lldb_private::CommandObjectRegexCommand::Entry
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbolVendor.cpp294 SymbolVendor::FindGlobalVariables (const RegularExpression& regex, bool append, size_t max_matches, VariableList& variables) argument
320 SymbolVendor::FindFunctions(const RegularExpression& regex, bool include_inlines, bool append, SymbolContextList& sc_list) argument
H A DSymtab.cpp823 Symtab::FindAllSymbolsMatchingRexExAndType (const RegularExpression &regex, SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& symbol_indexes) argument
H A DVariableList.cpp145 VariableList::AppendVariablesIfUnique (const RegularExpression& regex, VariableList &var_list, size_t& total_matches) argument
/freebsd-10.1-release/contrib/llvm/lib/Support/
H A DRegex.cpp22 Regex::Regex(StringRef regex, unsigned Flags) { argument
/freebsd-10.1-release/contrib/atf/atf-c/
H A Dutils.c56 grep_string(const char *regex, const char *str) argument
264 atf_utils_grep_file(const char *regex, const char *file, ...) argument
298 atf_utils_grep_string(const char *regex, const char *str, ...) argument
[all...]
/freebsd-10.1-release/contrib/atf/atf-c++/detail/
H A Dtext.cpp58 impl::match(const std::string& str, const std::string& regex) argument
/freebsd-10.1-release/contrib/atf/atf-c++/
H A Dutils.cpp78 atf::utils::grep_file(const std::string& regex, const std::string& path) argument
84 atf::utils::grep_string(const std::string& regex, const std::string& str) argument
/freebsd-10.1-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
/freebsd-10.1-release/contrib/gdb/gdb/cli/
H A Dcli-decode.c581 apropos_cmd(struct ui_file *stream, struct cmd_list_element *commandlist, struct re_pattern_buffer *regex, char *prefix) argument

Completed in 229 milliseconds

12