Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DSymbolTable.h542 …TSymbolTable() : uniqueId(0), noBuiltInRedeclarations(false), separateNameSpaces(false), adoptedLe… in TSymbolTable()
564 noBuiltInRedeclarations = symTable.noBuiltInRedeclarations; in adoptLevels()
586 void setNoBuiltInRedeclarations() { noBuiltInRedeclarations = true; } in setNoBuiltInRedeclarations()
630 if (noBuiltInRedeclarations) { in insert()
819 bool noBuiltInRedeclarations; variable
DSymbolTable.cpp383 noBuiltInRedeclarations = copyOf.noBuiltInRedeclarations; in copyTable()