Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp9294 llvm::Type *CallResultType = Call.getType(); in visitInlineAsm() local
9296 if (StructType *StructResult = dyn_cast<StructType>(CallResultType)) in visitInlineAsm()
9298 else if (!CallResultType->isVoidTy()) in visitInlineAsm()
9299 ResultTypes = ArrayRef(CallResultType); in visitInlineAsm()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp7586 QualType CallResultType = ConversionType.getNonLValueExprType(Context); in AddConversionCandidate() local
7590 Buffer, &ConversionFn, CallResultType, VK, From->getBeginLoc()); in AddConversionCandidate()