/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | FlagStd140Structs.cpp | 53 TIntermTyped *declarator = node->getSequence()->back()->getAsTyped(); in visitDeclaration() local
|
H A D | TranslatorMetalDirect.cpp | 92 TIntermTyped *declarator = sequence.front()->getAsTyped(); variable
|
H A D | glslang_tab_autogen.h | 283 TDeclarator *declarator; member
|
H A D | IntermNode.cpp | 1001 void TIntermDeclaration::appendDeclarator(TIntermTyped *declarator) in appendDeclarator() argument
|
H A D | OutputHLSL.cpp | 2261 TIntermTyped *declarator = (*sequence)[0]->getAsTyped(); in visitDeclaration() local [all...] |
H A D | glslang_tab_autogen.cpp | 372 TDeclarator *declarator; member
|
H A D | ParseContext.cpp | 2458 TIntermBinary *declarator = declaration->getSequence()->front()->getAsBinaryNode(); in addLoop() local [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
H A D | IntermNodePatternMatcher.cpp | 203 TIntermTyped *declarator = node->getSequence()->front()->getAsTyped(); in match() local
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | NameEmbeddedUniformStructsMetal.cpp | 40 TIntermTyped *declarator = sequence.front()->getAsTyped(); variable 65 doReplacement(TIntermDeclaration *decl, TIntermTyped *declarator, const TStructure *oldStructure) doReplacement() argument
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
H A D | SeparateStructFromUniformDeclarations.cpp | 38 TIntermTyped *declarator = sequence.front()->getAsTyped(); variable 60 void doReplacement(TIntermDeclaration *decl, TIntermTyped *declarator, const TType &oldType) in doReplacement() argument
|
H A D | DeferGlobalInitializers.cpp | 49 TIntermNode *declarator = declaration->getSequence()->back(); in GetDeferredInitializers() local
|
H A D | RemoveInactiveInterfaceVariables.cpp | 84 TIntermTyped *declarator = node->getSequence()->front()->getAsTyped(); in visitDeclaration() local
|
H A D | SeparateDeclarations.cpp | 97 TIntermTyped *declarator = sequence->at(index)->getAsTyped(); in separateDeclarator() local [all...] |
H A D | RemoveUnreferencedVariables.cpp | 175 removeVariableDeclaration(TIntermDeclaration *node, TIntermTyped *declarator) removeVariableDeclaration() argument 236 TIntermTyped *declarator = node->getSequence()->back()->getAsTyped(); visitDeclaration() local [all...] |
H A D | RewriteStructSamplers.cpp | 349 TIntermTyped *declarator = sequence.front()->getAsTyped(); local
|
/third_party/glslang/glslang/HLSL/ |
H A D | hlslGrammar.cpp | 361 TFunctionDeclarator declarator; in acceptDeclaration() local 2789 acceptMemberFunctionDefinition(TIntermNode*& nodeList, const TType& type, TString& memberName, TFunctionDeclarator& declarator) acceptMemberFunctionDefinition() argument 2965 acceptFunctionDefinition(TFunctionDeclarator& declarator, TIntermNode*& nodeList, TVector<HlslToken>* deferredTokens) acceptFunctionDefinition() argument 2976 acceptFunctionBody(TFunctionDeclarator& declarator, TIntermNode*& nodeList) acceptFunctionBody() argument [all...] |
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | symbol.h | 130 struct token *(*declarator)(struct token *token, struct symbol *, struct decl_state *ctx); member
|
H A D | parse.c | 1840 static struct token *declarator(struct token *token, struct decl_state *ctx) declarator() function [all...] |