Home | History | Annotate | Download | only in TableGen

Lines Matching defs:pat

69       std::string pat = SI->getValue();
71 if (pat[0] != '^') {
72 pat.insert(0, "^(");
73 pat.insert(pat.end(), ')');
75 RegexList.push_back(Regex(pat));