Home | History | Annotate | Download | only in compiler

Lines Matching refs:createUnaryMath

3064 TIntermTyped *TParseContext::createUnaryMath(TOperator op, TIntermTyped *child, const TSourceLoc &loc, const TType *funcReturnType)
3111 TIntermTyped *node = createUnaryMath(op, child, loc, nullptr);
3609 callNode = createUnaryMath(op, operand->getAsTyped(), loc, &fnCandidate->getReturnType());