Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DValidateSwitch.h20 bool ValidateSwitchStatementList(TBasicType switchType,
DValidateSwitch.cpp307 bool ValidateSwitchStatementList(TBasicType switchType, in ValidateSwitchStatementList() function
DParseContext.cpp5761 if (!ValidateSwitchStatementList(switchType, mDiagnostics, statementList, loc)) in addSwitch()