Home
last modified time | relevance | path

Searched defs:is_regex (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/lldb/source/API/
H A DSBTypeNameSpecifier.cpp22 SBTypeNameSpecifier::SBTypeNameSpecifier(const char *name, bool is_regex) in SBTypeNameSpecifier()
/openbsd/gnu/usr.bin/perl/dist/Data-Dumper/
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