Searched refs:operand (Results 1 – 4 of 4) sorted by relevance
94 sb.append(value.operand.type.canonicalText).append(DOT_CLASS) in appendSourceExpression()125 val operand = value.operand in appendSourceExpression() constant126 if (type != null && operand is PsiAnnotationMemberValue) { in appendSourceExpression()130 return appendSourceExpression(operand, sb, owner) in appendSourceExpression()253 val operand = expression.operand in appendExpression() constant254 return appendExpression(sb, operand) in appendExpression()274 if (appendExpression(sb, expression.operand)) { in appendExpression()
306 return psiValue.operand.type.canonicalText in toString()
256 T* operand = dynamic_cast<T*>(op); in CastOperand() local257 SLICER_CHECK_NE(operand, nullptr); in CastOperand()258 return operand; in CastOperand()279 IndexedOperand* operand = dynamic_cast<IndexedOperand*>(op); variable280 SLICER_CHECK_NE(operand, nullptr);281 return operand;
612 for (auto operand : bytecode->operands) { in Visit() local613 operand->Accept(this); in Visit()619 for (auto operand : dbg_annotation->operands) { in Visit() local620 operand->Accept(this); in Visit()