Home
last modified time | relevance | path

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

12

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DNameEmbeddedUniformStructs.cpp38 TIntermTyped *declarator = sequence.front()->getAsTyped(); in visitDeclaration() local
56 TIntermTyped *declarator, in doReplacement()
DRemoveUnreferencedVariables.cpp176 TIntermTyped *declarator) in removeVariableDeclaration()
236 TIntermTyped *declarator = node->getSequence()->back()->getAsTyped(); in visitDeclaration() local
DDeferGlobalInitializers.cpp47 TIntermNode *declarator = declaration->getSequence()->back(); in GetDeferredInitializers() local
DRewriteStructSamplers.cpp113 TIntermTyped *declarator = sequence.front()->getAsTyped(); in visitDeclaration() local
/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/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DFlagStd140Structs.cpp53 TIntermTyped *declarator = node->getSequence()->back()->getAsTyped(); in visitDeclaration() local
Dglslang.y101 TDeclarator *declarator; member
DTranslatorVulkan.cpp56 TIntermTyped *declarator = sequence.front()->getAsTyped(); in visitDeclaration() local
/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
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/
Dprefer-for-of.ts188 const declarator = node.init.declarations[0] as constant
/third_party/node/src/
Dnode.h104 # define NODE_DEPRECATED(message, declarator) declarator argument
107 # define NODE_DEPRECATED(message, declarator) \ argument
110 # define NODE_DEPRECATED(message, declarator) \ argument
113 # define NODE_DEPRECATED(message, declarator) declarator argument
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DIntermNodePatternMatcher.cpp194 TIntermTyped *declarator = node->getSequence()->front()->getAsTyped(); in match() 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/typescript_eslint/packages/eslint-plugin/tests/util/
DisUnsafeAssignment.test.ts23 const declarator = declaration.declarations[0]; constant
/third_party/glslang/glslang/HLSL/
DhlslGrammar.cpp358 TFunctionDeclarator declarator; in acceptDeclaration() local
2497 TFunctionDeclarator& declarator) in acceptMemberFunctionDefinition()
2672 bool HlslGrammar::acceptFunctionDefinition(TFunctionDeclarator& declarator, TIntermNode*& nodeList, in acceptFunctionDefinition()
2683 bool HlslGrammar::acceptFunctionBody(TFunctionDeclarator& declarator, TIntermNode*& nodeList) in acceptFunctionBody()
/third_party/boost/libs/wave/samples/hannibal/
Dtranslation_unit_parser.h190 rule_type function_definition, function_definition_helper, declarator; member

12