Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/TranslatorMetalDirect/
DIntermRebuild.h241 virtual PostResult visitIfElsePost(TIntermIfElse &node);
DIntermRebuild.cpp496 return visitIfElsePost(*currNode.getAsIfElseNode()); in traversePost()
977 PostResult TIntermRebuild::visitIfElsePost(TIntermIfElse &node) in visitIfElsePost() function in sh::TIntermRebuild
DSeparateCompoundExpressions.cpp566 PostResult visitIfElsePost(TIntermIfElse &node) override in visitIfElsePost() function in __anonf64b107d0111::Separator