Home
last modified time | relevance | path

Searched defs:PrintWarning (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/TableGen/
DError.cpp42 void PrintWarning(ArrayRef<SMLoc> WarningLoc, const Twine &Msg) { in PrintWarning() function
46 void PrintWarning(const char *Loc, const Twine &Msg) { in PrintWarning() function
50 void PrintWarning(const Twine &Msg) { in PrintWarning() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
DError.cpp47 void PrintWarning(ArrayRef<SMLoc> WarningLoc, const Twine &Msg) { in PrintWarning() function
51 void PrintWarning(const char *Loc, const Twine &Msg) { in PrintWarning() function
55 void PrintWarning(const Twine &Msg) { WithColor::warning() << Msg << "\n"; } in PrintWarning() function
/external/compiler-rt/lib/msan/
Dmsan.cc232 void PrintWarning(uptr pc, uptr bp) { in PrintWarning() function