HomeSort by relevance Sort by last modified time
    Searched refs:RegularExpression (Results 26 - 50 of 82) sorted by null

12 3 4

  /external/lldb/include/lldb/Symbol/
Symtab.h 67 uint32_t AppendSymbolIndexesMatchingRegExAndType (const RegularExpression &regex, lldb::SymbolType symbol_type, std::vector<uint32_t>& indexes);
68 uint32_t AppendSymbolIndexesMatchingRegExAndType (const RegularExpression &regex, lldb::SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& indexes);
71 size_t FindAllSymbolsMatchingRexExAndType (const RegularExpression &regex, lldb::SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& symbol_indexes);
  /external/lldb/source/DataFormatters/
FormatManager.cpp 455 category_sp->GetRegexSummaryNavigator()->Add(RegularExpressionSP(new RegularExpression(type_name.AsCString())),summary_sp);
476 category_sp->GetRegexSummaryNavigator()->Add(RegularExpressionSP(new RegularExpression(type_name.AsCString())),summary_sp);
493 category_sp->GetRegexSummaryNavigator()->Add(RegularExpressionSP(new RegularExpression(type_name.AsCString())),summary_sp);
509 category_sp->GetRegexSyntheticNavigator()->Add(RegularExpressionSP(new RegularExpression(type_name.AsCString())), synth_sp);
560 gnu_category_sp->GetRegexSyntheticNavigator()->Add(RegularExpressionSP(new RegularExpression("^std::vector<.+>(( )?&)?$")),
563 gnu_category_sp->GetRegexSyntheticNavigator()->Add(RegularExpressionSP(new RegularExpression("^std::map<.+> >(( )?&)?$")),
566 gnu_category_sp->GetRegexSyntheticNavigator()->Add(RegularExpressionSP(new RegularExpression("^std::list<.+>(( )?&)?$")),
571 gnu_category_sp->GetRegexSummaryNavigator()->Add(RegularExpressionSP(new RegularExpression("^std::vector<.+>(( )?&)?$")),
574 gnu_category_sp->GetRegexSummaryNavigator()->Add(RegularExpressionSP(new RegularExpression("^std::map<.+> >(( )?&)?$")),
577 gnu_category_sp->GetRegexSummaryNavigator()->Add(RegularExpressionSP(new RegularExpression("^std::list<.+>(( )?&)?$"))
    [all...]
  /external/lldb/source/Target/
ThreadPlanStepInRange.cpp 28 #include "lldb/Core/RegularExpression.h"
263 m_avoid_regexp_ap.reset (new RegularExpression(name));
280 const RegularExpression *avoid_regexp_to_use = m_avoid_regexp_ap.get();
297 RegularExpression::Match regex_match(num_matches);
  /external/lldb/source/Core/
Mangled.cpp 20 #include "lldb/Core/RegularExpression.h"
224 Mangled::NameMatches (const RegularExpression& regex) const
Android.mk 53 RegularExpression.cpp \
AddressResolverName.cpp 50 RegularExpression &func_regex
SourceManager.cpp 323 RegularExpression& regex,
490 SourceManager::File::FindLinesMatchingRegex (RegularExpression& regex, uint32_t start_line, uint32_t end_line, std::vector<uint32_t> &match_lines)
Disassembler.cpp 26 #include "lldb/Core/RegularExpression.h"
695 static RegularExpression g_reg_exp ("^[ \t]*([^ \t]+)[ \t]*$");
696 RegularExpression::Match regex_match(1);
764 static RegularExpression g_reg_exp ("^[ \t]*([a-zA-Z_][a-zA-Z0-9_]*)[ \t]*=[ \t]*(.*)[ \t]*$");
765 RegularExpression::Match regex_match(2);
    [all...]
  /external/lldb/source/Interpreter/
CommandObjectRegexCommand.cpp 63 RegularExpression::Match regex_match(m_max_matches);
  /external/lldb/include/lldb/Core/
ModuleList.h 332 FindGlobalVariables (const RegularExpression& regex,
395 FindSymbolsMatchingRegExAndType (const RegularExpression &regex,
UniqueCStringMap.h 18 #include "lldb/Core/RegularExpression.h"
241 GetValues (const RegularExpression& regex, std::vector<T> &values) const
  /external/lldb/source/Plugins/SymbolFile/Symtab/
SymbolFileSymtab.cpp 13 #include "lldb/Core/RegularExpression.h"
336 SymbolFileSymtab::FindGlobalVariables(const RegularExpression& regex, bool append, uint32_t max_matches, VariableList& variables)
356 SymbolFileSymtab::FindFunctions(const RegularExpression& regex, bool include_inlines, bool append, SymbolContextList& sc_list)
  /external/lldb/source/API/
SBTypeCategory.cpp 379 m_opaque_sp->GetRegexSummaryNavigator()->Add(lldb::RegularExpressionSP(new RegularExpression(type_name.GetName())), summary.GetSP());
416 m_opaque_sp->GetRegexFilterNavigator()->Add(lldb::RegularExpressionSP(new RegularExpression(type_name.GetName())), filter.GetSP());
487 m_opaque_sp->GetRegexSyntheticNavigator()->Add(lldb::RegularExpressionSP(new RegularExpression(type_name.GetName())), synth.GetSP());
  /external/lldb/include/lldb/Interpreter/
CommandCompletions.h 22 #include "lldb/Core/RegularExpression.h"
294 RegularExpression m_regex;
OptionValueProperties.h 194 const RegularExpression *
OptionValue.h 327 const RegularExpression *
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugPubnamesSet.cpp 12 #include "lldb/Core/RegularExpression.h"
156 DWARFDebugPubnamesSet::Find(const RegularExpression& regex, std::vector<dw_offset_t>& die_offset_coll) const
SymbolFileDWARF.h 119 virtual uint32_t FindGlobalVariables(const lldb_private::RegularExpression& regex, bool append, uint32_t max_matches, lldb_private::VariableList& variables);
121 virtual uint32_t FindFunctions(const lldb_private::RegularExpression& regex, bool include_inlines, bool append, lldb_private::SymbolContextList& sc_list);
413 const lldb_private::RegularExpression &regex,
418 const lldb_private::RegularExpression &regex,
SymbolFileDWARFDebugMap.h 84 virtual uint32_t FindGlobalVariables (const lldb_private::RegularExpression& regex, bool append, uint32_t max_matches, lldb_private::VariableList& variables);
86 virtual uint32_t FindFunctions (const lldb_private::RegularExpression& regex, bool include_inlines, bool append, lldb_private::SymbolContextList& sc_list);
DWARFDebugPubnames.cpp 283 DWARFDebugPubnames::Find(const RegularExpression& regex, std::vector<dw_offset_t>& die_offsets) const
  /external/lldb/source/Symbol/
VariableList.cpp 12 #include "lldb/Core/RegularExpression.h"
119 VariableList::AppendVariablesIfUnique (const RegularExpression& regex, VariableList &var_list, size_t& total_matches)
Variable.cpp 14 #include "lldb/Core/RegularExpression.h"
78 Variable::NameMatches (const RegularExpression& regex) const
399 static RegularExpression g_regex ("^([A-Za-z_:][A-Za-z_0-9:]*)(.*)");
400 RegularExpression::Match regex_match(1);
    [all...]
SymbolVendor.cpp 294 SymbolVendor::FindGlobalVariables (const RegularExpression& regex, bool append, size_t max_matches, VariableList& variables)
320 SymbolVendor::FindFunctions(const RegularExpression& regex, bool include_inlines, bool append, SymbolContextList& sc_list)
  /external/lldb/include/lldb/
lldb-forward.h 165 class RegularExpression;
325 typedef std::shared_ptr<lldb_private::RegularExpression> RegularExpressionSP;
  /external/lldb/source/
lldb.cpp 18 #include "lldb/Core/RegularExpression.h"
418 RegularExpression regex (match);

Completed in 574 milliseconds

12 3 4