Home
last modified time | relevance | path

Searched defs:callee (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DASTUtils.cpp82 if (auto *callee = call->getDirectCallee()) { in tryToFindPtrOrigin() local
H A DUncountedCallArgsChecker.cpp166 auto *callee = MemberOp->getDirectCallee(); in shouldSkipCall() local
/freebsd/usr.sbin/rpcbind/
H A Dcheck_bound.c155 struct netbuf *callee; in mergeaddr() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp840 CGCallee callee = CGCallee::forDirect(fn); in emitStructGetterCall() local
1109 CGCallee callee = CGCallee::forDirect(copyCppAtomicObjectFn); in emitCPPObjectAtomicGetterCall() local
1221 CGCallee callee = CGCallee::forDirect(getPropertyFn); in generateObjCGetterBody() local
1358 CGCallee callee = CGCallee::forDirect(fn); in emitStructSetterCall() local
1394 CGCallee callee = CGCallee::forDirect(fn); in emitCPPObjectAtomicSetterCall() local
1414 if (const FunctionDecl *callee in hasTrivialSetExpr() local
1539 CGCallee callee = CGCallee::forDirect(setOptimizedPropertyFn); in generateObjCSetterBody() local
1551 CGCallee callee = CGCallee::forDirect(setPropertyFn); in generateObjCSetterBody() local
H A DCGCall.cpp4754 CodeGenFunction::EmitNounwindRuntimeCall(llvm::FunctionCallee callee, in EmitNounwindRuntimeCall()
4761 CodeGenFunction::EmitNounwindRuntimeCall(llvm::FunctionCallee callee, in EmitNounwindRuntimeCall()
4771 CodeGenFunction::EmitNounwindRuntimeCall(llvm::FunctionCallee callee, in EmitNounwindRuntimeCall()
4781 llvm::CallInst *CodeGenFunction::EmitRuntimeCall(llvm::FunctionCallee callee, in EmitRuntimeCall()
4811 llvm::CallInst *CodeGenFunction::EmitRuntimeCall(llvm::FunctionCallee callee, in EmitRuntimeCall()
4825 llvm::FunctionCallee callee, ArrayRef<llvm::Value *> args) { in EmitNoreturnRuntimeCallOrInvoke()
4848 CodeGenFunction::EmitRuntimeCallOrInvoke(llvm::FunctionCallee callee, in EmitRuntimeCallOrInvoke()
4855 CodeGenFunction::EmitRuntimeCallOrInvoke(llvm::FunctionCallee callee, in EmitRuntimeCallOrInvoke()
H A DCGExprCXX.cpp190 const Expr *callee = CE->getCallee()->IgnoreParens(); in EmitCXXMemberCallExpr() local
200 CGCallee callee = in EmitCXXMemberCallExpr() local
H A DCGAtomic.cpp330 auto callee = CGCallee::forDirect(fn); in emitAtomicLibcall() local
H A DCGObjCGNU.cpp2738 CGCallee callee(CGCalleeInfo(), imp); in GenerateMessageSendSuper() local
2936 CGCallee callee(CGCalleeInfo(), imp); in GenerateMessageSend() local
H A DCGExpr.cpp5463 CGCallee callee = EmitCallee(E->getCallee()); in EmitCallExpr() local
5595 CGCallee callee(calleeInfo, calleePtr, pointerAuth); in EmitCallee() local
H A DCGClass.cpp2990 auto callee = CGCallee::forDirect(calleePtr, GlobalDecl(callOperator)); in EmitForwardingCallToLambda() local
H A DCGObjCMac.cpp7333 CGCallee callee(CGCalleeInfo(), calleePtr); in EmitVTableMessageSend() local
H A DCGBuiltin.cpp690 CGCallee callee = CGCallee::forDirect(calleeValue, GlobalDecl(FD)); in emitLibraryCall() local
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp415 Function *callee = calleeInfo.func; in SynthesizeTailCallFrames() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp238 if (const Decl *callee = getDecl()) in invalidateRegions() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp4518 const Expr *callee = call->getCallee(); in isParenthesizedADLCallee() local