Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/tree_util/
H A DIntermTraverse.cpp307 mInFunctionCallOutParameter = inOutParameter; in setInFunctionCallOutParameter()
312 return mInFunctionCallOutParameter; in isInFunctionCallOutParameter()
649 mInFunctionCallOutParameter(false) in TLValueTrackingTraverser()
H A DIntermTraverse.h356 return mOperatorRequiresLValue || mInFunctionCallOutParameter; in isLValueRequiredHere()
374 bool mInFunctionCallOutParameter; variable