Home
last modified time | relevance | path

Searched refs:CallResultType (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp9045 llvm::Type *CallResultType = Call.getType(); in visitInlineAsm() local
9047 if (StructType *StructResult = dyn_cast<StructType>(CallResultType)) in visitInlineAsm()
9049 else if (!CallResultType->isVoidTy()) in visitInlineAsm()
9050 ResultTypes = makeArrayRef(CallResultType); in visitInlineAsm()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp7469 QualType CallResultType = ConversionType.getNonLValueExprType(Context); in AddConversionCandidate() local
7473 Buffer, &ConversionFn, CallResultType, VK, From->getBeginLoc()); in AddConversionCandidate()