Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
152 std::string REError; in parse() local
154 if (!CheckRE.isValid(REError)) { in parse()
156 (Twine("malformed regex for section ") + Section + ": '" + REError) in parse()
181 std::string REError; in parse() local
182 if (!M->insert(std::string(Section), LineNo, REError)) { in parse()
192 std::string REError; in parse() local
193 if (!Entry.insert(std::move(Regexp), LineNo, REError)) { in parse()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DSpecialCaseList.h123 bool insert(std::string Regexp, unsigned LineNumber, std::string &REError);