/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | ASTUtils.cpp | 82 if (auto *callee = call->getDirectCallee()) { in tryToFindPtrOrigin() local
|
H A D | UncountedCallArgsChecker.cpp | 166 auto *callee = MemberOp->getDirectCallee(); in shouldSkipCall() local
|
/freebsd/usr.sbin/rpcbind/ |
H A D | check_bound.c | 155 struct netbuf *callee; in mergeaddr() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjC.cpp | 840 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 D | CGCall.cpp | 4754 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 D | CGExprCXX.cpp | 190 const Expr *callee = CE->getCallee()->IgnoreParens(); in EmitCXXMemberCallExpr() local 200 CGCallee callee = in EmitCXXMemberCallExpr() local
|
H A D | CGAtomic.cpp | 330 auto callee = CGCallee::forDirect(fn); in emitAtomicLibcall() local
|
H A D | CGObjCGNU.cpp | 2738 CGCallee callee(CGCalleeInfo(), imp); in GenerateMessageSendSuper() local 2936 CGCallee callee(CGCalleeInfo(), imp); in GenerateMessageSend() local
|
H A D | CGExpr.cpp | 5463 CGCallee callee = EmitCallee(E->getCallee()); in EmitCallExpr() local 5595 CGCallee callee(calleeInfo, calleePtr, pointerAuth); in EmitCallee() local
|
H A D | CGClass.cpp | 2990 auto callee = CGCallee::forDirect(calleePtr, GlobalDecl(callOperator)); in EmitForwardingCallToLambda() local
|
H A D | CGObjCMac.cpp | 7333 CGCallee callee(CGCalleeInfo(), calleePtr); in EmitVTableMessageSend() local
|
H A D | CGBuiltin.cpp | 690 CGCallee callee = CGCallee::forDirect(calleeValue, GlobalDecl(FD)); in emitLibraryCall() local
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | StackFrameList.cpp | 415 Function *callee = calleeInfo.func; in SynthesizeTailCallFrames() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CallEvent.cpp | 238 if (const Decl *callee = getDecl()) in invalidateRegions() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ItaniumMangle.cpp | 4518 const Expr *callee = call->getCallee(); in isParenthesizedADLCallee() local
|