Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_util/
DIntermTraverse.h331 return mOperatorRequiresLValue || mInFunctionCallOutParameter; in isLValueRequiredHere()
349 bool mInFunctionCallOutParameter; variable
DIntermTraverse.cpp306 mInFunctionCallOutParameter = inOutParameter; in setInFunctionCallOutParameter()
311 return mInFunctionCallOutParameter; in isInFunctionCallOutParameter()
599 mInFunctionCallOutParameter(false) in TLValueTrackingTraverser()