Home
last modified time | relevance | path

Searched refs:setPrototyped (Results 1 – 3 of 3) sorted by relevance

/external/deqp-deps/glslang/glslang/MachineIndependent/
DSymbolTable.h280 virtual void setPrototyped() { assert(writable); prototyped = true; } in setPrototyped() function
DParseHelper.cpp920 …symbol->getAsFunction()->setPrototyped(); // need a writable one, but like having prevDec as a co… in handleFunctionDeclarator()
921 function.setPrototyped(); in handleFunctionDeclarator()
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp1601 …symbol->getAsFunction()->setPrototyped(); // need a writable one, but like having prevDec as a co… in handleFunctionDeclarator()
1602 function.setPrototyped(); in handleFunctionDeclarator()