Home
last modified time | relevance | path

Searched defs:resultType (Results 1 – 21 of 21) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp442 QualType resultType = CastE->getType(); in VisitCast() local
483 QualType resultType = CastE->getType(); in VisitCast() local
533 QualType resultType = CastE->getType(); in VisitCast() local
H A DExprEngine.cpp1997 QualType resultType = Ex->getType(); in Visit() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.cpp190 CanQualType resultType = FTP->getReturnType().getUnqualifiedType(); in arrangeLLVMFunctionInfo() local
361 CanQualType resultType = TheCXXABI.HasThisReturn(GD) in arrangeCXXStructorDeclaration() local
659 CodeGenTypes::arrangeBuiltinFunctionCall(QualType resultType, in arrangeBuiltinFunctionCall()
672 CodeGenTypes::arrangeBuiltinFunctionDeclaration(QualType resultType, in arrangeBuiltinFunctionDeclaration()
682 CodeGenTypes::arrangeBuiltinFunctionDeclaration(CanQualType resultType, in arrangeBuiltinFunctionDeclaration()
756 CodeGenTypes::arrangeLLVMFunctionInfo(CanQualType resultType, in arrangeLLVMFunctionInfo()
820 CanQualType resultType, in create()
1625 llvm::Type *resultType = nullptr; in GetFunctionType() local
3149 llvm::Type *resultType = result->getType(); in tryEmitFusedAutoreleaseOfResult() local
3257 llvm::Type *resultType = result->getType(); in tryRemoveRetainOfSelf() local
H A DCGObjCRuntime.cpp363 QualType resultType, in getMessageSendInfo()
H A DCGObjC.cpp2771 llvm::Type *resultType) { in EmitObjCAlloc()
2780 llvm::Type *resultType) { in EmitObjCAllocWithZone()
2787 llvm::Type *resultType) { in EmitObjCAllocInit()
3226 llvm::Type *resultType = CGF.ConvertType(e->getType()); in visitCastExpr() local
H A DCGAtomic.cpp314 QualType resultType, in emitAtomicLibcall()
H A DCGExprCXX.cpp1748 llvm::Type *resultType = ConvertTypeForMem(E->getType()); in EmitCXXNewExpr() local
H A DCGObjCMac.cpp108 llvm::Type *resultType = in getMessageSendFp2retFn() local
7271 QualType resultType, in EmitVTableMessageSend()
H A DCGClass.cpp2950 QualType resultType = FPT->getReturnType(); in EmitForwardingCallToLambda() local
H A DCGExpr.cpp1494 QualType resultType; in tryEmitAsConstant() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaPseudoObject.cpp497 QualType resultType = result.get()->getType(); in buildIncDecOperation() local
875 QualType resultType = Getter->getReturnType(); in tryBuildGetOfReference() local
H A DSemaExprObjC.cpp1523 QualType resultType = getBaseMessageSendResultType(*this, ReceiverType, in getMessageSendResultType() local
H A DSemaDeclAttr.cpp5993 QualType resultType; in handleObjCReturnsInnerPointerAttr() local
H A DSemaOverload.cpp14586 QualType resultType = proto->getCallResultType(Context); in BuildCallToMemberFunction() local
H A DSemaExpr.cpp15791 QualType resultType; in CreateBuiltinUnaryOp() local
/openbsd-src/gnu/llvm/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h775 CanQualType resultType, in Profile()
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2652 QualType resultType = mDecl->getReturnType(); in SynthMessageExpr() local
H A DRewriteModernObjC.cpp3225 QualType resultType = mDecl->getReturnType(); in SynthMessageExpr() local
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprCXX.h2917 bool value, SourceLocation rparen, QualType resultType) in ExpressionTraitExpr()
H A DExpr.h2569 QualType resultType, SourceLocation op, in UnaryExprOrTypeTraitExpr()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExpr.cpp1683 UnaryExprOrTypeTrait ExprKind, Expr *E, QualType resultType, in UnaryExprOrTypeTraitExpr()