Home
last modified time | relevance | path

Searched refs:getCallee (Results 1 – 25 of 41) sorted by relevance

12

/external/clang/lib/CodeGen/
DCGCUDARuntime.cpp40 if (const ImplicitCastExpr *CE = dyn_cast<ImplicitCastExpr>(E->getCallee())) { in EmitCUDAKernelCallExpr()
46 llvm::Value *Callee = CGF.EmitScalarExpr(E->getCallee()); in EmitCUDAKernelCallExpr()
47 CGF.EmitCall(E->getCallee()->getType(), Callee, ReturnValue, in EmitCUDAKernelCallExpr()
DCGExpr.cpp2868 if (E->getCallee()->getType()->isBlockPointerType()) in EmitCallExpr()
2888 = dyn_cast<CXXPseudoDestructorExpr>(E->getCallee()->IgnoreParens())) { in EmitCallExpr()
2935 EmitScalarExpr(E->getCallee()); in EmitCallExpr()
2941 llvm::Value *Callee = EmitScalarExpr(E->getCallee()); in EmitCallExpr()
2942 return EmitCall(E->getCallee()->getType(), Callee, ReturnValue, in EmitCallExpr()
DCGExprCXX.cpp170 const Expr *callee = CE->getCallee()->IgnoreParens(); in EmitCXXMemberCallExpr()
332 cast<BinaryOperator>(E->getCallee()->IgnoreParens()); in EmitCXXMemberPointerCallExpr()
DCGBlocks.cpp920 E->getCallee()->getType()->getAs<BlockPointerType>(); in EmitBlockCallExpr()
922 llvm::Value *Callee = EmitScalarExpr(E->getCallee()); in EmitBlockCallExpr()
/external/llvm/include/llvm/Support/
DCallSite.h88 return *getCallee(); in getCalledValue()
102 *getCallee() = V; in setCalledFunction()
109 return getCallee() == &UI.getUse(); in isCallee()
273 IterTy getCallee() const { in getCallee() function
300 User::op_iterator getCallee() const;
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckSecuritySyntaxOnly.cpp318 SourceRange R = CE->getCallee()->getSourceRange(); in checkCall_gets()
360 SourceRange R = CE->getCallee()->getSourceRange(); in checkCall_getpw()
403 SourceRange R = CE->getCallee()->getSourceRange(); in checkCall_mktemp()
512 SourceRange R = CE->getCallee()->getSourceRange(); in checkCall_strcpy()
540 SourceRange R = CE->getCallee()->getSourceRange(); in checkCall_strcat()
622 SourceRange R = CE->getCallee()->getSourceRange(); in checkCall_rand()
648 SourceRange R = CE->getCallee()->getSourceRange(); in checkCall_random()
669 SourceRange R = CE->getCallee()->getSourceRange(); in checkCall_vfork()
742 SourceRange R = CE->getCallee()->getSourceRange(); in checkUncheckedReturnValue()
DVirtualCallChecker.cpp143 if (MemberExpr *CME = dyn_cast<MemberExpr>(CE->getCallee())) { in VisitCXXMemberCallExpr()
185 SourceRange R = CE->getCallee()->getSourceRange(); in ReportVirtualCall()
DMallocSizeofChecker.cpp230 Ranges.push_back(i->AllocCall->getCallee()->getSourceRange()); in checkASTCodeBody()
236 PathDiagnosticLocation::createBegin(i->AllocCall->getCallee(), in checkASTCodeBody()
DNoReturnFunctionChecker.cpp41 const Expr *Callee = CE->getCallee(); in checkPostStmt()
DCallAndMessageChecker.cpp225 const Expr *Callee = CE->getCallee()->IgnoreParens(); in checkPreStmt()
/external/clang/examples/analyzer-plugin/
DMainCallChecker.cpp21 const Expr *Callee = CE->getCallee(); in checkPreStmt()
/external/clang/lib/ARCMigrate/
DTransGCCalls.cpp52 Expr *CEE = E->getCallee()->IgnoreParenImpCasts(); in VisitCallExpr()
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp394 return getSVal(getOriginExpr()->getCallee()).getAsFunctionDecl(); in getDecl()
407 return getSVal(CE->getCallee()).getAsFunctionDecl(); in getDecl()
531 if (const MemberExpr *ME = dyn_cast<MemberExpr>(getOriginExpr()->getCallee())) in getRuntimeDefinition()
545 const Expr *Callee = getOriginExpr()->getCallee(); in getBlockRegion()
915 } else if (CE->getCallee()->getType()->isBlockPointerType()) { in getSimpleCall()
DCheckerContext.cpp24 const Expr *Callee = CE->getCallee(); in getCalleeDecl()
/external/clang/lib/Analysis/
DCallGraph.cpp46 Expr *CEE = CE->getCallee()->IgnoreParenImpCasts(); in getDeclFromCall()
DThreadSafety.cpp332 dyn_cast<MemberExpr>(CMCE->getCallee())->isArrow(); in buildSExpr()
342 if (NDeref && dyn_cast<MemberExpr>(CMCE->getCallee())->isArrow()) in buildSExpr()
379 unsigned Sz = buildSExpr(CE->getCallee(), CallCtx); in buildSExpr()
501 CallCtx.SelfArrow = dyn_cast<MemberExpr>(CE->getCallee())->isArrow(); in buildSExprFromExpr()
2070 MemberExpr *ME = dyn_cast<MemberExpr>(CE->getCallee()); in VisitCallExpr()
DCFG.cpp1427 QualType calleeType = C->getCallee()->getType(); in VisitCallExpr()
1429 QualType boundType = Expr::findBoundMemberType(C->getCallee()); in VisitCallExpr()
1454 if (!CanThrow(C->getCallee(), *Context)) in VisitCallExpr()
/external/clang/lib/Sema/
DSemaChecking.cpp551 TheCall->getCallee()); in CheckFunctionCall()
565 TheCall->getCallee()->getSourceRange(), CallType); in CheckFunctionCall()
620 TheCall->getCallee()->getSourceRange(), CallType); in CheckBlockCall()
628 DeclRefExpr *DRE =cast<DeclRefExpr>(TheCall->getCallee()->IgnoreParenCasts()); in SemaAtomicOpsOverloaded()
732 << TheCall->getCallee()->getSourceRange(); in SemaAtomicOpsOverloaded()
738 << TheCall->getCallee()->getSourceRange(); in SemaAtomicOpsOverloaded()
913 return Owned(new (Context) AtomicExpr(TheCall->getCallee()->getLocStart(), in SemaAtomicOpsOverloaded()
954 DeclRefExpr *DRE =cast<DeclRefExpr>(TheCall->getCallee()->IgnoreParenCasts()); in SemaBuiltinAtomicOverloaded()
961 << TheCall->getCallee()->getSourceRange(); in SemaBuiltinAtomicOverloaded()
1209 << TheCall->getCallee()->getSourceRange(); in SemaBuiltinAtomicOverloaded()
[all …]
DSemaExceptionSpec.cpp928 else if (isa<CXXPseudoDestructorExpr>(CE->getCallee()->IgnoreParens())) in canThrow()
/external/clang/lib/AST/
DExpr.cpp1095 Expr *CEE = getCallee()->IgnoreParenImpCasts(); in getCalleeDecl()
1157 const ImplicitCastExpr *ICE = dyn_cast<ImplicitCastExpr>(getCallee()); in isBuiltinCall()
1182 QualType CalleeType = getCallee()->getType(); in getCallReturnType()
1189 CalleeType = Expr::findBoundMemberType(getCallee()); in getCallReturnType()
1199 SourceLocation begin = getCallee()->getLocStart(); in getLocStart()
2042 Loc = CE->getCallee()->getLocStart(); in isUnusedResultAWarning()
2043 R1 = CE->getCallee()->getSourceRange(); in isUnusedResultAWarning()
DStmtPrinter.cpp904 PrintExpr(Call->getCallee()); in VisitCallExpr()
1189 PrintExpr(Node->getCallee()); in VisitCUDAKernelCallExpr()
1247 DeclRefExpr *DRE = cast<DeclRefExpr>(Node->getCallee()->IgnoreImpCasts()); in VisitUserDefinedLiteral()
DExprCXX.cpp474 const Expr *Callee = getCallee()->IgnoreParens(); in getImplicitObjectArgument()
487 dyn_cast<MemberExpr>(getCallee()->IgnoreParens())) in getMethodDecl()
DItaniumMangle.cpp2322 const Expr *callee = call->getCallee(); in isParenthesizedADLCallee()
2491 mangleExpression(CE->getCallee(), CE->getNumArgs()); in mangleExpression()
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h543 const Decl *getCallee() const { return Callee; } in getCallee() function
/external/clang/tools/libclang/
DCXCursor.cpp1176 ME = dyn_cast_or_null<MemberExpr>(CE->getCallee()); in clang_Cursor_isDynamicCall()

12