Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DSpecialCaseList.cpp31 std::string &REError) { in insert() argument
33 REError = "Supplied regexp was blank"; in insert()
53 if (!CheckRE.isValid(REError)) in insert()
151 std::string REError; in parse() local
153 if (!CheckRE.isValid(REError)) { in parse()
155 (Twine("malformed regex for section ") + Section + ": '" + REError) in parse()
180 std::string REError; in parse() local
181 if (!M->insert(Section, LineNo, REError)) { in parse()
191 std::string REError; in parse() local
192 if (!Entry.insert(std::move(Regexp), LineNo, REError)) { in parse()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DSpecialCaseList.h120 bool insert(std::string Regexp, unsigned LineNumber, std::string &REError);