Home
last modified time | relevance | path

Searched refs:addConstructorFunc (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.h194 TFunction *addConstructorFunc(const TPublicType &publicType);
Dglslang.y376 $$ = context->addConstructorFunc($1);
Dglslang_tab.cpp2604 (yyval.interm.function) = context->addConstructorFunc((yyvsp[0].interm.type)); in yyparse()
DParseHelper.cpp2106 TFunction *TParseContext::addConstructorFunc(const TPublicType &publicTypeIn) in addConstructorFunc() function in TParseContext