Home
last modified time | relevance | path

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

12

/external/angle/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
/external/angle/src/compiler/translator/tree_ops/msl/
DNameEmbeddedUniformStructsMetal.cpp40 TIntermTyped *declarator = sequence.front()->getAsTyped(); in visitDeclaration() local
66 TIntermTyped *declarator, in doReplacement()
/external/javassist/src/main/javassist/compiler/ast/
DVariable.java27 protected Declarator declarator; field in Variable
/external/antlr/runtime/ObjC/Framework/examples/treeparser/
DLangDumpDecl.m224 {
/external/angle/src/compiler/translator/
DFlagStd140Structs.cpp53 TIntermTyped *declarator = node->getSequence()->back()->getAsTyped(); in visitDeclaration() local
Dglslang.y102 TDeclarator *declarator; member
Dglslang_tab_autogen.h291 TDeclarator *declarator; member
/external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/
DSimpleCWalker.m528 {
DSimpleCTP.m528 {
DSimpleCTP.java242 public final void declarator() throws RecognitionException { in declarator() method in SimpleCTP
DSimpleCParser.m1409 {
DSimpleCParser.java396 public final SimpleCParser.declarator_return declarator() throws RecognitionException { in declarator() method in SimpleCParser
/external/antlr/runtime/ObjC/Framework/examples/LL-star/
DSimpleCParser.m605 {
/external/angle/src/compiler/translator/tree_util/
DIntermNodePatternMatcher.cpp162 TIntermTyped *declarator = node->getSequence()->front()->getAsTyped(); in match() local
/external/clang/lib/Sema/
DSemaType.cpp145 Declarator &declarator; member in __anon846eccfe0111::TypeProcessingState
166 TypeProcessingState(Sema &sema, Declarator &declarator) in TypeProcessingState()
325 static DeclaratorChunk *maybeMovePastReturnType(Declarator &declarator, in maybeMovePastReturnType()
396 Declarator &declarator = state.getDeclarator(); in distributeObjCPointerTypeAttr() local
454 Declarator &declarator = state.getDeclarator(); in distributeObjCPointerTypeAttrFromDeclarator() local
516 Declarator &declarator = state.getDeclarator(); in distributeFunctionTypeAttr() local
550 Declarator &declarator = state.getDeclarator(); in distributeFunctionTypeAttrToInnermost() local
598 Declarator &declarator = state.getDeclarator(); in distributeFunctionTypeAttrFromDeclarator() local
670 Declarator &declarator = state.getDeclarator(); in maybeSynthesizeBlockSignature() local
756 static bool checkOmittedBlockReturnType(Sema &S, Declarator &declarator, in checkOmittedBlockReturnType()
[all …]
/external/angle/third_party/vulkan-deps/glslang/src/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()
/external/deqp-deps/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()
/external/angle/src/compiler/translator/msl/
DTranslatorMSL.cpp89 TIntermTyped *declarator = sequence.front()->getAsTyped(); in visitDeclaration() local
/external/vixl/src/
Dutils-vixl.h57 #define VIXL_DEPRECATED(replaced_by, declarator) \ argument
/external/angle/src/compiler/translator/hlsl/
DOutputHLSL.cpp2447 TIntermTyped *declarator = (*sequence)[0]->getAsTyped(); in visitDeclaration() local

12