Searched refs:tempCall (Results 1 – 3 of 3) sorted by relevance
73 var tempCall *Call88 tempCall = new(Call)89 err = json.Unmarshal(res, tempCall)92 call = tempCall
248 QString tempCall = _qso.at(16); in sendQSO() local249 if (tempCall.length()<1) in sendQSO()251 tempCall = stationCallsign; in sendQSO()263 return sendDataParams(tempCall, params, true); in sendQSO()538 QString tempCall = _qso.at(17); in deleteQSO() local539 if (tempCall.length()<1) in deleteQSO()541 tempCall = stationCallsign; in deleteQSO()578 return sendDataParams(tempCall, params, false); in deleteQSO()
790 … Value* tempCall = builder.CreateCall(pFunc, builder.getInt32(kernArg->getArgNo()), "kernArgCopy"); in runOnFunction() local791 kernArg->replaceAllUsesWith(tempCall); in runOnFunction()797 m_currShader->UpdateSymbolMap(tempCall, copiedArg); in runOnFunction()799 m_currShader->SetDependency(tempCall, m_currShader->GetDependency(kernArg)); in runOnFunction()