Searched defs:returnType (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp56 arrangeFreeFunctionCall(CodeGenModule &CGM, CanQualType returnType, ArrayRef<CanQualType> argTypes, FunctionType::ExtInfo info, RequiredArgs args) argument
H A DCGCall.cpp502 CodeGenTypes::arrangeUnprototypedObjCMessageSend(QualType returnType, argument
H A DCGObjC.cpp1998 emitARCValueOperation( CodeGenFunction &CGF, llvm::Value *value, llvm::Type *returnType, llvm::Function *&fn, llvm::Intrinsic::ID IntID, llvm::CallInst::TailCallKind tailKind = llvm::CallInst::TCK_None) argument
2095 emitObjCValueOperation(CodeGenFunction &CGF, llvm::Value *value, llvm::Type *returnType, llvm::FunctionCallee &fn, StringRef fnName) argument
2627 EmitObjCAutorelease(llvm::Value *value, llvm::Type *returnType) argument
2637 EmitObjCRetainNonBlock(llvm::Value *value, llvm::Type *returnType) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp1342 llvm::Type *returnType = call_inst->getType(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp667 adjustBlockReturnsToEnum(Sema &S, ArrayRef<ReturnStmt*> returns, QualType returnType) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h771 SExpr *returnType() { return ReturnType; } function in class:clang::threadSafety::Code
772 const SExpr *returnType() const { return ReturnType; } function in class:clang::threadSafety::Code
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DType.cpp957 QualType returnType = recurse(T->getReturnType()); local
968 QualType returnType = recurse(T->getReturnType()); local
1250 QualType returnType = funcType->getReturnType().substObjCTypeArgs( local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2916 QualType returnType; local
2589 SynthMsgSendStretCallExpr(FunctionDecl *MsgSendStretFlavor, QualType msgSendType, QualType returnType, SmallVectorImpl<QualType> &ArgTypes, SmallVectorImpl<Expr*> &MsgExprs, ObjCMethodDecl *Method) argument
[all...]
H A DRewriteModernObjC.cpp2670 QualType returnType = Exp->getType(); local
2791 QualType returnType = Exp->getType(); local
2942 QualType returnType = Exp->getType(); local
3089 SynthMsgSendStretCallExpr(FunctionDecl *MsgSendStretFlavor, QualType returnType, SmallVectorImpl<QualType> &ArgTypes, SmallVectorImpl<Expr*> &MsgExprs, ObjCMethodDecl *Method) argument
3485 QualType returnType; local
[all...]

Completed in 299 milliseconds