Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
H A Dwpamsg.h23 QString getMsg() const { return msg; } in getMsg() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDiagnosticInfo.h309 const Twine &getMsg() const { return Msg; } in getMsg() function
338 const Twine &getMsg() const { return Msg; } in getMsg() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDiagnosticInfo.cpp393 std::string DiagnosticInfoOptimizationBase::getMsg() const { in getMsg() function in DiagnosticInfoOptimizationBase