HomeSort by relevance Sort by last modified time
    Searched refs:RegularExpression (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/lldb/source/Core/
RegularExpression.cpp 1 //===-- RegularExpression.cpp -----------------------------------*- C++ -*-===//
10 #include "lldb/Core/RegularExpression.h"
19 RegularExpression::RegularExpression() :
32 RegularExpression::RegularExpression(const char* re, int flags) :
46 RegularExpression::RegularExpression(const char* re) :
56 RegularExpression::RegularExpression(const RegularExpression &rhs
    [all...]
  /external/lldb/include/lldb/Core/
RegularExpression.h 1 //===-- RegularExpression.h -------------------------------------*- C++ -*-===//
28 /// @class RegularExpression RegularExpression.h "lldb/Core/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)
    [all...]
AddressResolverName.h 16 #include "lldb/Core/RegularExpression.h"
35 AddressResolverName (RegularExpression &func_regex);
59 RegularExpression m_regex;
SourceManager.h 44 FindLinesMatchingRegex (RegularExpression& regex,
166 RegularExpression& regex,
Mangled.h 247 NameMatches (const RegularExpression& regex) const;
Module.h 227 FindSymbolsMatchingRegExAndType (const RegularExpression &regex,
343 FindFunctions (const RegularExpression& regex,
405 FindGlobalVariables (const RegularExpression& regex,
    [all...]
  /external/lldb/include/lldb/Breakpoint/
BreakpointResolverFileRegex.h 32 RegularExpression &regex);
60 RegularExpression m_regex; // This is the line expression that we are looking for.
BreakpointResolverName.h 55 RegularExpression &func_regex,
110 RegularExpression m_regex;
  /external/icu/icu4c/source/i18n/
uregex.cpp 32 struct RegularExpression: public UMemory {
34 RegularExpression();
35 ~RegularExpression();
50 RegularExpression::RegularExpression() {
62 RegularExpression::~RegularExpression() {
85 static UBool validateRE(const RegularExpression *re, UBool requiresText, UErrorCode *status) {
125 RegularExpression *re = new RegularExpression;
    [all...]
  /external/lldb/include/lldb/Interpreter/
OptionValueRegex.h 19 #include "lldb/Core/RegularExpression.h"
69 const RegularExpression *
93 RegularExpression m_regex;
CommandObjectRegexCommand.h 19 #include "lldb/Core/RegularExpression.h"
66 RegularExpression regex;
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugPubnames.h 29 bool Find(const lldb_private::RegularExpression& regex, std::vector<dw_offset_t>& die_offsets) const;
NameToDIE.h 49 Find (const lldb_private::RegularExpression& regex,
NameToDIE.cpp 15 #include "lldb/Core/RegularExpression.h"
45 NameToDIE::Find (const RegularExpression& regex, DIEArray &info_array) const
DWARFDebugInfo.h 64 bool Find(lldb_private::RegularExpression& re, std::vector<dw_offset_t>& die_offsets) const;
DWARFDebugPubnamesSet.h 77 void Find(const lldb_private::RegularExpression& regex, std::vector<dw_offset_t>& die_offsets) const;
  /external/lldb/include/lldb/Symbol/
VariableList.h 62 AppendVariablesIfUnique (const RegularExpression& regex,
SymbolFile.h 137 virtual uint32_t FindGlobalVariables (const RegularExpression& regex, bool append, uint32_t max_matches, VariableList& variables) = 0;
139 virtual uint32_t FindFunctions (const RegularExpression& regex, bool include_inlines, bool append, SymbolContextList& sc_list) = 0;
141 // virtual uint32_t FindTypes (const SymbolContext& sc, const RegularExpression& regex, bool append, uint32_t max_matches, TypeList& types) = 0;
SymbolVendor.h 102 FindGlobalVariables (const RegularExpression& regex,
116 FindFunctions (const RegularExpression& regex,
Variable.h 81 NameMatches (const RegularExpression& regex) const;
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/Commands/
CommandObjectType.cpp 23 #include "lldb/Core/RegularExpression.h"
658 RegularExpression* regex;
660 RegularExpression* X = NULL) : self(S), result(R), regex(X) {}
697 RegularExpression* regex = new RegularExpression(command.GetArgumentAtIndex(0));
714 RegularExpression* regex,
    [all...]
  /external/lldb/include/lldb/Target/
ThreadPlanStepInRange.h 99 std::unique_ptr<RegularExpression> m_avoid_regexp_ap;
  /external/lldb/source/Plugins/SymbolFile/Symtab/
SymbolFileSymtab.h 94 FindGlobalVariables(const lldb_private::RegularExpression& regex, bool append, uint32_t max_matches, lldb_private::VariableList& variables);
100 FindFunctions(const lldb_private::RegularExpression& regex, bool include_inlines, bool append, lldb_private::SymbolContextList& sc_list);
  /external/lldb/source/Breakpoint/
BreakpointResolverFileRegex.cpp 33 RegularExpression &regex

Completed in 279 milliseconds

1 2 3 4