Home
last modified time | relevance | path

Searched refs:RegularExpression (Results 1 – 25 of 101) sorted by relevance

12345

/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DRegularExpression.cpp28 RegularExpression::RegularExpression() : m_re(), m_comp_err(1), m_preg() { in RegularExpression() function in RegularExpression
36 RegularExpression::RegularExpression(llvm::StringRef str) in RegularExpression() function in RegularExpression
42 RegularExpression::RegularExpression(const RegularExpression &rhs) { in RegularExpression() function in RegularExpression
47 const RegularExpression &RegularExpression::
48 operator=(const RegularExpression &rhs) { in operator =()
60 RegularExpression::~RegularExpression() { Free(); } in ~RegularExpression()
73 bool RegularExpression::Compile(llvm::StringRef str) { in Compile()
122 bool RegularExpression::Match::GetMatchAtIndex( in GetMatchAtIndex()
141 bool RegularExpression::Match::GetMatchSpanningIndices( in GetMatchSpanningIndices()
171 void RegularExpression::Free() { in Free()
[all …]
H A DNameMatches.cpp29 case NameMatch::RegularExpression: { in NameMatches()
30 RegularExpression regex(match); in NameMatches()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DRegularExpression.h61 class RegularExpression {
104 RegularExpression();
106 explicit RegularExpression(llvm::StringRef string);
114 ~RegularExpression();
116 RegularExpression(const RegularExpression &rhs);
118 const RegularExpression &operator=(const RegularExpression &rhs);
205 bool operator<(const RegularExpression &rhs) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DFormattersHelpers.cpp33 RegularExpressionSP(new RegularExpression(type_name.GetStringRef())), in AddFormat()
44 RegularExpressionSP(new RegularExpression(type_name.GetStringRef())), in AddSummary()
57 RegularExpressionSP(new RegularExpression(type_name.GetStringRef())), in AddStringSummary()
71 RegularExpressionSP(new RegularExpression(type_name.GetStringRef())), in AddOneLineSummary()
86 RegularExpressionSP(new RegularExpression(type_name.GetStringRef())), in AddCXXSummary()
101 RegularExpressionSP(new RegularExpression(type_name.GetStringRef())), in AddCXXSynthetic()
116 RegularExpressionSP(new RegularExpression(type_name.GetStringRef())), in AddFilter()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DAddressResolverName.h44 AddressResolverName(RegularExpression &func_regex);
63 RegularExpression m_regex;
H A DSourceManager.h27 class RegularExpression; variable
58 void FindLinesMatchingRegex(RegularExpression &regex, uint32_t start_line,
161 void FindLinesMatchingRegex(FileSpec &file_spec, RegularExpression &regex,
H A DModuleList.h49 class RegularExpression; variable
318 size_t FindFunctions(const RegularExpression &name, bool include_symbols,
358 size_t FindGlobalVariables(const RegularExpression &regex, size_t max_matches,
412 size_t FindSymbolsMatchingRegExAndType(const RegularExpression &regex,
H A DModule.h54 class RegularExpression; variable
304 size_t FindSymbolsMatchingRegExAndType(const RegularExpression &regex,
409 size_t FindFunctions(const RegularExpression &regex, bool symbols_ok,
481 size_t FindGlobalVariables(const RegularExpression &regex, size_t max_matches,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueRegex.h52 const RegularExpression *GetCurrentValue() const { in GetCurrentValue()
66 RegularExpression m_regex;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverFileRegex.h30 Breakpoint *bkpt, RegularExpression &regex,
66 RegularExpression
H A DBreakpointResolverName.h50 BreakpointResolverName(Breakpoint *bkpt, RegularExpression &func_regex,
86 RegularExpression m_regex;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFIndex.h34 virtual void GetGlobalVariables(const RegularExpression &regex,
48 virtual void GetFunctions(const RegularExpression &regex,
H A DManualDWARFIndex.h28 void GetGlobalVariables(const RegularExpression &regex,
41 void GetFunctions(const RegularExpression &regex, DIEArray &offsets) override;
H A DAppleDWARFIndex.h37 void GetGlobalVariables(const RegularExpression &regex,
50 void GetFunctions(const RegularExpression &regex, DIEArray &offsets) override;
H A DDebugNamesDWARFIndex.h29 void GetGlobalVariables(const RegularExpression &regex,
42 void GetFunctions(const RegularExpression &regex,
H A DHashedNameToDIE.h128 AppendAllDIEsThatMatchingRegex(const lldb_private::RegularExpression &regex,
150 const lldb_private::RegularExpression &regex,
H A DAppleDWARFIndex.cpp62 void AppleDWARFIndex::GetGlobalVariables(const RegularExpression &regex, in GetGlobalVariables()
149 void AppleDWARFIndex::GetFunctions(const RegularExpression &regex, in GetFunctions()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymtab.h96 AppendSymbolIndexesMatchingRegExAndType(const RegularExpression &regex,
100 const RegularExpression &regex, lldb::SymbolType symbol_type,
112 const RegularExpression &regex, lldb::SymbolType symbol_type,
H A DSymbolVendor.h87 virtual size_t FindGlobalVariables(const RegularExpression &regex,
97 virtual size_t FindFunctions(const RegularExpression &regex,
H A DSymbolFile.h184 virtual uint32_t FindGlobalVariables(const RegularExpression &regex,
192 virtual uint32_t FindFunctions(const RegularExpression &regex,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbolFile.cpp112 uint32_t SymbolFile::FindGlobalVariables(const RegularExpression &regex, in FindGlobalVariables()
128 uint32_t SymbolFile::FindFunctions(const RegularExpression &regex, in FindFunctions()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp566 RegularExpressionSP(new RegularExpression( in LoadLibCxxFormatters()
770 new RegularExpression(llvm::StringRef("^std::vector<.+>(( )?&)?$"))), in LoadLibStdcppFormatters()
776 new RegularExpression(llvm::StringRef("^std::map<.+> >(( )?&)?$"))), in LoadLibStdcppFormatters()
781 RegularExpressionSP(new RegularExpression( in LoadLibStdcppFormatters()
790 new RegularExpression(llvm::StringRef("^std::vector<.+>(( )?&)?$"))), in LoadLibStdcppFormatters()
795 new RegularExpression(llvm::StringRef("^std::map<.+> >(( )?&)?$"))), in LoadLibStdcppFormatters()
799 RegularExpressionSP(new RegularExpression( in LoadLibStdcppFormatters()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTypeCategory.cpp304 lldb::RegularExpressionSP(new RegularExpression( in AddTypeFormat()
377 lldb::RegularExpressionSP(new RegularExpression( in AddTypeSummary()
416 lldb::RegularExpressionSP(new RegularExpression( in AddTypeFilter()
489 lldb::RegularExpressionSP(new RegularExpression( in AddTypeSynthetic()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h119 uint32_t FindGlobalVariables(const lldb_private::RegularExpression &regex,
129 uint32_t FindFunctions(const lldb_private::RegularExpression &regex,
149 void FindTypesByRegex(const lldb_private::RegularExpression &regex,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp26 Breakpoint *bkpt, RegularExpression &regex, in BreakpointResolverFileRegex()
46 RegularExpression regex(regex_string); in CreateFromStructuredData()

12345