Home
last modified time | relevance | path

Searched defs:regex (Results 1 – 25 of 50) sorted by relevance

12

/openbsd/gnu/llvm/lldb/source/DataFormatters/
H A DFormattersHelpers.cpp26 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 DRegex.cpp29 Regex::Regex(StringRef regex, RegexFlags Flags) { in Regex()
42 Regex::Regex(StringRef regex, unsigned Flags) in Regex()
45 Regex::Regex(Regex &&regex) { in Regex() function in Regex
/openbsd/usr.bin/dig/lib/dns/rdata/generic/
H A Dnaptr_35.c35 char regex[256]; in txt_valid_regex() local
185 unsigned char *regex; in fromwire_naptr() local
/openbsd/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp23 const lldb::BreakpointSP &bkpt, RegularExpression regex, in BreakpointResolverFileRegex()
41 RegularExpression regex(regex_string); in CreateFromStructuredData() local
/openbsd/gnu/llvm/lldb/source/Utility/
H A DNameMatches.cpp29 RegularExpression regex(match); in NameMatches() local
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DAppleDWARFIndex.cpp66 const RegularExpression &regex, in GetGlobalVariables()
194 const RegularExpression &regex, in GetFunctions()
H A DDebugNamesDWARFIndex.cpp103 const RegularExpression &regex, in GetGlobalVariables()
268 const RegularExpression &regex, in GetFunctions()
H A DNameToDIE.cpp41 bool NameToDIE::Find(const RegularExpression &regex, in Find()
H A DHashedNameToDIE.cpp406 const lldb_private::RegularExpression &regex, in AppendHashDataForRegularExpression()
466 const lldb_private::RegularExpression &regex, in AppendAllDIEsThatMatchingRegex()
H A DManualDWARFIndex.cpp382 const RegularExpression &regex, in GetGlobalVariables()
479 const RegularExpression &regex, in GetFunctions()
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectRegexCommand.h48 RegularExpression regex; member
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DSymbolFile.cpp119 void SymbolFile::FindGlobalVariables(const RegularExpression &regex, in FindGlobalVariables()
128 void SymbolFile::FindFunctions(const RegularExpression &regex, in FindFunctions()
H A DSymbolFileOnDemand.cpp317 void SymbolFileOnDemand::FindGlobalVariables(const RegularExpression &regex, in FindGlobalVariables()
357 void SymbolFileOnDemand::FindFunctions(const RegularExpression &regex, in FindFunctions()
H A DVariableList.cpp111 size_t VariableList::AppendVariablesIfUnique(const RegularExpression &regex, in AppendVariablesIfUnique()
/openbsd/regress/sys/kern/sosplice/scapy/
H A Dscapy-oobinline-delay-connect.py80 def loggrep(file, regex, timeout): argument
H A Dscapy-payload-delay-connect.py80 def loggrep(file, regex, timeout): argument
/openbsd/usr.bin/lex/
H A Dregex.c52 void flex_regcomp(regex_t *preg, const char *regex, int cflags) in flex_regcomp()
/openbsd/regress/sys/kern/pledge/generic/
H A Dmanager.c97 regex_t regex; in grab_syscall() local
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dlldbgdbserverutils.py367 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 DInstrumentationRuntimeASan.cpp59 static RegularExpression regex( in GetPatternForRuntimeLibrary() local
/openbsd/gnu/llvm/lldb/source/Core/
H A DSourceManager.cpp384 RegularExpression &regex, in FindLinesMatchingRegex()
621 RegularExpression &regex, uint32_t start_line, uint32_t end_line, in FindLinesMatchingRegex()
/openbsd/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h82 TypeMatcher(RegularExpression regex) in TypeMatcher()
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dsource.c1401 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 Dtrigger.c384 char *currentline, *defaultline = NULL, *nline, *p, *q, *regex; in cvs_trigger_getlines() local
/openbsd/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp64 static RegularExpression regex(llvm::StringRef("libMainThreadChecker.dylib")); in GetPatternForRuntimeLibrary() local

12