Home
last modified time | relevance | path

Searched defs:returnType (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp64 CanQualType returnType, in arrangeFreeFunctionCall()
H A DCGObjC.cpp2168 CodeGenFunction &CGF, llvm::Value *value, llvm::Type *returnType, in emitARCValueOperation()
2247 llvm::Type *returnType, in emitObjCValueOperation()
2805 llvm::Type *returnType) { in EmitObjCAutorelease()
2815 llvm::Type *returnType) { in EmitObjCRetainNonBlock()
H A DCGCall.cpp523 CodeGenTypes::arrangeUnprototypedObjCMessageSend(QualType returnType, in arrangeUnprototypedObjCMessageSend()
3929 llvm::Type *returnType = RetAI.getUnpaddedCoerceAndExpandType(); in EmitFunctionEpilog() local
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp1428 llvm::Type *returnType = call_inst->getType(); in Interpret() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2675 QualType returnType = Exp->getType(); in RewriteObjCBoxedExpr() local
2796 QualType returnType = Exp->getType(); in RewriteObjCArrayLiteralExpr() local
2948 QualType returnType = Exp->getType(); in RewriteObjCDictionaryLiteralExpr() local
3096 QualType returnType, in SynthMsgSendStretCallExpr()
3484 QualType returnType; in SynthMessageExpr() local
H A DRewriteObjC.cpp2595 QualType returnType, in SynthMsgSendStretCallExpr()
2913 QualType returnType; in SynthMessageExpr() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1055 QualType returnType = recurse(T->getReturnType()); in VisitFunctionNoProtoType() local
1066 QualType returnType = recurse(T->getReturnType()); in VisitFunctionProtoType() local
1346 QualType returnType = funcType->getReturnType().substObjCTypeArgs( in VisitFunctionType() local
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h782 SExpr *returnType() { return ReturnType; } in returnType() function
783 const SExpr *returnType() const { return ReturnType; } in returnType() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp622 QualType returnType) { in adjustBlockReturnsToEnum()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp840 const Type *returnType() const { return ReturnType; } in returnType() function in __anonc95a670f0111::ACLEIntrinsic