Searched refs:tmp_op (Results 1 – 2 of 2) sorted by relevance
623 static special_op tmp_op = {0,0,0}; variable635 if(tmp_op.name) free(tmp_op.name); in find_special_op_from_op()636 tmp_op.name = malloc(strlen(sop->name)+2); in find_special_op_from_op()638 sprintf(tmp_op.name,"-%s",sop->name); in find_special_op_from_op()640 strcpy(tmp_op.name,sop->name); in find_special_op_from_op()642 return &tmp_op; in find_special_op_from_op()665 tmp_op.op1 = sop->op1; in find_special_op_from_name()667 tmp_op.op1 |= 0x80000000; in find_special_op_from_name()669 tmp_op.op2 = sop->op2; in find_special_op_from_name()670 return &tmp_op; in find_special_op_from_name()
1406 lldb_private::Scalar tmp_op = 0; in Interpret() local1407 if (!frame.EvaluateValue(tmp_op, arg_op, module)) { in Interpret()1415 lldb::addr_t addr = tmp_op.ULongLong(); in Interpret()1441 rawArgs[i].value = tmp_op.ULongLong(); in Interpret()