Home | History | Annotate | Download | only in translator

Lines Matching refs:getOp

65     switch (node->getOp())
87 switch (node->getOp()) {
182 if ((decl == NULL) || (decl->getOp() != EOpDeclaration))
195 if ((declInit == NULL) || (declInit->getOp() != EOpInitialize))
258 switch (binOp->getOp())
270 getOperatorString(binOp->getOp()));
311 op = unOp->getOp();
316 op = binOp->getOp();
368 ASSERT(node->getOp() == EOpFunctionCall);
445 ASSERT((node->getOp() == EOpIndexDirect) ||
446 (node->getOp() == EOpIndexIndirect));