Home | History | Annotate | Download | only in TableGen

Lines Matching full:regex

21 #include "llvm/Support/Regex.h"
51 // scanned linearly first. However, this is only safe if the regex pattern has
61 SmallVector<Regex*, 4> RegexList;
74 RegexList.push_back(new Regex(pat));
78 for (SmallVectorImpl<Regex*>::iterator