Searched refs:CallResultType (Results 1 – 2 of 2) sorted by relevance
9294 llvm::Type *CallResultType = Call.getType(); in visitInlineAsm() local9296 if (StructType *StructResult = dyn_cast<StructType>(CallResultType)) in visitInlineAsm()9298 else if (!CallResultType->isVoidTy()) in visitInlineAsm()9299 ResultTypes = ArrayRef(CallResultType); in visitInlineAsm()
7586 QualType CallResultType = ConversionType.getNonLValueExprType(Context); in AddConversionCandidate() local7590 Buffer, &ConversionFn, CallResultType, VK, From->getBeginLoc()); in AddConversionCandidate()