Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp4474 std::string ErrString; in CombineChildVariants() local
4479 if (R->canPatternMatch(ErrString, CDP) && in CombineChildVariants()
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp910 std::string ErrString; in typeComparisonErrorMessage() local
911 raw_string_ostream ErrOS(ErrString); in typeComparisonErrorMessage()