/external/angle/src/compiler/translator/tree_ops/vulkan/ |
D | SeparateStructFromUniformDeclarations.cpp | 39 TIntermTyped *declarator = sequence.front()->getAsTyped(); in visitDeclaration() local 61 void doReplacement(TIntermDeclaration *decl, TIntermTyped *declarator, const TType &oldType) in doReplacement()
|
/external/angle/src/compiler/translator/TranslatorMetalDirect/ |
D | NameEmbeddedUniformStructsMetal.cpp | 40 TIntermTyped *declarator = sequence.front()->getAsTyped(); in visitDeclaration() local 66 TIntermTyped *declarator, in doReplacement()
|
/external/javassist/src/main/javassist/compiler/ast/ |
D | Variable.java | 27 protected Declarator declarator; field in Variable
|
/external/antlr/runtime/ObjC/Framework/examples/treeparser/ |
D | LangDumpDecl.m | 224 {
|
/external/angle/src/compiler/translator/ |
D | FlagStd140Structs.cpp | 53 TIntermTyped *declarator = node->getSequence()->back()->getAsTyped(); in visitDeclaration() local
|
D | glslang.y | 101 TDeclarator *declarator; member
|
D | glslang_tab_autogen.h | 283 TDeclarator *declarator; member
|
D | TranslatorMetalDirect.cpp | 89 TIntermTyped *declarator = sequence.front()->getAsTyped(); in visitDeclaration() local
|
D | OutputHLSL.cpp | 2254 TIntermTyped *declarator = (*sequence)[0]->getAsTyped(); in visitDeclaration() local
|
/external/angle/src/compiler/translator/tree_ops/ |
D | RemoveUnreferencedVariables.cpp | 176 TIntermTyped *declarator) in removeVariableDeclaration() 236 TIntermTyped *declarator = node->getSequence()->back()->getAsTyped(); in visitDeclaration() local
|
D | RemoveInactiveInterfaceVariables.cpp | 79 TIntermTyped *declarator = node->getSequence()->front()->getAsTyped(); in visitDeclaration() local
|
D | DeferGlobalInitializers.cpp | 48 TIntermNode *declarator = declaration->getSequence()->back(); in GetDeferredInitializers() local
|
D | RewriteStructSamplers.cpp | 349 TIntermTyped *declarator = sequence.front()->getAsTyped(); in visitDeclaration() local
|
/external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/ |
D | SimpleCWalker.m | 528 {
|
D | SimpleCTP.m | 528 {
|
D | SimpleCTP.java | 242 public final void declarator() throws RecognitionException { in declarator() method in SimpleCTP
|
D | SimpleCParser.m | 1409 {
|
D | SimpleCParser.java | 396 public final SimpleCParser.declarator_return declarator() throws RecognitionException { in declarator() method in SimpleCParser
|
/external/antlr/runtime/ObjC/Framework/examples/LL-star/ |
D | SimpleCParser.m | 605 {
|
/external/angle/src/compiler/translator/tree_util/ |
D | IntermNodePatternMatcher.cpp | 203 TIntermTyped *declarator = node->getSequence()->front()->getAsTyped(); in match() local
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 145 Declarator &declarator; member in __anon358d18600111::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/deqp-deps/glslang/glslang/HLSL/ |
D | hlslGrammar.cpp | 358 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()
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/ |
D | hlslGrammar.cpp | 360 TFunctionDeclarator declarator; in acceptDeclaration() local 2499 TFunctionDeclarator& declarator) in acceptMemberFunctionDefinition() 2674 bool HlslGrammar::acceptFunctionDefinition(TFunctionDeclarator& declarator, TIntermNode*& nodeList, in acceptFunctionDefinition() 2685 bool HlslGrammar::acceptFunctionBody(TFunctionDeclarator& declarator, TIntermNode*& nodeList) in acceptFunctionBody()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaType.cpp | 160 Declarator &declarator; member in __anonc6f7a84e0111::TypeProcessingState 199 TypeProcessingState(Sema &sema, Declarator &declarator) in TypeProcessingState() 394 static DeclaratorChunk *maybeMovePastReturnType(Declarator &declarator, in maybeMovePastReturnType() 464 Declarator &declarator = state.getDeclarator(); in distributeObjCPointerTypeAttr() local 520 Declarator &declarator = state.getDeclarator(); in distributeObjCPointerTypeAttrFromDeclarator() local 581 Declarator &declarator = state.getDeclarator(); in distributeFunctionTypeAttr() local 613 Declarator &declarator = state.getDeclarator(); in distributeFunctionTypeAttrToInnermost() local 658 Declarator &declarator = state.getDeclarator(); in distributeFunctionTypeAttrFromDeclarator() local 725 Declarator &declarator = state.getDeclarator(); in maybeSynthesizeBlockSignature() local 807 static bool checkOmittedBlockReturnType(Sema &S, Declarator &declarator, in checkOmittedBlockReturnType() [all …]
|
/external/vixl/src/ |
D | utils-vixl.h | 57 #define VIXL_DEPRECATED(replaced_by, declarator) \ argument
|