Lines Matching defs:node

222 bool HlslParseContext::lValueErrorCheck(const TSourceLoc& loc, const char* op, TIntermTyped* node)  in lValueErrorCheck()
255 …rmTyped* HlslParseContext::handleLvalue(const TSourceLoc& loc, const char* op, TIntermTyped*& node) in handleLvalue()
660 TIntermTyped* node = nullptr; in handleVariable() local
2293 TIntermNode*& node) in handleFunctionBody()
2776 const auto addIndex = [this, &loc](TIntermTyped* node, int pos) -> TIntermTyped* { in assignClipCullDistance()
2856 const auto indexesSplit = [this](const TIntermTyped* node) -> bool { in handleAssign()
2867 const auto getSymbol = [](const TIntermTyped* node) -> const TIntermSymbol* { in handleAssign()
2880 const auto assignsClipPos = [this](const TIntermTyped* node) -> bool { in handleAssign()
3472 void HlslParseContext::decomposeStructBufferMethods(const TSourceLoc& loc, TIntermTyped*& node, TIn… in decomposeStructBufferMethods()
3875 void HlslParseContext::decomposeSampleMethods(const TSourceLoc& loc, TIntermTyped*& node, TIntermNo… in decomposeSampleMethods()
4755 void HlslParseContext::decomposeGeometryMethods(const TSourceLoc& loc, TIntermTyped*& node, TInterm… in decomposeGeometryMethods()
4817 void HlslParseContext::decomposeIntrinsic(const TSourceLoc& loc, TIntermTyped*& node, TIntermNode* … in decomposeIntrinsic()
6005 [this](const TIntermNode* node) { in addStructBuffArguments()
6510 void HlslParseContext::constantValueCheck(TIntermTyped* node, const char* token) in constantValueCheck()
6520 void HlslParseContext::integerCheck(const TIntermTyped* node, const char* token) in integerCheck()
6550 bool HlslParseContext::constructorError(const TSourceLoc& loc, TIntermNode* node, TFunction& functi… in constructorError()
6737 bool HlslParseContext::isScalarConstructor(const TIntermNode* node) in isScalarConstructor()
7269 const TIntermTyped* node) in setLayoutQualifier()
8411 TIntermTyped* HlslParseContext::handleConstructor(const TSourceLoc& loc, TIntermTyped* node, const … in handleConstructor()
8449 TIntermTyped* HlslParseContext::addConstructor(const TSourceLoc& loc, TIntermTyped* node, const TTy… in addConstructor()
8547 …ntermTyped* HlslParseContext::constructBuiltIn(const TType& type, TOperator op, TIntermTyped* node, in constructBuiltIn()
8693 TIntermTyped* HlslParseContext::convertArray(TIntermTyped* node, const TType& type) in convertArray()
8766 TIntermTyped* HlslParseContext::constructAggregate(TIntermNode* node, const TType& type, int paramC… in constructAggregate()