/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineC.cpp | 434 QualType resultType = CastE->getType(); in VisitCast() local 475 QualType resultType = CastE->getType(); in VisitCast() local 526 QualType resultType = CastE->getType(); in VisitCast() local
|
H A D | ExprEngine.cpp | 2025 QualType resultType = Ex->getType(); in Visit() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 195 CanQualType resultType = FTP->getReturnType().getUnqualifiedType(); in arrangeLLVMFunctionInfo() local 376 CanQualType resultType = getCXXABI().HasThisReturn(GD) ? argTypes.front() in arrangeCXXStructorDeclaration() local 667 CodeGenTypes::arrangeBuiltinFunctionCall(QualType resultType, in arrangeBuiltinFunctionCall() 679 CodeGenTypes::arrangeBuiltinFunctionDeclaration(QualType resultType, in arrangeBuiltinFunctionDeclaration() 689 CodeGenTypes::arrangeBuiltinFunctionDeclaration(CanQualType resultType, in arrangeBuiltinFunctionDeclaration() 766 CanQualType resultType, FnInfoOpts opts, ArrayRef<CanQualType> argTypes, in arrangeLLVMFunctionInfo() 832 CanQualType resultType, in create() 1612 llvm::Type *resultType = nullptr; in GetFunctionType() local 3388 llvm::Type *resultType = result->getType(); in tryEmitFusedAutoreleaseOfResult() local 3496 llvm::Type *resultType = result->getType(); in tryRemoveRetainOfSelf() local
|
H A D | CGObjCRuntime.cpp | 361 QualType resultType, in getMessageSendInfo()
|
H A D | CGObjC.cpp | 2744 llvm::Type *resultType) { in EmitObjCAlloc() 2753 llvm::Type *resultType) { in EmitObjCAllocWithZone() 2760 llvm::Type *resultType) { in EmitObjCAllocInit() 3199 llvm::Type *resultType = CGF.ConvertType(e->getType()); in visitCastExpr() local
|
H A D | CGAtomic.cpp | 317 QualType resultType, in emitAtomicLibcall()
|
H A D | CGExprCXX.cpp | 1772 llvm::Type *resultType = ConvertTypeForMem(E->getType()); in EmitCXXNewExpr() local
|
H A D | CGObjCMac.cpp | 108 llvm::Type *resultType = in getMessageSendFp2retFn() local 7232 QualType resultType, in EmitVTableMessageSend()
|
H A D | CGClass.cpp | 2976 QualType resultType = FPT->getReturnType(); in EmitForwardingCallToLambda() local
|
H A D | CGExpr.cpp | 1745 QualType resultType; in tryEmitAsConstant() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaPseudoObject.cpp | 504 QualType resultType = result.get()->getType(); in buildIncDecOperation() local 883 QualType resultType = Getter->getReturnType(); in tryBuildGetOfReference() local
|
H A D | SemaObjC.cpp | 1951 QualType resultType; in handleReturnsInnerPointerAttr() local
|
H A D | SemaExprObjC.cpp | 1538 QualType resultType = getBaseMessageSendResultType( in getMessageSendResultType() local
|
H A D | SemaOverload.cpp | 15233 QualType resultType = proto->getCallResultType(Context); in BuildCallToMemberFunction() local
|
H A D | SemaExpr.cpp | 15283 QualType resultType; in CreateBuiltinUnaryOp() local
|
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/ |
H A D | CGFunctionInfo.h | 793 RequiredArgs required, CanQualType resultType, in Profile()
|
/freebsd/contrib/bsnmp/tests/ |
H A D | catch.hpp | 5329 ResultWas::OfType resultType; member 8148 void AssertionHandler::handleMessage(ResultWas::OfType resultType, StringRef const& message) { in handleMessage() 11713 …apturer( StringRef macroName, SourceLineInfo const& lineInfo, ResultWas::OfType resultType, String… in Capturer() 12402 bool isOk( ResultWas::OfType resultType ) { in isOk() 12831 ResultWas::OfType resultType, in reportExpr() 12846 ResultWas::OfType resultType, in handleMessage() 12899 ResultWas::OfType resultType, in handleNonExpr()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ExprCXX.h | 2945 bool value, SourceLocation rparen, QualType resultType) in ExpressionTraitExpr()
|
H A D | Expr.h | 2587 QualType resultType, SourceLocation op, in UnaryExprOrTypeTraitExpr()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 1701 UnaryExprOrTypeTrait ExprKind, Expr *E, QualType resultType, in UnaryExprOrTypeTraitExpr()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 3224 QualType resultType = mDecl->getReturnType(); in SynthMessageExpr() local
|