Home
last modified time | relevance | path

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

1234

/external/lldb/source/Core/
DRegularExpression.cpp19 RegularExpression::RegularExpression() : in RegularExpression() function in RegularExpression
32 RegularExpression::RegularExpression(const char* re, int flags) : in RegularExpression() function in RegularExpression
46 RegularExpression::RegularExpression(const char* re) : in RegularExpression() function in RegularExpression
56 RegularExpression::RegularExpression(const RegularExpression &rhs) in RegularExpression() function in RegularExpression
62 const RegularExpression &
63 RegularExpression::operator= (const RegularExpression &rhs) in operator =()
77 RegularExpression::~RegularExpression() in ~RegularExpression()
95 RegularExpression::Compile(const char* re) in Compile()
101 RegularExpression::Compile(const char* re, int flags) in Compile()
129 RegularExpression::Execute(const char* s, Match *match, int execute_flags) const in Execute()
[all …]
/external/icu/icu4c/source/i18n/
Duregex.cpp32 struct RegularExpression: public UMemory { struct
34 RegularExpression();
35 ~RegularExpression();
50 RegularExpression::RegularExpression() { in RegularExpression() argument
62 RegularExpression::~RegularExpression() { in ~RegularExpression()
85 static UBool validateRE(const RegularExpression *re, UBool requiresText, UErrorCode *status) { in validateRE()
125 RegularExpression *re = new RegularExpression; in uregex_open()
205 RegularExpression *re = new RegularExpression; in uregex_openUText()
269 RegularExpression *re = (RegularExpression*)re2; in uregex_close()
285 RegularExpression *source = (RegularExpression*)source2; in uregex_clone()
[all …]
/external/chromium_org/third_party/icu/source/i18n/
Duregex.cpp31 struct RegularExpression: public UMemory { struct
33 RegularExpression();
34 ~RegularExpression();
49 RegularExpression::RegularExpression() { in RegularExpression() argument
61 RegularExpression::~RegularExpression() { in ~RegularExpression()
84 static UBool validateRE(const RegularExpression *re, UErrorCode *status, UBool requiresText = TRUE)… in validateRE()
124 RegularExpression *re = new RegularExpression; in uregex_open()
204 RegularExpression *re = new RegularExpression; in uregex_openUText()
268 RegularExpression *re = (RegularExpression*)re2; in uregex_close()
284 RegularExpression *source = (RegularExpression*)source2; in uregex_clone()
[all …]
/external/lldb/include/lldb/Core/
DRegularExpression.h35 class RegularExpression
90 RegularExpression ();
106 RegularExpression (const char* re, int flags);
110 RegularExpression (const char* re);
118 ~RegularExpression ();
120 RegularExpression (const RegularExpression &rhs);
122 const RegularExpression & operator=(const RegularExpression &rhs);
238 operator < (const RegularExpression& rhs) const;
DAddressResolverName.h35 AddressResolverName (RegularExpression &func_regex);
59 RegularExpression m_regex;
DSourceManager.h44 FindLinesMatchingRegex (RegularExpression& regex,
166 RegularExpression& regex,
DModule.h227 FindSymbolsMatchingRegExAndType (const RegularExpression &regex,
343 FindFunctions (const RegularExpression& regex,
405 FindGlobalVariables (const RegularExpression& regex,
DModuleList.h332 FindGlobalVariables (const RegularExpression& regex,
395 FindSymbolsMatchingRegExAndType (const RegularExpression &regex,
DMangled.h247 NameMatches (const RegularExpression& regex) const;
/external/lldb/source/Commands/
DCommandObjectType.cpp658 RegularExpression* regex;
660RegularExpression* X = NULL) : self(S), result(R), regex(X) {} in CommandObjectTypeFormatList_LoopCallbackParam()
697 RegularExpression* regex = new RegularExpression(command.GetArgumentAtIndex(0)); in DoExecute()
714 RegularExpression* regex, in LoopCallback()
1369 RegularExpressionSP typeRX(new RegularExpression()); in AddSummary()
1720 RegularExpression* regex;
1721 RegularExpression* cate_regex;
1723 RegularExpression* X = NULL, in CommandObjectTypeSummaryList_LoopCallbackParam()
1724RegularExpression* CX = NULL) : self(S), result(R), regex(X), cate_regex(CX) {} in CommandObjectTypeSummaryList_LoopCallbackParam()
1821 RegularExpression* cate_regex = in DoExecute()
[all …]
/external/lldb/include/lldb/Breakpoint/
DBreakpointResolverFileRegex.h32 RegularExpression &regex);
60 RegularExpression m_regex; // This is the line expression that we are looking for.
DBreakpointResolverName.h55 RegularExpression &func_regex,
110 RegularExpression m_regex;
/external/lldb/include/lldb/Interpreter/
DOptionValueRegex.h69 const RegularExpression *
93 RegularExpression m_regex;
DCommandObjectRegexCommand.h66 RegularExpression regex;
/external/lldb/include/lldb/Symbol/
DSymtab.h67 …uint32_t AppendSymbolIndexesMatchingRegExAndType (const RegularExpression &regex, lldb::SymbolT…
68 …uint32_t AppendSymbolIndexesMatchingRegExAndType (const RegularExpression &regex, lldb::SymbolT…
71 …size_t FindAllSymbolsMatchingRexExAndType (const RegularExpression &regex, lldb::SymbolType s…
DSymbolFile.h137 …virtual uint32_t FindGlobalVariables (const RegularExpression& regex, bool append, uint32_t…
139 …virtual uint32_t FindFunctions (const RegularExpression& regex, bool include_inlines, bool …
DSymbolVendor.h102 FindGlobalVariables (const RegularExpression& regex,
116 FindFunctions (const RegularExpression& regex,
DVariableList.h62 AppendVariablesIfUnique (const RegularExpression& regex,
/external/lldb/source/DataFormatters/
DFormatManager.cpp455 …category_sp->GetRegexSummaryNavigator()->Add(RegularExpressionSP(new RegularExpression(type_name.A… in AddStringSummary()
476 …category_sp->GetRegexSummaryNavigator()->Add(RegularExpressionSP(new RegularExpression(type_name.A… in AddScriptSummary()
493 …category_sp->GetRegexSummaryNavigator()->Add(RegularExpressionSP(new RegularExpression(type_name.A… in AddCXXSummary()
509 …category_sp->GetRegexSyntheticNavigator()->Add(RegularExpressionSP(new RegularExpression(type_name… in AddCXXSynthetic()
560 …gnu_category_sp->GetRegexSyntheticNavigator()->Add(RegularExpressionSP(new RegularExpression("^std… in LoadLibStdcppFormatters()
563 …gnu_category_sp->GetRegexSyntheticNavigator()->Add(RegularExpressionSP(new RegularExpression("^std… in LoadLibStdcppFormatters()
566 …gnu_category_sp->GetRegexSyntheticNavigator()->Add(RegularExpressionSP(new RegularExpression("^std… in LoadLibStdcppFormatters()
571 …gnu_category_sp->GetRegexSummaryNavigator()->Add(RegularExpressionSP(new RegularExpression("^std::… in LoadLibStdcppFormatters()
574 …gnu_category_sp->GetRegexSummaryNavigator()->Add(RegularExpressionSP(new RegularExpression("^std::… in LoadLibStdcppFormatters()
577 …gnu_category_sp->GetRegexSummaryNavigator()->Add(RegularExpressionSP(new RegularExpression("^std::… in LoadLibStdcppFormatters()
[all …]
/external/lldb/source/Plugins/SymbolFile/Symtab/
DSymbolFileSymtab.h94 …FindGlobalVariables(const lldb_private::RegularExpression& regex, bool append, uint32_t max_matche…
100 …FindFunctions(const lldb_private::RegularExpression& regex, bool include_inlines, bool append, lld…
DSymbolFileSymtab.cpp336 SymbolFileSymtab::FindGlobalVariables(const RegularExpression& regex, bool append, uint32_t max_mat… in FindGlobalVariables()
356 SymbolFileSymtab::FindFunctions(const RegularExpression& regex, bool include_inlines, bool append, … in FindFunctions()
/external/lldb/source/Target/
DThreadPlanStepInRange.cpp263 m_avoid_regexp_ap.reset (new RegularExpression(name)); in SetAvoidRegexp()
280 const RegularExpression *avoid_regexp_to_use = m_avoid_regexp_ap.get(); in FrameMatchesAvoidRegexp()
297 RegularExpression::Match regex_match(num_matches); in FrameMatchesAvoidRegexp()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugPubnames.h29 …bool Find(const lldb_private::RegularExpression& regex, std::vector<dw_offset_t>& die_offsets) …
DNameToDIE.h49 Find (const lldb_private::RegularExpression& regex,
/external/lldb/source/API/
DSBTypeCategory.cpp379 …e_sp->GetRegexSummaryNavigator()->Add(lldb::RegularExpressionSP(new RegularExpression(type_name.Ge… in AddTypeSummary()
416 …m_opaque_sp->GetRegexFilterNavigator()->Add(lldb::RegularExpressionSP(new RegularExpression(type_n… in AddTypeFilter()
487 …sp->GetRegexSyntheticNavigator()->Add(lldb::RegularExpressionSP(new RegularExpression(type_name.Ge… in AddTypeSynthetic()

1234