/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineC.cpp | 442 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 D | ExprEngine.cpp | 1997 QualType resultType = Ex->getType(); in Visit() local
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 190 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 D | CGObjCRuntime.cpp | 363 QualType resultType, in getMessageSendInfo()
|
H A D | CGObjC.cpp | 2771 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 D | CGAtomic.cpp | 314 QualType resultType, in emitAtomicLibcall()
|
H A D | CGExprCXX.cpp | 1748 llvm::Type *resultType = ConvertTypeForMem(E->getType()); in EmitCXXNewExpr() local
|
H A D | CGObjCMac.cpp | 108 llvm::Type *resultType = in getMessageSendFp2retFn() local 7271 QualType resultType, in EmitVTableMessageSend()
|
H A D | CGClass.cpp | 2950 QualType resultType = FPT->getReturnType(); in EmitForwardingCallToLambda() local
|
H A D | CGExpr.cpp | 1494 QualType resultType; in tryEmitAsConstant() local
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaPseudoObject.cpp | 497 QualType resultType = result.get()->getType(); in buildIncDecOperation() local 875 QualType resultType = Getter->getReturnType(); in tryBuildGetOfReference() local
|
H A D | SemaExprObjC.cpp | 1523 QualType resultType = getBaseMessageSendResultType(*this, ReceiverType, in getMessageSendResultType() local
|
H A D | SemaDeclAttr.cpp | 5993 QualType resultType; in handleObjCReturnsInnerPointerAttr() local
|
H A D | SemaOverload.cpp | 14586 QualType resultType = proto->getCallResultType(Context); in BuildCallToMemberFunction() local
|
H A D | SemaExpr.cpp | 15791 QualType resultType; in CreateBuiltinUnaryOp() local
|
/openbsd-src/gnu/llvm/clang/include/clang/CodeGen/ |
H A D | CGFunctionInfo.h | 775 CanQualType resultType, in Profile()
|
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 2652 QualType resultType = mDecl->getReturnType(); in SynthMessageExpr() local
|
H A D | RewriteModernObjC.cpp | 3225 QualType resultType = mDecl->getReturnType(); in SynthMessageExpr() local
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | ExprCXX.h | 2917 bool value, SourceLocation rparen, QualType resultType) in ExpressionTraitExpr()
|
H A D | Expr.h | 2569 QualType resultType, SourceLocation op, in UnaryExprOrTypeTraitExpr()
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | Expr.cpp | 1683 UnaryExprOrTypeTrait ExprKind, Expr *E, QualType resultType, in UnaryExprOrTypeTraitExpr()
|