Home
last modified time | relevance | path

Searched refs:is_regex (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/lldb/source/API/
H A DSBTypeNameSpecifier.cpp22 SBTypeNameSpecifier::SBTypeNameSpecifier(const char *name, bool is_regex) in SBTypeNameSpecifier() argument
23 : SBTypeNameSpecifier(name, is_regex ? eFormatterMatchRegex in SBTypeNameSpecifier()
25 LLDB_INSTRUMENT_VA(this, name, is_regex); in SBTypeNameSpecifier()
/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBTypeNameSpecifier.i21 bool is_regex = false);
67 is_regex = property(IsRegex)
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBTypeNameSpecifier.h21 SBTypeNameSpecifier(const char *name, bool is_regex = false);
/openbsd/gnu/usr.bin/perl/dist/Data-Dumper/
H A DDumper.pm324 my $is_regex = 0;
326 $is_regex = 1;
359 if ($is_regex) {
H A DDumper.xs669 bool is_regex = 0; /* we are dumping a regex, we need to know this before we bless */ in DD_dump() local
796 is_regex = 1; in DD_dump()
836 if (is_regex) { in DD_dump()