/openbsd/gnu/llvm/lldb/source/DataFormatters/ |
H A D | FormattersHelpers.cpp | 26 ConstString type_name, TypeFormatImpl::Flags flags, bool regex) { in AddFormat() 36 ConstString type_name, bool regex) { in AddSummary() 44 ConstString type_name, TypeSummaryImpl::Flags flags, bool regex) { in AddStringSummary() 54 TypeSummaryImpl::Flags flags, bool regex) { in AddOneLineSummary() 66 ConstString type_name, TypeSummaryImpl::Flags flags, bool regex) { in AddCXXSummary() 79 ScriptedSyntheticChildren::Flags flags, bool regex) { in AddCXXSynthetic() 90 ConstString type_name, ScriptedSyntheticChildren::Flags flags, bool regex) { in AddFilter()
|
/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | Regex.cpp | 29 Regex::Regex(StringRef regex, RegexFlags Flags) { in Regex() 42 Regex::Regex(StringRef regex, unsigned Flags) in Regex() 45 Regex::Regex(Regex &®ex) { in Regex() function in Regex
|
/openbsd/usr.bin/dig/lib/dns/rdata/generic/ |
H A D | naptr_35.c | 35 char regex[256]; in txt_valid_regex() local 185 unsigned char *regex; in fromwire_naptr() local
|
/openbsd/gnu/llvm/lldb/source/Breakpoint/ |
H A D | BreakpointResolverFileRegex.cpp | 23 const lldb::BreakpointSP &bkpt, RegularExpression regex, in BreakpointResolverFileRegex() 41 RegularExpression regex(regex_string); in CreateFromStructuredData() local
|
/openbsd/gnu/llvm/lldb/source/Utility/ |
H A D | NameMatches.cpp | 29 RegularExpression regex(match); in NameMatches() local
|
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | AppleDWARFIndex.cpp | 66 const RegularExpression ®ex, in GetGlobalVariables() 194 const RegularExpression ®ex, in GetFunctions()
|
H A D | DebugNamesDWARFIndex.cpp | 103 const RegularExpression ®ex, in GetGlobalVariables() 268 const RegularExpression ®ex, in GetFunctions()
|
H A D | NameToDIE.cpp | 41 bool NameToDIE::Find(const RegularExpression ®ex, in Find()
|
H A D | HashedNameToDIE.cpp | 406 const lldb_private::RegularExpression ®ex, in AppendHashDataForRegularExpression() 466 const lldb_private::RegularExpression ®ex, in AppendAllDIEsThatMatchingRegex()
|
H A D | ManualDWARFIndex.cpp | 382 const RegularExpression ®ex, in GetGlobalVariables() 479 const RegularExpression ®ex, in GetFunctions()
|
/openbsd/gnu/llvm/lldb/source/Commands/ |
H A D | CommandObjectRegexCommand.h | 48 RegularExpression regex; member
|
/openbsd/gnu/llvm/lldb/source/Symbol/ |
H A D | SymbolFile.cpp | 119 void SymbolFile::FindGlobalVariables(const RegularExpression ®ex, in FindGlobalVariables() 128 void SymbolFile::FindFunctions(const RegularExpression ®ex, in FindFunctions()
|
H A D | SymbolFileOnDemand.cpp | 317 void SymbolFileOnDemand::FindGlobalVariables(const RegularExpression ®ex, in FindGlobalVariables() 357 void SymbolFileOnDemand::FindFunctions(const RegularExpression ®ex, in FindFunctions()
|
H A D | VariableList.cpp | 111 size_t VariableList::AppendVariablesIfUnique(const RegularExpression ®ex, in AppendVariablesIfUnique()
|
/openbsd/regress/sys/kern/sosplice/scapy/ |
H A D | scapy-oobinline-delay-connect.py | 80 def loggrep(file, regex, timeout): argument
|
H A D | scapy-payload-delay-connect.py | 80 def loggrep(file, regex, timeout): argument
|
/openbsd/usr.bin/lex/ |
H A D | regex.c | 52 void flex_regcomp(regex_t *preg, const char *regex, int cflags) in flex_regcomp()
|
/openbsd/regress/sys/kern/pledge/generic/ |
H A D | manager.c | 97 regex_t regex; in grab_syscall() local
|
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-server/ |
H A D | lldbgdbserverutils.py | 367 regex=None, argument 622 def __init__(self, regex=None, regex_mode="match", capture=None): argument
|
/openbsd/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
H A D | InstrumentationRuntimeASan.cpp | 59 static RegularExpression regex( in GetPatternForRuntimeLibrary() local
|
/openbsd/gnu/llvm/lldb/source/Core/ |
H A D | SourceManager.cpp | 384 RegularExpression ®ex, in FindLinesMatchingRegex() 621 RegularExpression ®ex, uint32_t start_line, uint32_t end_line, in FindLinesMatchingRegex()
|
/openbsd/gnu/llvm/lldb/include/lldb/DataFormatters/ |
H A D | FormattersContainer.h | 82 TypeMatcher(RegularExpression regex) in TypeMatcher()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | source.c | 1401 forward_search_command (char *regex, int from_tty) in forward_search_command() 1496 reverse_search_command (char *regex, int from_tty) in reverse_search_command()
|
/openbsd/usr.bin/cvs/ |
H A D | trigger.c | 384 char *currentline, *defaultline = NULL, *nline, *p, *q, *regex; in cvs_trigger_getlines() local
|
/openbsd/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
H A D | InstrumentationRuntimeMainThreadChecker.cpp | 64 static RegularExpression regex(llvm::StringRef("libMainThreadChecker.dylib")); in GetPatternForRuntimeLibrary() local
|