Searched refs:operand (Results 1 – 3 of 3) 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()252 val operand = expression.operand in appendExpression() constant253 return appendExpression(sb, operand) in appendExpression()273 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;
600 for (auto operand : bytecode->operands) { in Visit() local601 operand->Accept(this); in Visit()607 for (auto operand : dbg_annotation->operands) { in Visit() local608 operand->Accept(this); in Visit()