Home
last modified time | relevance | path

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

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