Home | History | Annotate | Download | only in TableGen

Lines Matching defs:pat

63       std::string pat = SI->getValue();
65 if (pat[0] != '^') {
66 pat.insert(0, "^(");
67 pat.insert(pat.end(), ')');
69 RegexList.push_back(Regex(pat));