Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DSymbolTable.h147 prototypeDeclaration(false) { } in TFunction()
155 prototypeDeclaration(false) { } in TSymbol()
179 void setHasPrototypeDeclaration() { prototypeDeclaration = true; } in setHasPrototypeDeclaration()
180 bool hasPrototypeDeclaration() const { return prototypeDeclaration; } in hasPrototypeDeclaration()
193 bool prototypeDeclaration; variable