/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 101 CanQualType resultType = FTP->getReturnType().getUnqualifiedType(); in arrangeLLVMFunctionInfo() local 220 CanQualType resultType = TheCXXABI.HasThisReturn(GD) in arrangeCXXStructorDeclaration() local 413 CodeGenTypes::arrangeFreeFunctionCall(QualType resultType, in arrangeFreeFunctionCall() 443 QualType resultType, const FunctionArgList &args, in arrangeFreeFunctionDeclaration() 467 CodeGenTypes::arrangeLLVMFunctionInfo(CanQualType resultType, in arrangeLLVMFunctionInfo() 521 CanQualType resultType, in create() 1233 llvm::Type *resultType = nullptr; in GetFunctionType() local 2029 llvm::Type *resultType = result->getType(); in tryEmitFusedAutoreleaseOfResult() local 2138 llvm::Type *resultType = result->getType(); in tryRemoveRetainOfSelf() local
|
H A D | CGObjCRuntime.cpp | 349 QualType resultType, in getMessageSendInfo()
|
H A D | CGAtomic.cpp | 135 QualType resultType, in emitAtomicLibcall()
|
H A D | CGExprCXX.cpp | 1340 llvm::Type *resultType = ConvertTypeForMem(E->getType()); in EmitCXXNewExpr() local
|
H A D | CGClass.cpp | 2183 QualType resultType = FPT->getReturnType(); in EmitForwardingCallToLambda() local
|
H A D | CGObjCMac.cpp | 108 llvm::Type *resultType = in getMessageSendFp2retFn() local 6468 QualType resultType, in EmitVTableMessageSend()
|
H A D | CGObjC.cpp | 2560 llvm::Type *resultType = nullptr; in tryEmitARCRetainScalarExpr() local
|
H A D | CGExpr.cpp | 985 QualType resultType; in tryEmitAsConstant() local
|
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineC.cpp | 344 QualType resultType = CastE->getType(); in VisitCast() local 396 QualType resultType = CastE->getType(); in VisitCast() local
|
H A D | ExprEngine.cpp | 967 QualType resultType = Ex->getType(); in Visit() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaPseudoObject.cpp | 470 QualType resultType = result.get()->getType(); in buildIncDecOperation() local 858 QualType resultType = Getter->getReturnType(); in tryBuildGetOfReference() local
|
H A D | SemaDeclAttr.cpp | 3654 QualType resultType; in handleObjCReturnsInnerPointerAttr() local
|
H A D | SemaExpr.cpp | 7009 QualType resultType = LHSType; in CheckVectorOperands() local 9987 QualType resultType; in CreateBuiltinUnaryOp() local
|
H A D | SemaOverload.cpp | 11505 QualType resultType = proto->getCallResultType(Context); in BuildCallToMemberFunction() local
|
/minix3/external/bsd/llvm/dist/clang/include/clang/CodeGen/ |
H A D | CGFunctionInfo.h | 486 CanQualType resultType, in Profile()
|
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A D | Expr.h | 1984 QualType resultType, SourceLocation op, in UnaryExprOrTypeTraitExpr() 1999 QualType resultType, SourceLocation op, in UnaryExprOrTypeTraitExpr()
|
H A D | ExprCXX.h | 2256 SourceLocation rparen, QualType resultType) in ExpressionTraitExpr()
|
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 2648 QualType resultType = mDecl->getReturnType(); in SynthMessageExpr() local
|
H A D | RewriteModernObjC.cpp | 3271 QualType resultType = mDecl->getReturnType(); in SynthMessageExpr() local
|