Home
last modified time | relevance | path

Searched refs:declarator (Results 1 – 25 of 2928) sorted by relevance

12345678910>>...118

/dports/devel/py-ctypesgen/ctypesgen-ctypesgen-1.0.2/ctypesgen/parser/
H A Dctypesparser.py79 declarator = declaration.declarator
85 declarator = declarator.pointer
136 if declarator and declarator.bitfield:
141 while declarator and declarator.pointer:
155 a = declarator.array
164 declarator = declarator.pointer
166 if declarator and declarator.parameters is not None:
179 if declarator:
201 declarator = declaration.declarator
202 if declarator is None:
[all …]
/dports/devel/cproto/cproto-4.7k/
H A Dsemantic.c158 declarator->next = NULL; in new_decl_list()
183 to->last = declarator; in add_decl_list()
204 param->declarator = declarator; in new_parameter()
290 Declarator *declarator; in add_ident_list() local
351 p->declarator = d; in set_param_types()
373 s = p->declarator->name; in put_parameter()
403 s = p->declarator->text; in put_parameter()
454 t = p->declarator->text; in put_parameter()
470 || strcmp(p->declarator->text, p->declarator->name) != 0) in put_parameter()
693 if ((s = strstr(declarator->text, declarator->name)) == NULL) in put_declarator()
[all …]
/dports/databases/grass7/grass-7.8.6/lib/python/ctypes/ctypesgencore/parser/
H A Dctypesparser.py78 declarator = declaration.declarator
84 declarator = declarator.pointer
132 if declarator and declarator.bitfield:
137 while declarator and declarator.pointer:
151 a = declarator.array
161 declarator = declarator.pointer
163 if declarator and declarator.parameters is not None:
176 if declarator:
197 declarator = declaration.declarator
198 if declarator is None:
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/byacc/dist/test/btyacc/
H A Dbtyacc_demo.output56 33 declarator : '(' $$7 $$8 declarator ')'
334 declarator : '(' . $$7 $$8 declarator ')' (33)
360 declarator : declarator . '[' $$5 expr ']' (35)
394 declarator : '(' $$7 . $$8 declarator ')' (33)
427 declarator : declarator '[' . $$5 expr ']' (35)
461 declarator : '(' $$7 $$8 . declarator ')' (33)
508 declarator : declarator '[' $$5 . expr ']' (35)
552 declarator : '(' $$7 $$8 declarator . ')' (33)
553 declarator : declarator . '[' $$5 expr ']' (35)
631 declarator : declarator '[' $$5 expr . ']' (35)
[all …]
H A Dgrammar.tab.c2426 yyval.declarator = yystack.l_mark[0].declarator; in YYPARSE_DECL()
2443 yyval.declarator = yystack.l_mark[-1].declarator; in YYPARSE_DECL()
2453 yyval.declarator = yystack.l_mark[-1].declarator; in YYPARSE_DECL()
2465 …yyval.declarator->head = (yystack.l_mark[-3].declarator->func_stack == NULL) ? yyval.declarator : … in YYPARSE_DECL()
2475 …yyval.declarator->head = (yystack.l_mark[-3].declarator->func_stack == NULL) ? yyval.declarator : … in YYPARSE_DECL()
2601 yyval.declarator = yystack.l_mark[0].declarator; in YYPARSE_DECL()
2611 yyval.declarator = yystack.l_mark[-1].declarator; in YYPARSE_DECL()
2621 yyval.declarator = yystack.l_mark[-1].declarator; in YYPARSE_DECL()
2639 …yyval.declarator->head = (yystack.l_mark[-3].declarator->func_stack == NULL) ? yyval.declarator : … in YYPARSE_DECL()
2661 yyval.declarator->head = yyval.declarator; in YYPARSE_DECL()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/byacc/dist/test/yacc/
H A Dgrammar.tab.c1718 yyval.declarator = yystack.l_mark[0].declarator; in YYPARSE_DECL()
1735 yyval.declarator = yystack.l_mark[-1].declarator; in YYPARSE_DECL()
1745 yyval.declarator = yystack.l_mark[-1].declarator; in YYPARSE_DECL()
1757 …yyval.declarator->head = (yystack.l_mark[-3].declarator->func_stack == NULL) ? yyval.declarator : … in YYPARSE_DECL()
1767 …yyval.declarator->head = (yystack.l_mark[-3].declarator->func_stack == NULL) ? yyval.declarator : … in YYPARSE_DECL()
1893 yyval.declarator = yystack.l_mark[0].declarator; in YYPARSE_DECL()
1903 yyval.declarator = yystack.l_mark[-1].declarator; in YYPARSE_DECL()
1913 yyval.declarator = yystack.l_mark[-1].declarator; in YYPARSE_DECL()
1931 …yyval.declarator->head = (yystack.l_mark[-3].declarator->func_stack == NULL) ? yyval.declarator : … in YYPARSE_DECL()
1953 yyval.declarator->head = yyval.declarator; in YYPARSE_DECL()
[all …]
/dports/devel/cscout/cscout-bd7dfac/btyacc/test/
H A DansiC2.y103 : init.declarator
104 | init.declarator.list ',' init.declarator
107 init.declarator
108 : declarator
128 | struct.declarator.list ',' struct.declarator
131 struct.declarator
132 : declarator
151 declarator.opt
153 | declarator
156 declarator
[all …]
H A DansiC.y94 init.declarator.list
95 : init.declarator
96 | init.declarator.list ',' init.declarator
99 init.declarator
100 : declarator
116 : struct.declarator
117 | struct.declarator.list ',' struct.declarator
120 struct.declarator
121 : declarator
142 declarator
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/cpptools/
H A Dcpppointerdeclarationformatter.cpp152 DeclaratorAST *declarator = dit->value; in visit() local
184 : declarator->attribute_list; in visit()
215 ? declarator->equal_token - 1 in visit()
216 : declarator->lastToken() - 1; in visit()
232 DeclaratorAST *declarator = ast->declarator; in visit() local
265 DeclaratorAST *declarator = ast->declarator; in visit() local
286 DeclaratorAST *declarator = ast->declarator; in visit() local
297 ? declarator->equal_token - 1 in visit()
298 : declarator->lastToken() - 1; in visit()
338 DeclaratorAST *declarator = condition->declarator; in processIfWhileForStatement() local
[all …]
/dports/graphics/py-pyglet/pyglet-1.5.21/tools/wraptypes/
H A Dctypesparser.py63 while declarator and declarator.pointer:
66 a = declarator.array
77 declarator = declarator.pointer
78 if declarator and declarator.parameters is not None:
80 if declarator:
81 a = declarator.array
213 declarator = declaration.declarator
218 declarator = declarator.pointer
292 declarator = declaration.declarator
293 if declarator is None:
[all …]
/dports/textproc/c2man/c2man-2.0.42/
H A Dsemantic.c161 Declarator *declarator;
164 declarator->next = NULL;
191 Declarator *declarator;
195 to->last = declarator;
219 param->declarator = declarator;
336 Declarator *declarator; local
364 if (p->declarator->name && strcmp(p->declarator->name, name) == 0)
428 p->declarator = d;
488 Declarator *declarator; in output_func_declarator()
503 if (declarator->name == NULL || declarator->name[0] == '\0') {
[all …]
H A Dmanpage.c30 Declarator *declarator;
48 free_declarator(declarator);
53 declarator->comment = comment;
57 newpage->declarator = declarator;
185 decl_spec, declarator) in output_identifier_description() argument
189 const Declarator *declarator;
659 ((!first->declarator->text && !second->declarator->text) ||
660 (first->declarator->text && second->declarator->text &&
661 !strcmp(first->declarator->text, second->declarator->text)));
816 page->declarator->name,
[all …]
/dports/lang/smalltalk/smalltalk-3.2.5/packages/cpp/
H A DCParseType.st192 <declarator>
271 <declarator>
491 <declarator>
570 declarator: declarator).
594 declarator _ CDeclarationBitfield parentType: declarator
596 ^declarator
628 declarator: declarator).
657 ^CDeclarationInitialized declarator: declarator
659 ^declarator
745 <declarator>
[all …]
/dports/devel/umbrello/umbrello-21.12.3/lib/cppparser/
H A Dast_utils.cpp43 DeclaratorAST* d = funDef->initDeclarator()->declarator(); in scopeOfNode()
72 if (!declarator) in declaratorToString()
78 QList<AST*> ptrOpList = declarator->ptrOpList(); in declaratorToString()
87 if (declarator->subDeclarator()) in declaratorToString()
90 if (declarator->declaratorId()) in declaratorToString()
91 text += declarator->declaratorId()->text(); in declaratorToString()
93 QList<AST*> arrays = declarator->arrayDimensionList(); in declaratorToString()
98 if (declarator->parameterDeclarationClause()) { in declaratorToString()
109 text += declaratorToString(params.at(i)->declarator()); in declaratorToString()
118 if (declarator->constant() != 0) in declaratorToString()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/angle/checkout/src/compiler/translator/
H A DRemoveUnreferencedVariables.cpp177 if (declarator->getType().isStructSpecifier() && !declarator->getType().isNamelessStruct()) in removeVariableDeclaration()
181 if (declarator->getAsBinaryNode() && in removeVariableDeclaration()
182 declarator->getAsBinaryNode()->getRight()->getAsAggregate()) in removeVariableDeclaration()
185 declarator->getType().getStruct()); in removeVariableDeclaration()
187 declarator->getType().getStruct()); in removeVariableDeclaration()
200 if (declarator->getAsSymbolNode() && in removeVariableDeclaration()
236 ASSERT(declarator); in visitDeclaration()
239 TQualifier qualifier = declarator->getQualifier(); in visitDeclaration()
246 TIntermSymbol *symbolNode = declarator->getAsSymbolNode(); in visitDeclaration()
252 TIntermBinary *initNode = declarator->getAsBinaryNode(); in visitDeclaration()
[all …]
/dports/cad/freehdl/freehdl-0.0.7/vaul/
H A Dsubprogs.cc55 psr::build_Interface (pIIR_TextLiteral declarator, in build_Interface() argument
64 if (declarator == NULL || subtype == NULL) in build_Interface()
84 declarator, subtype, declarator); in build_Interface()
90 declarator, declarator); in build_Interface()
96 return mIIR_ConstantInterfaceDeclaration (declarator->pos, in build_Interface()
97 declarator, in build_Interface()
104 declarator, in build_Interface()
110 return mIIR_SignalInterfaceDeclaration (declarator->pos, in build_Interface()
111 declarator, in build_Interface()
118 return mIIR_FileInterfaceDeclaration (declarator->pos, in build_Interface()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/compiler/translator/tree_ops/
H A DRemoveUnreferencedVariables.cpp178 if (declarator->getType().isStructSpecifier() && !declarator->getType().isNamelessStruct()) in removeVariableDeclaration()
182 if (declarator->getAsBinaryNode() && in removeVariableDeclaration()
183 declarator->getAsBinaryNode()->getRight()->getAsAggregate()) in removeVariableDeclaration()
186 declarator->getType().getStruct()); in removeVariableDeclaration()
188 declarator->getType().getStruct()); in removeVariableDeclaration()
201 if (declarator->getAsSymbolNode() && in removeVariableDeclaration()
237 ASSERT(declarator); in visitDeclaration()
240 TQualifier qualifier = declarator->getQualifier(); in visitDeclaration()
247 TIntermSymbol *symbolNode = declarator->getAsSymbolNode(); in visitDeclaration()
253 TIntermBinary *initNode = declarator->getAsBinaryNode(); in visitDeclaration()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/compiler/translator/tree_ops/
H A DRemoveUnreferencedVariables.cpp178 if (declarator->getType().isStructSpecifier() && !declarator->getType().isNamelessStruct()) in removeVariableDeclaration()
182 if (declarator->getAsBinaryNode() && in removeVariableDeclaration()
183 declarator->getAsBinaryNode()->getRight()->getAsAggregate()) in removeVariableDeclaration()
186 declarator->getType().getStruct()); in removeVariableDeclaration()
188 declarator->getType().getStruct()); in removeVariableDeclaration()
201 if (declarator->getAsSymbolNode() && in removeVariableDeclaration()
237 ASSERT(declarator); in visitDeclaration()
240 TQualifier qualifier = declarator->getQualifier(); in visitDeclaration()
247 TIntermSymbol *symbolNode = declarator->getAsSymbolNode(); in visitDeclaration()
253 TIntermBinary *initNode = declarator->getAsBinaryNode(); in visitDeclaration()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/compiler/translator/tree_ops/
H A DRemoveUnreferencedVariables.cpp178 if (declarator->getType().isStructSpecifier() && !declarator->getType().isNamelessStruct()) in removeVariableDeclaration()
182 if (declarator->getAsBinaryNode() && in removeVariableDeclaration()
183 declarator->getAsBinaryNode()->getRight()->getAsAggregate()) in removeVariableDeclaration()
186 declarator->getType().getStruct()); in removeVariableDeclaration()
188 declarator->getType().getStruct()); in removeVariableDeclaration()
201 if (declarator->getAsSymbolNode() && in removeVariableDeclaration()
237 ASSERT(declarator); in visitDeclaration()
240 TQualifier qualifier = declarator->getQualifier(); in visitDeclaration()
247 TIntermSymbol *symbolNode = declarator->getAsSymbolNode(); in visitDeclaration()
253 TIntermBinary *initNode = declarator->getAsBinaryNode(); in visitDeclaration()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/compiler/translator/tree_ops/
H A DRemoveUnreferencedVariables.cpp178 if (declarator->getType().isStructSpecifier() && !declarator->getType().isNamelessStruct()) in removeVariableDeclaration()
182 if (declarator->getAsBinaryNode() && in removeVariableDeclaration()
183 declarator->getAsBinaryNode()->getRight()->getAsAggregate()) in removeVariableDeclaration()
186 declarator->getType().getStruct()); in removeVariableDeclaration()
188 declarator->getType().getStruct()); in removeVariableDeclaration()
201 if (declarator->getAsSymbolNode() && in removeVariableDeclaration()
237 ASSERT(declarator); in visitDeclaration()
240 TQualifier qualifier = declarator->getQualifier(); in visitDeclaration()
247 TIntermSymbol *symbolNode = declarator->getAsSymbolNode(); in visitDeclaration()
253 TIntermBinary *initNode = declarator->getAsBinaryNode(); in visitDeclaration()
[all …]
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/compiler/translator/tree_ops/
H A DRemoveUnreferencedVariables.cpp178 if (declarator->getType().isStructSpecifier() && !declarator->getType().isNamelessStruct()) in removeVariableDeclaration()
182 if (declarator->getAsBinaryNode() && in removeVariableDeclaration()
183 declarator->getAsBinaryNode()->getRight()->getAsAggregate()) in removeVariableDeclaration()
186 declarator->getType().getStruct()); in removeVariableDeclaration()
188 declarator->getType().getStruct()); in removeVariableDeclaration()
201 if (declarator->getAsSymbolNode() && in removeVariableDeclaration()
237 ASSERT(declarator); in visitDeclaration()
240 TQualifier qualifier = declarator->getQualifier(); in visitDeclaration()
247 TIntermSymbol *symbolNode = declarator->getAsSymbolNode(); in visitDeclaration()
253 TIntermBinary *initNode = declarator->getAsBinaryNode(); in visitDeclaration()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/compiler/translator/tree_ops/
H A DRemoveUnreferencedVariables.cpp178 if (declarator->getType().isStructSpecifier() && !declarator->getType().isNamelessStruct()) in removeVariableDeclaration()
182 if (declarator->getAsBinaryNode() && in removeVariableDeclaration()
183 declarator->getAsBinaryNode()->getRight()->getAsAggregate()) in removeVariableDeclaration()
186 declarator->getType().getStruct()); in removeVariableDeclaration()
188 declarator->getType().getStruct()); in removeVariableDeclaration()
201 if (declarator->getAsSymbolNode() && in removeVariableDeclaration()
237 ASSERT(declarator); in visitDeclaration()
240 TQualifier qualifier = declarator->getQualifier(); in visitDeclaration()
247 TIntermSymbol *symbolNode = declarator->getAsSymbolNode(); in visitDeclaration()
253 TIntermBinary *initNode = declarator->getAsBinaryNode(); in visitDeclaration()
[all …]
/dports/www/node10/node-v10.24.1/deps/v8/include/
H A Dv8config.h323 #define V8_DEPRECATED(message, declarator) \ argument
324 declarator __attribute__((deprecated(message)))
326 #define V8_DEPRECATED(message, declarator) \ argument
327 declarator __attribute__((deprecated))
329 #define V8_DEPRECATED(message, declarator) __declspec(deprecated) declarator argument
331 #define V8_DEPRECATED(message, declarator) declarator argument
338 #define V8_DEPRECATE_SOON(message, declarator) \ argument
341 #define V8_DEPRECATE_SOON(message, declarator) \ argument
342 declarator __attribute__((deprecated))
344 #define V8_DEPRECATE_SOON(message, declarator) __declspec(deprecated) declarator argument
[all …]
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node/include/node/
H A Dv8config.h323 #define V8_DEPRECATED(message, declarator) \ argument
324 declarator __attribute__((deprecated(message)))
326 #define V8_DEPRECATED(message, declarator) \ argument
327 declarator __attribute__((deprecated))
329 #define V8_DEPRECATED(message, declarator) __declspec(deprecated) declarator argument
331 #define V8_DEPRECATED(message, declarator) declarator argument
338 #define V8_DEPRECATE_SOON(message, declarator) \ argument
341 #define V8_DEPRECATE_SOON(message, declarator) \ argument
342 declarator __attribute__((deprecated))
344 #define V8_DEPRECATE_SOON(message, declarator) __declspec(deprecated) declarator argument
[all …]
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node/include/node/
H A Dv8config.h323 #define V8_DEPRECATED(message, declarator) \ argument
324 declarator __attribute__((deprecated(message)))
326 #define V8_DEPRECATED(message, declarator) \ argument
327 declarator __attribute__((deprecated))
329 #define V8_DEPRECATED(message, declarator) __declspec(deprecated) declarator argument
331 #define V8_DEPRECATED(message, declarator) declarator argument
338 #define V8_DEPRECATE_SOON(message, declarator) \ argument
341 #define V8_DEPRECATE_SOON(message, declarator) \ argument
342 declarator __attribute__((deprecated))
344 #define V8_DEPRECATE_SOON(message, declarator) __declspec(deprecated) declarator argument
[all …]

12345678910>>...118