Home
last modified time | relevance | path

Searched defs:TSourceLoc (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DCommon.h25 struct TSourceLoc { struct
26 int first_file;
27 int first_line;
28 int last_file;
29 int last_line;
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.h67 …void reservedPpErrorCheck(const TSourceLoc&, const char* /*name*/, const char* /*op*/) override { } in reservedPpErrorCheck()
68 bool lineContinuationCheck(const TSourceLoc&, bool /*endOfComment*/) override { return true; } in lineContinuationCheck()
DhlslParseHelper.cpp1069 bool HlslParseContext::isBuiltInMethod(const TSourceLoc&, TIntermTyped* base, const TString& field) in isBuiltInMethod()
6502 void HlslParseContext::globalQualifierFix(const TSourceLoc&, TQualifier& qualifier) in globalQualifierFix()
6618 void HlslParseContext::structArrayCheck(const TSourceLoc& /*loc*/, const TType& type) in structArrayCheck()
6711 TSymbol* HlslParseContext::redeclareBuiltinVariable(const TSourceLoc& /*loc*/, const TString& ident… in redeclareBuiltinVariable()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.cpp486 void TParseContext::handleIndexLimits(const TSourceLoc& /*loc*/, TIntermTyped* base, TIntermTyped* … in handleIndexLimits()
569 void TParseContext::handleIoResizeArrayAccess(const TSourceLoc& /*loc*/, TIntermTyped* base) in handleIoResizeArrayAccess()
2249 void TParseContext::handlePrecisionQualifier(const TSourceLoc& /*loc*/, TQualifier& qualifier, TPre… in handlePrecisionQualifier()
3593 void TParseContext::structArrayCheck(const TSourceLoc& /*loc*/, const TType& type) in structArrayCheck()
4390 void TParseContext::structTypeCheck(const TSourceLoc& /*loc*/, TPublicType& publicType) in structTypeCheck()