Home
last modified time | relevance | path

Searched defs:RegexMetachars (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Support/
H A DRegex.cpp230 static const char RegexMetachars[] = "()^$|*+?.[]\\{}"; variable
/src/contrib/llvm-project/llvm/lib/TextAPI/
H A DUtils.cpp158 static StringLiteral RegexMetachars = "()^$|+.[]\\{}"; variable
/src/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.cpp98 static const char RegexMetachars[] = "()^$|*+?.[]\\{}"; in apply() local