Home
last modified time | relevance | path

Searched refs:UseGlobs (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSpecialCaseList.cpp29 bool UseGlobs) { in insert() argument
33 (UseGlobs ? "glob" : "regex") + " was blank"); in insert()
35 if (!UseGlobs) { in insert()
134 unsigned LineNo, bool UseGlobs) { in addSection() argument
138 if (auto Err = Section.SectionMatcher->insert(SectionStr, LineNo, UseGlobs)) { in addSection()
161 bool UseGlobs = !MB->getBuffer().starts_with("#!special-case-list-v1\n"); in parse() local
180 UseGlobs) in parse()
198 if (auto Err = Entry.insert(Pattern, LineNo, UseGlobs)) { in parse()
200 (Twine("malformed ") + (UseGlobs ? "glob" : "regex") + " in line " + in parse()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSpecialCaseList.h160 bool UseGlobs = true);