Searched refs:operand (Results 1 – 4 of 4) sorted by relevance
93 sb.append(value.operand.type.canonicalText).append(DOT_CLASS) in appendSourceExpression()124 val operand = value.operand in appendSourceExpression() constant125 if (type != null && operand is PsiAnnotationMemberValue) { in appendSourceExpression()129 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()
244 T* operand = dynamic_cast<T*>(op); in CastOperand() local245 SLICER_CHECK(operand != nullptr); in CastOperand()246 return operand; in CastOperand()267 IndexedOperand* operand = dynamic_cast<IndexedOperand*>(op); variable268 SLICER_CHECK(operand != nullptr);269 return operand;
265 for (auto operand : bytecode->operands) { in Visit() local266 operand->Accept(this); in Visit()272 for (auto operand : dbg_annotation->operands) { in Visit() local273 operand->Accept(this); in Visit()
37 TypeError: unsupported operand type(s) for %: 'bytes' and 'tuple'