Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/
H A Dglslang.y992 unsigned int size = context->checkIsValidArraySize(@1, $2);
1008 unsigned int size = context->checkIsValidArraySize(@2, $3);
H A DParseContext.h152 unsigned int checkIsValidArraySize(const TSourceLoc &line, TIntermTyped *expr);
H A Dglslang_tab_autogen.cpp3494 context->checkIsValidArraySize((yylsp[-2]), (yyvsp[-1].interm.intermTypedNode)); in yyparse()
3520 context->checkIsValidArraySize((yylsp[-2]), (yyvsp[-1].interm.intermTypedNode)); in yyparse()
H A DParseContext.cpp1208 unsigned int TParseContext::checkIsValidArraySize(const TSourceLoc &line, TIntermTyped *expr) in checkIsValidArraySize() function in sh::TParseContext