HomeSort by: relevance | last modified time | path
    Searched defs:PrintError (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/TableGen/
Error.cpp 101 void PrintError(const Twine &Msg) { WithColor::error() << Msg << "\n"; }
103 void PrintError(ArrayRef<SMLoc> ErrorLoc, const Twine &Msg) {
107 void PrintError(const char *Loc, const Twine &Msg) {
113 void PrintError(const Record *Rec, const Twine &Msg) {
119 void PrintError(const RecordVal *RecVal, const Twine &Msg) {
126 PrintError(Msg);
133 PrintError(ErrorLoc, Msg);
142 PrintError(Rec->getLoc(), Msg);
151 PrintError(RecVal->getLoc(), Msg);
163 PrintError(Loc, "assert condition must of type bit, bits, or int.")
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/dsymutil/
CFBundle.cpp 151 auto PrintError = [&](CFTypeID TypeID) {
168 PrintError(TypeID);
176 PrintError(TypeID);

Completed in 17 milliseconds