Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslGrammar.h102 bool acceptParenExpression(TIntermTyped*&);
DhlslGrammar.cpp2701 bool HlslGrammar::acceptParenExpression(TIntermTyped*& expression) in acceptParenExpression() function in glslang::HlslGrammar
3627 if (! acceptParenExpression(condition)) in acceptSelectionStatement()
3677 if (! acceptParenExpression(switchExpression)) { in acceptSwitchStatement()
3726 if (! acceptParenExpression(condition)) in acceptIterationStatement()
3763 if (! acceptParenExpression(condition)) in acceptIterationStatement()