Home
last modified time | relevance | path

Searched refs:PrintableRegex (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/initializerlist/
H A DTestInitializerList.py28 self, self.target(), lldbutil.PrintableRegex("libc\+\+"))
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/atomic/
H A DTestLibCxxAtomic.py36 self, self.target(), lldbutil.PrintableRegex("libc\+\+"))
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbutil.py1582 class PrintableRegex(object): class