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

12

/openbsd-current/gnu/usr.bin/perl/cpan/version/lib/version/
H A Dregex.pm
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/version/
H A Dregex.pm
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DRegex.h56 Regex &operator=(Regex regex) { argument
[all...]
/openbsd-current/gnu/llvm/lldb/source/Commands/
H A DCommandObjectRegexCommand.h48 RegularExpression regex; member in struct:lldb_private::CommandObjectRegexCommand::Entry
/openbsd-current/usr.bin/lex/
H A Dregex.c52 void flex_regcomp(regex_t *preg, const char *regex, int cflags) argument
/openbsd-current/usr.bin/dig/lib/dns/rdata/generic/
H A Dnaptr_35.c35 char regex[256]; local
185 unsigned char *regex; local
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DNameToDIE.cpp41 bool NameToDIE::Find(const RegularExpression &regex, argument
H A DAppleDWARFIndex.cpp65 GetGlobalVariables( const RegularExpression &regex, llvm::function_ref<bool(DWARFDIE die)> callback) argument
193 GetFunctions( const RegularExpression &regex, llvm::function_ref<bool(DWARFDIE die)> callback) argument
H A DDebugNamesDWARFIndex.cpp102 GetGlobalVariables( const RegularExpression &regex, llvm::function_ref<bool(DWARFDIE die)> callback) argument
267 GetFunctions( const RegularExpression &regex, llvm::function_ref<bool(DWARFDIE die)> callback) argument
H A DManualDWARFIndex.cpp381 GetGlobalVariables( const RegularExpression &regex, llvm::function_ref<bool(DWARFDIE die)> callback) argument
478 GetFunctions( const RegularExpression &regex, llvm::function_ref<bool(DWARFDIE die)> callback) argument
H A DHashedNameToDIE.cpp405 AppendHashDataForRegularExpression( const lldb_private::RegularExpression &regex, lldb::offset_t *hash_data_offset_ptr, Pair &pair) const argument
465 AppendAllDIEsThatMatchingRegex( const lldb_private::RegularExpression &regex, DIEInfoArray &die_info_array) const argument
/openbsd-current/gnu/llvm/lldb/source/Symbol/
H A DVariableList.cpp111 size_t VariableList::AppendVariablesIfUnique(const RegularExpression &regex, argument
H A DSymbolFile.cpp119 void SymbolFile::FindGlobalVariables(const RegularExpression &regex, argument
128 void SymbolFile::FindFunctions(const RegularExpression &regex, argument
H A DSymbolFileOnDemand.cpp317 void SymbolFileOnDemand::FindGlobalVariables(const RegularExpression &regex, argument
357 void SymbolFileOnDemand::FindFunctions(const RegularExpression &regex, argument
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DRegex.cpp29 Regex::Regex(StringRef regex, RegexFlags Flags) { argument
42 Regex::Regex(StringRef regex, unsigned Flags) argument
45 Regex::Regex(Regex &&regex) { argument
[all...]
/openbsd-current/gnu/llvm/lldb/source/DataFormatters/
H A DFormattersHelpers.cpp24 AddFormat( TypeCategoryImpl::SharedPointer category_sp, lldb::Format format, ConstString type_name, TypeFormatImpl::Flags flags, bool regex) argument
34 AddSummary( TypeCategoryImpl::SharedPointer category_sp, TypeSummaryImplSP summary_sp, ConstString type_name, bool regex) argument
42 AddStringSummary( TypeCategoryImpl::SharedPointer category_sp, const char *string, ConstString type_name, TypeSummaryImpl::Flags flags, bool regex) argument
52 AddOneLineSummary( TypeCategoryImpl::SharedPointer category_sp, ConstString type_name, TypeSummaryImpl::Flags flags, bool regex) argument
63 AddCXXSummary( TypeCategoryImpl::SharedPointer category_sp, CXXFunctionSummaryFormat::Callback funct, const char *description, ConstString type_name, TypeSummaryImpl::Flags flags, bool regex) argument
75 AddCXXSynthetic( TypeCategoryImpl::SharedPointer category_sp, CXXSyntheticChildren::CreateFrontEndCallback generator, const char *description, ConstString type_name, ScriptedSyntheticChildren::Flags flags, bool regex) argument
87 AddFilter( TypeCategoryImpl::SharedPointer category_sp, std::vector<std::string> children, const char *description, ConstString type_name, ScriptedSyntheticChildren::Flags flags, bool regex) argument
[all...]
/openbsd-current/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp22 BreakpointResolverFileRegex( const lldb::BreakpointSP &bkpt, RegularExpression regex, const std::unordered_set<std::string> &func_names, bool exact_match) argument
/openbsd-current/regress/sys/kern/pledge/generic/
H A Dmanager.c97 regex_t regex; local
/openbsd-current/usr.bin/cvs/
H A Dtrigger.c384 char *currentline, *defaultline = NULL, *nline, *p, *q, *regex; local
/openbsd-current/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h82 TypeMatcher(RegularExpression regex) argument
/openbsd-current/gnu/llvm/lldb/include/lldb/Core/
H A DUniqueCStringMap.h134 size_t GetValues(const RegularExpression &regex, argument
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dsource.c1401 forward_search_command(char *regex, int from_tty) argument
1496 reverse_search_command(char *regex, int from_tty) argument
/openbsd-current/gnu/llvm/lldb/source/Core/
H A DSourceManager.cpp383 FindLinesMatchingRegex(FileSpec &file_spec, RegularExpression &regex, uint32_t start_line, uint32_t end_line, std::vector<uint32_t> &match_lines) argument
620 FindLinesMatchingRegex( RegularExpression &regex, uint32_t start_line, uint32_t end_line, std::vector<uint32_t> &match_lines) argument
H A DModuleList.cpp501 void ModuleList::FindGlobalVariables(const RegularExpression &regex, argument
517 FindSymbolsMatchingRegExAndType( const RegularExpression &regex, lldb::SymbolType symbol_type, SymbolContextList &sc_list) const argument
/openbsd-current/gnu/usr.bin/binutils/gdb/cli/
H A Dcli-decode.c667 apropos_cmd(struct ui_file *stream, struct cmd_list_element *commandlist, struct re_pattern_buffer *regex, char *prefix) argument

Completed in 381 milliseconds

12