Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DSymbol.h227 bool hasPrototypeDeclaration() const { return mHasPrototypeDeclaration; } in hasPrototypeDeclaration() function
DSymbolTable.cpp137 *hadPrototypeDeclarationOut = function->hasPrototypeDeclaration(); in markFunctionHasPrototypeDeclaration()
/external/swiftshader/src/OpenGL/compiler/
DSymbolTable.h180 bool hasPrototypeDeclaration() const { return prototypeDeclaration; } in hasPrototypeDeclaration() function
DParseHelper.cpp1835 if(symbolTableFunction->hasPrototypeDeclaration() && mShaderVersion == 100) in addFunctionPrototypeDeclaration()