Searched defs:regexp (Results 1 – 8 of 8) sorted by relevance
/llvm-project/lldb/unittests/Target/ |
H A D | StackFrameRecognizerTest.cpp | 75 __anonb2309f910202(uint32_t recognizer_id, std::string name, std::string function, llvm::ArrayRef<ConstString> symbols, bool regexp) TEST_F() argument
|
/llvm-project/llvm/utils/vscode/llvm/ |
H A D | package.json | 81 "regexp": "^(.+):(\\d+)\\((\\d+)\\):\\s+(.+)$", string 99 "regexp": "^(.+):(\\d+):\\d+:\\s+(error|warning|note|remark):\\s+(.+)$", string
|
/llvm-project/lldb/packages/Python/lldbsuite/test/ |
H A D | configuration.py | 70 regexp = None global() variable
|
H A D | lldbutil.py | 455 run_break_set_by_regexp( test, regexp, extra_options=None, num_expected_locations=-1 ) global() argument 471 run_break_set_by_source_regexp( test, regexp, extra_options=None, num_expected_locations=-1 ) global() argument
|
/llvm-project/lldb/utils/lui/ |
H A D | lldbutil.py | 448 def run_break_set_by_regexp( argument 464 def run_break_set_by_source_regexp( argument
|
/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectFrame.cpp | 928 __anon76d261220202(uint32_t rid, std::string rname, std::string module, llvm::ArrayRef<lldb_private::ConstString> symbols, bool regexp) HandleArgumentCompletion() argument 1002 __anon76d261220302( uint32_t recognizer_id, std::string name, std::string module, llvm::ArrayRef<ConstString> symbols, bool regexp) DoExecute() argument
|
H A D | CommandObjectBreakpoint.cpp | 647 RegularExpression regexp(m_options.m_func_regexp); DoExecute() local 683 RegularExpression regexp(m_options.m_source_text_regexp); DoExecute() local
|
/llvm-project/lldb/source/Symbol/ |
H A D | Symtab.cpp | 758 const RegularExpression ®exp, SymbolType symbol_type, in AppendSymbolIndexesMatchingRegExAndType() argument 780 const RegularExpression ®exp, SymbolType symbol_type, in AppendSymbolIndexesMatchingRegExAndType() argument
|