Home
last modified time | relevance | path

Searched defs:declarator (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DSeparateStructFromUniformDeclarations.cpp38 TIntermTyped *declarator = sequence.front()->getAsTyped(); in visitDeclaration() local
60 void doReplacement(TIntermDeclaration *decl, TIntermTyped *declarator, const TType &oldType) in doReplacement()
DRemoveUnreferencedVariables.cpp176 TIntermTyped *declarator) in removeVariableDeclaration()
236 TIntermTyped *declarator = node->getSequence()->back()->getAsTyped(); in visitDeclaration() local
DDeferGlobalInitializers.cpp49 TIntermNode *declarator = declaration->getSequence()->back(); in GetDeferredInitializers() local
DSeparateDeclarations.cpp97 TIntermTyped *declarator = sequence->at(index)->getAsTyped(); in separateDeclarator() local
DRemoveInactiveInterfaceVariables.cpp84 TIntermTyped *declarator = node->getSequence()->front()->getAsTyped(); in visitDeclaration() local
DRewriteStructSamplers.cpp349 TIntermTyped *declarator = sequence.front()->getAsTyped(); in visitDeclaration() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DNameEmbeddedUniformStructsMetal.cpp40 TIntermTyped *declarator = sequence.front()->getAsTyped(); in visitDeclaration() local
66 TIntermTyped *declarator, in doReplacement()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DFlagStd140Structs.cpp53 TIntermTyped *declarator = node->getSequence()->back()->getAsTyped(); in visitDeclaration() local
Dglslang.y101 TDeclarator *declarator; member
Dglslang_tab_autogen.h283 TDeclarator *declarator; member
DTranslatorMetalDirect.cpp92 TIntermTyped *declarator = sequence.front()->getAsTyped(); in visitDeclaration() local
DOutputHLSL.cpp2261 TIntermTyped *declarator = (*sequence)[0]->getAsTyped(); in visitDeclaration() local
Dglslang_tab_autogen.cpp372 TDeclarator *declarator; member
DIntermNode.cpp1001 void TIntermDeclaration::appendDeclarator(TIntermTyped *declarator) in appendDeclarator()
DParseContext.cpp2458 TIntermBinary *declarator = declaration->getSequence()->front()->getAsBinaryNode(); in addLoop() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DIntermNodePatternMatcher.cpp203 TIntermTyped *declarator = node->getSequence()->front()->getAsTyped(); in match() local
/third_party/node/src/
Dnode.h111 # define NODE_DEPRECATED(message, declarator) declarator argument
114 # define NODE_DEPRECATED(message, declarator) \ argument
117 # define NODE_DEPRECATED(message, declarator) \ argument
120 # define NODE_DEPRECATED(message, declarator) declarator argument
/third_party/glslang/glslang/HLSL/
DhlslGrammar.cpp361 TFunctionDeclarator declarator; in acceptDeclaration() local
2790 TFunctionDeclarator& declarator) in acceptMemberFunctionDefinition()
2965 bool HlslGrammar::acceptFunctionDefinition(TFunctionDeclarator& declarator, TIntermNode*& nodeList, in acceptFunctionDefinition()
2976 bool HlslGrammar::acceptFunctionBody(TFunctionDeclarator& declarator, TIntermNode*& nodeList) in acceptFunctionBody()