Home
last modified time | relevance | path

Searched defs:switchType (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/compiler/translator/
DValidateSwitch.cpp62 bool ValidateSwitch::validate(TBasicType switchType, in validate()
73 ValidateSwitch::ValidateSwitch(TBasicType switchType, TDiagnostics *diagnostics) in ValidateSwitch()
307 bool ValidateSwitchStatementList(TBasicType switchType, in ValidateSwitchStatementList()
DParseContext.cpp6469 TBasicType switchType = init->getBasicType(); in addSwitch() local