Lines Matching refs:CPPShInfoLogMsg
270 void CPPShInfoLogMsg(const char *msg)
337 CPPShInfoLogMsg("optimize pragma syntax is incorrect");
342 CPPShInfoLogMsg("\"(\" expected after 'optimize' keyword");
351 CPPShInfoLogMsg("\"on\" or \"off\" expected after '(' for 'optimize' pragma");
356 CPPShInfoLogMsg("\")\" expected to end 'optimize' pragma");
361 CPPShInfoLogMsg("debug pragma syntax is incorrect");
366 CPPShInfoLogMsg("\"(\" expected after 'debug' keyword");
375 CPPShInfoLogMsg("\"on\" or \"off\" expected after '(' for 'debug' pragma");
380 CPPShInfoLogMsg("\")\" expected to end 'debug' pragma");
449 CPPShInfoLogMsg((TString("behavior '") + behavior + "' is not supported").c_str());
464 CPPShInfoLogMsg("extension 'all' cannot have 'require' or 'enable' behavior");
475 CPPShInfoLogMsg((TString("extension '") + extName + "' is not supported").c_str());