/external/lldb/source/Core/ |
D | RegularExpression.cpp | 19 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/ |
D | uregex.cpp | 32 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/ |
D | uregex.cpp | 31 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/ |
D | RegularExpression.h | 35 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;
|
D | AddressResolverName.h | 35 AddressResolverName (RegularExpression &func_regex); 59 RegularExpression m_regex;
|
D | SourceManager.h | 44 FindLinesMatchingRegex (RegularExpression& regex, 166 RegularExpression& regex,
|
D | Module.h | 227 FindSymbolsMatchingRegExAndType (const RegularExpression ®ex, 343 FindFunctions (const RegularExpression& regex, 405 FindGlobalVariables (const RegularExpression& regex,
|
D | ModuleList.h | 332 FindGlobalVariables (const RegularExpression& regex, 395 FindSymbolsMatchingRegExAndType (const RegularExpression ®ex,
|
D | Mangled.h | 247 NameMatches (const RegularExpression& regex) const;
|
/external/lldb/source/Commands/ |
D | CommandObjectType.cpp | 658 RegularExpression* regex; 660 … RegularExpression* 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() 1724 … RegularExpression* 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/ |
D | BreakpointResolverFileRegex.h | 32 RegularExpression ®ex); 60 RegularExpression m_regex; // This is the line expression that we are looking for.
|
D | BreakpointResolverName.h | 55 RegularExpression &func_regex, 110 RegularExpression m_regex;
|
/external/lldb/include/lldb/Interpreter/ |
D | OptionValueRegex.h | 69 const RegularExpression * 93 RegularExpression m_regex;
|
D | CommandObjectRegexCommand.h | 66 RegularExpression regex;
|
/external/lldb/include/lldb/Symbol/ |
D | Symtab.h | 67 …uint32_t AppendSymbolIndexesMatchingRegExAndType (const RegularExpression ®ex, lldb::SymbolT… 68 …uint32_t AppendSymbolIndexesMatchingRegExAndType (const RegularExpression ®ex, lldb::SymbolT… 71 …size_t FindAllSymbolsMatchingRexExAndType (const RegularExpression ®ex, lldb::SymbolType s…
|
D | SymbolFile.h | 137 …virtual uint32_t FindGlobalVariables (const RegularExpression& regex, bool append, uint32_t… 139 …virtual uint32_t FindFunctions (const RegularExpression& regex, bool include_inlines, bool …
|
D | SymbolVendor.h | 102 FindGlobalVariables (const RegularExpression& regex, 116 FindFunctions (const RegularExpression& regex,
|
D | VariableList.h | 62 AppendVariablesIfUnique (const RegularExpression& regex,
|
/external/lldb/source/DataFormatters/ |
D | FormatManager.cpp | 455 …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/ |
D | SymbolFileSymtab.h | 94 …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…
|
D | SymbolFileSymtab.cpp | 336 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/ |
D | ThreadPlanStepInRange.cpp | 263 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/ |
D | DWARFDebugPubnames.h | 29 …bool Find(const lldb_private::RegularExpression& regex, std::vector<dw_offset_t>& die_offsets) …
|
D | NameToDIE.h | 49 Find (const lldb_private::RegularExpression& regex,
|
/external/lldb/source/API/ |
D | SBTypeCategory.cpp | 379 …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()
|