Searched refs:declaratorList (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | glslang_tab_autogen.h | 284 TDeclaratorList *declaratorList; member
|
D | ParseContext.h | 353 const TDeclaratorList *declaratorList); 355 const TDeclaratorList *declaratorList);
|
D | glslang_tab_autogen.cpp | 373 TDeclaratorList *declaratorList; member 4851 (yyvsp[-2].interm.type), (yyvsp[-1].interm.declaratorList)); in yyparse() 4862 (yyvsp[-1].interm.declaratorList)); in yyparse() 4870 (yyval.interm.declaratorList) = new TDeclaratorList(); in yyparse() 4871 (yyval.interm.declaratorList)->push_back((yyvsp[0].interm.declarator)); in yyparse() 4879 (yyval.interm.declaratorList)->push_back((yyvsp[0].interm.declarator)); in yyparse()
|
D | glslang.y | 102 TDeclaratorList *declaratorList; member 242 %type <interm.declaratorList> struct_declarator_list
|
D | ParseContext.cpp | 5685 const TDeclaratorList *declaratorList) in addStructDeclaratorListWithQualifiers() argument 5698 return addStructDeclaratorList(*typeSpecifier, declaratorList); in addStructDeclaratorListWithQualifiers() 5702 const TDeclaratorList *declaratorList) in addStructDeclaratorList() argument 5707 checkIsNonVoid(typeSpecifier.getLine(), (*declaratorList)[0]->name(), in addStructDeclaratorList() 5718 for (const TDeclarator *declarator : *declaratorList) in addStructDeclaratorList()
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | ParseContext.h | 341 const TDeclaratorList *declaratorList); 343 const TDeclaratorList *declaratorList);
|
D | glslang_tab.cpp | 342 TDeclaratorList *declaratorList; member 4474 …st) = context->addStructDeclaratorList((yyvsp[-2].interm.type), (yyvsp[-1].interm.declaratorList)); in yyparse() 4483 …vsp[-3].interm.typeQualifierBuilder), &(yyvsp[-2].interm.type), (yyvsp[-1].interm.declaratorList)); in yyparse() 4491 (yyval.interm.declaratorList) = new TDeclaratorList(); in yyparse() 4492 (yyval.interm.declaratorList)->push_back((yyvsp[0].interm.declarator)); in yyparse() 4500 (yyval.interm.declaratorList)->push_back((yyvsp[0].interm.declarator)); in yyparse()
|
D | glslang.y | 102 TDeclaratorList *declaratorList; member 236 %type <interm.declaratorList> struct_declarator_list
|
D | ParseContext.cpp | 4789 const TDeclaratorList *declaratorList) in addStructDeclaratorListWithQualifiers() argument 4801 return addStructDeclaratorList(*typeSpecifier, declaratorList); in addStructDeclaratorListWithQualifiers() 4805 const TDeclaratorList *declaratorList) in addStructDeclaratorList() argument 4810 checkIsNonVoid(typeSpecifier.getLine(), (*declaratorList)[0]->name(), in addStructDeclaratorList() 4817 for (const TDeclarator *declarator : *declaratorList) in addStructDeclaratorList()
|