Home
last modified time | relevance | path

Searched defs:prevDec (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DParseHelper.cpp1917 TFunction *prevDec = static_cast<TFunction *>(symbolTable.find(function->getMangledName(), getShaderVersion())); in parseFunctionPrototype() local
2014 TFunction *prevDec = static_cast<TFunction *>(symbolTable.find(function->getMangledName(), getShaderVersion())); in parseFunctionDeclarator() local
[all...]
/third_party/glslang/glslang/MachineIndependent/
H A DParseHelper.cpp1163 const TFunction* prevDec = symbol ? symbol->getAsFunction() : nullptr; in handleFunctionDeclarator() local
1217 TFunction* prevDec = symbol ? symbol->getAsFunction() : nullptr; handleFunctionDefinition() local
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DParseContext.cpp3999 const TFunction *prevDec = in parseFunctionDeclarator() local
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.cpp1602 const TFunction* prevDec = symbol ? symbol->getAsFunction() : nullptr; in handleFunctionDeclarator() local
1657 TFunction* prevDec = symbol ? symbol->getAsFunction() : nullptr; in handleFunctionDefinition() local
[all...]

Completed in 23 milliseconds