Home
last modified time | relevance | path

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

12

/external/angle/src/compiler/translator/tree_ops/vulkan/
DSeparateStructFromUniformDeclarations.cpp39 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/
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.y101 TDeclarator *declarator; member
Dglslang_tab_autogen.h283 TDeclarator *declarator; member
DTranslatorMetalDirect.cpp89 TIntermTyped *declarator = sequence.front()->getAsTyped(); in visitDeclaration() local
DOutputHLSL.cpp2254 TIntermTyped *declarator = (*sequence)[0]->getAsTyped(); in visitDeclaration() local
/external/angle/src/compiler/translator/tree_ops/
DRemoveUnreferencedVariables.cpp176 TIntermTyped *declarator) in removeVariableDeclaration()
236 TIntermTyped *declarator = node->getSequence()->back()->getAsTyped(); in visitDeclaration() local
DRemoveInactiveInterfaceVariables.cpp79 TIntermTyped *declarator = node->getSequence()->front()->getAsTyped(); in visitDeclaration() local
DDeferGlobalInitializers.cpp48 TIntermNode *declarator = declaration->getSequence()->back(); in GetDeferredInitializers() local
DRewriteStructSamplers.cpp349 TIntermTyped *declarator = sequence.front()->getAsTyped(); in visitDeclaration() local
/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.cpp203 TIntermTyped *declarator = node->getSequence()->front()->getAsTyped(); in match() local
/external/clang/lib/Sema/
DSemaType.cpp145 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/
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()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/
DhlslGrammar.cpp360 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/
DSemaType.cpp160 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/
Dutils-vixl.h57 #define VIXL_DEPRECATED(replaced_by, declarator) \ argument

12