Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp289 QualType resultType = CastE->getType(); in handleLVectorSplat() local
453 QualType resultType = CastE->getType(); in VisitCast() local
492 QualType resultType = CastE->getType(); in VisitCast() local
H A DExprEngine.cpp1488 QualType resultType = Ex->getType(); in Visit() local
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp185 CanQualType resultType = FTP->getReturnType().getUnqualifiedType(); in arrangeLLVMFunctionInfo() local
348 CanQualType resultType = TheCXXABI.HasThisReturn(GD) in arrangeCXXStructorDeclaration() local
643 CodeGenTypes::arrangeBuiltinFunctionCall(QualType resultType, in arrangeBuiltinFunctionCall()
656 CodeGenTypes::arrangeBuiltinFunctionDeclaration(QualType resultType, in arrangeBuiltinFunctionDeclaration()
666 CodeGenTypes::arrangeBuiltinFunctionDeclaration(CanQualType resultType, in arrangeBuiltinFunctionDeclaration()
740 CodeGenTypes::arrangeLLVMFunctionInfo(CanQualType resultType, in arrangeLLVMFunctionInfo()
804 CanQualType resultType, in create()
1586 llvm::Type *resultType = nullptr; in GetFunctionType() local
3006 llvm::Type *resultType = result->getType(); in tryEmitFusedAutoreleaseOfResult() local
3114 llvm::Type *resultType = result->getType(); in tryRemoveRetainOfSelf() local
H A DCGObjCRuntime.cpp362 QualType resultType, in getMessageSendInfo()
H A DCGObjC.cpp2720 llvm::Type *resultType) { in EmitObjCAlloc()
2729 llvm::Type *resultType) { in EmitObjCAllocWithZone()
2736 llvm::Type *resultType) { in EmitObjCAllocInit()
3171 llvm::Type *resultType = CGF.ConvertType(e->getType()); in visitCastExpr() local
H A DCGAtomic.cpp305 QualType resultType, in emitAtomicLibcall()
H A DCGExprCXX.cpp1747 llvm::Type *resultType = ConvertTypeForMem(E->getType()); in EmitCXXNewExpr() local
H A DCGObjCMac.cpp108 llvm::Type *resultType = in getMessageSendFp2retFn() local
7296 QualType resultType, in EmitVTableMessageSend()
H A DCGClass.cpp2879 QualType resultType = FPT->getReturnType(); in EmitForwardingCallToLambda() local
H A DCGExpr.cpp1502 QualType resultType; in tryEmitAsConstant() local
/netbsd/external/apache2/llvm/dist/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.cpp1525 QualType resultType = getBaseMessageSendResultType(*this, ReceiverType, in getMessageSendResultType() local
H A DSemaDeclAttr.cpp5448 QualType resultType; in handleObjCReturnsInnerPointerAttr() local
H A DSemaOverload.cpp14166 QualType resultType = proto->getCallResultType(Context); in BuildCallToMemberFunction() local
H A DSemaExpr.cpp14650 QualType resultType; in CreateBuiltinUnaryOp() local
/netbsd/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h761 CanQualType resultType, in Profile()
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2652 QualType resultType = mDecl->getReturnType(); in SynthMessageExpr() local
H A DRewriteModernObjC.cpp3224 QualType resultType = mDecl->getReturnType(); in SynthMessageExpr() local
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h2843 bool value, SourceLocation rparen, QualType resultType) in ExpressionTraitExpr()
H A DExpr.h2490 QualType resultType, SourceLocation op, in UnaryExprOrTypeTraitExpr()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp1558 UnaryExprOrTypeTrait ExprKind, Expr *E, QualType resultType, in UnaryExprOrTypeTraitExpr()