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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DSpecialCaseList.cpp31 std::string &REError) {
33 REError = "Supplied regexp was blank";
53 if (!CheckRE.isValid(REError))
152 std::string REError; local
154 if (!CheckRE.isValid(REError)) {
156 (Twine("malformed regex for section ") + Section + ": '" + REError)
181 std::string REError; local
182 if (!M->insert(std::string(Section), LineNo, REError)) {
183 Error = (Twine("malformed section ") + Section + ": '" + REError).str();
192 std::string REError; local
29 insert(std::string Regexp, unsigned LineNumber, std::string &REError) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DSpecialCaseList.h123 bool insert(std::string Regexp, unsigned LineNumber, std::string &REError);

Completed in 57 milliseconds