Home | History | Annotate | Download | only in translator

Lines Matching defs:reason

179                           const char* reason, const char* token, 
186 srcLoc, reason, token, extraInfo);
191 const char* reason, const char* token,
197 srcLoc, reason, token, extraInfo);
608 bool TParseContext::samplerErrorCheck(const TSourceLoc& line, const TPublicType& pType, const char* reason)
612 error(line, reason, getBasicString(pType.type), "(structure contains a sampler)");
619 error(line, reason, getBasicString(pType.type));
2066 std::string reason = reasonStream.str();
2067 error(line, reason.c_str(), field.name().c_str(), "");