Searched defs:PrintWarning (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DError.cpp48 void PrintWarning(ArrayRef<SMLoc> WarningLoc, const Twine &Msg) { function in namespace:llvm
52 void PrintWarning(const char *Loc, const Twine &Msg) { function in namespace:llvm
56 void PrintWarning(const Twine &Msg) { WithColor::warning() << Msg << "\n"; } function in namespace:llvm
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.cpp226 void PrintWarning(uptr pc, uptr bp) { function in namespace:__msan

Completed in 207 milliseconds