Searched defs:CalleeType (Results 1 – 10 of 10) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CallPromotionUtils.cpp | 498 auto CalleeType = Callee->getFunctionType(); promoteCall() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprCXX.cpp | 1329 EmitNewDeleteCall(CodeGenFunction & CGF,const FunctionDecl * CalleeDecl,const FunctionProtoType * CalleeType,const CallArgList & Args) EmitNewDeleteCall() argument
|
H A D | CoverageMappingGen.cpp | 1486 QualType CalleeType = E->getCallee()->getType(); VisitCallExpr() local
|
H A D | CGExpr.cpp | 5715 EmitCall(QualType CalleeType,const CGCallee & OrigCallee,const CallExpr * E,ReturnValueSlot ReturnValue,llvm::Value * Chain) EmitCall() argument
|
H A D | CGDebugInfo.cpp | 4396 EmitFuncDeclForCallSite(llvm::CallBase * CallOrInvoke,QualType CalleeType,const FunctionDecl * CalleeDecl) EmitFuncDeclForCallSite() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 676 } CallerType, CalleeType; checkMustTailAttr() local 811 __anona8c5d3ef0702(FuncType CallerType, FuncType CalleeType, PartialDiagnostic &PD) checkMustTailAttr() argument [all...] |
H A D | SemaDeclAttr.cpp | 4176 const Type *CalleeType = handleCallbackAttr() local
|
H A D | SemaExpr.cpp | 21377 QualType CalleeType = CalleeExpr->getType(); VisitCallExpr() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 1562 QualType CalleeType = Callee->getType(); getCallReturnType() local [all...] |
H A D | ExprConstant.cpp | 7875 QualType CalleeType = Callee->getType(); handleCallExpr() local
|