Home
last modified time | relevance | path

Searched refs:calleeType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenCXXExpr.cpp253 const FunctionProtoType *calleeType, in emitNewDeleteCall() argument
260 cgf.emitCall(cgf.cgm.getTypes().arrangeFreeFunctionCall(args, calleeType), in emitNewDeleteCall()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1586 const FunctionType *calleeType = nullptr; in isSwiftAsyncCallee() local
1591 calleeType = calleeQualType->getPointeeType()->castAs<FunctionType>(); in isSwiftAsyncCallee()
1593 calleeType = ty; in isSwiftAsyncCallee()
1597 calleeType = methodDecl->getType()->castAs<FunctionType>(); in isSwiftAsyncCallee()
1604 return calleeType->getCallConv() == CallingConv::CC_SwiftAsync; in isSwiftAsyncCallee()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp2804 QualType calleeType = C->getCallee()->getType(); in VisitCallExpr() local
2805 if (calleeType == Context->BoundMemberTy) { in VisitCallExpr()
2810 if (!boundType.isNull()) calleeType = boundType; in VisitCallExpr()
2814 bool NoReturn = getFunctionExtInfo(*calleeType).getNoReturn(); in VisitCallExpr()