Home
last modified time | relevance | path

Searched refs:getCallee (Results 1 – 25 of 42) 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.cpp2400 if (E->getCallee()->getType()->isBlockPointerType()) in EmitCallExpr()
2420 = dyn_cast<CXXPseudoDestructorExpr>(E->getCallee()->IgnoreParens())) { in EmitCallExpr()
2467 EmitScalarExpr(E->getCallee()); in EmitCallExpr()
2473 llvm::Value *Callee = EmitScalarExpr(E->getCallee()); in EmitCallExpr()
2474 return EmitCall(E->getCallee()->getType(), Callee, ReturnValue, in EmitCallExpr()
DCGExprCXX.cpp173 const Expr *callee = CE->getCallee()->IgnoreParens(); in EmitCXXMemberCallExpr()
288 cast<BinaryOperator>(E->getCallee()->IgnoreParens()); in EmitCXXMemberPointerCallExpr()
/external/llvm/include/llvm/Support/
DCallSite.h88 return *getCallee(); in getCalledValue()
102 *getCallee() = V; in setCalledFunction()
109 return getCallee() == &UI.getUse(); in isCallee()
268 IterTy getCallee() const { in getCallee() function
295 User::op_iterator getCallee() const;
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckSecuritySyntaxOnly.cpp323 SourceRange R = CE->getCallee()->getSourceRange(); in checkCall_gets()
365 SourceRange R = CE->getCallee()->getSourceRange(); in checkCall_getpw()
408 SourceRange R = CE->getCallee()->getSourceRange(); in checkCall_mktemp()
517 SourceRange R = CE->getCallee()->getSourceRange(); in checkCall_strcpy()
545 SourceRange R = CE->getCallee()->getSourceRange(); in checkCall_strcat()
627 SourceRange R = CE->getCallee()->getSourceRange(); in checkCall_rand()
653 SourceRange R = CE->getCallee()->getSourceRange(); in checkCall_random()
674 SourceRange R = CE->getCallee()->getSourceRange(); in checkCall_vfork()
747 SourceRange R = CE->getCallee()->getSourceRange(); in checkUncheckedReturnValue()
DVirtualCallChecker.cpp142 if (MemberExpr *CME = dyn_cast<MemberExpr>(CE->getCallee())) { in VisitCXXMemberCallExpr()
184 SourceRange R = CE->getCallee()->getSourceRange(); in ReportVirtualCall()
DMallocSizeofChecker.cpp188 Ranges.push_back(i->AllocCall->getCallee()->getSourceRange()); in checkASTCodeBody()
194 PathDiagnosticLocation::createBegin(i->AllocCall->getCallee(), in checkASTCodeBody()
DAdjustedReturnValueChecker.cpp54 const MemRegion *callee = state->getSVal(CE->getCallee(), LCtx).getAsRegion(); in checkPostStmt()
DNoReturnFunctionChecker.cpp40 const Expr *Callee = CE->getCallee(); in checkPostStmt()
DAttrNonNullChecker.cpp40 SVal X = state->getSVal(CE->getCallee(), LCtx); in checkPreStmt()
DOSAtomicChecker.cpp41 const Expr *Callee = CE->getCallee(); in getCalleeName()
DIteratorsChecker.cpp286 if (const MemberExpr *ME = dyn_cast<MemberExpr>(CE->getCallee())) { in handleAssign()
570 const MemberExpr *ME = dyn_cast<MemberExpr>(MCE->getCallee()); in checkPreStmt()
DCallAndMessageChecker.cpp214 const Expr *Callee = CE->getCallee()->IgnoreParens(); in checkPreStmt()
/external/clang/lib/StaticAnalyzer/Core/
DObjCMessage.cpp34 const Expr *Callee = FunctionCall->getCallee(); in getResultType()
50 const Expr *Fun = CallE.get<const CallExpr *>()->getCallee()->IgnoreParens(); in getFunctionCallee()
DCheckerContext.cpp24 const Expr *Callee = CE->getCallee(); in getCalleeDecl()
DExprEngineCallAndReturn.cpp160 QualType callee = CE->getCallee()->getType(); in shouldInlineCallExpr()
185 const Expr *Callee = CE->getCallee(); in InlineCall()
426 const Expr *Callee = CE->getCallee()->IgnoreParens(); in VisitCallExpr()
DBugReporterVisitors.cpp62 return CE->getCallee(); in GetCalleeExpr()
/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/Sema/
DSemaChecking.cpp431 TheCall->getCallee()->getLocStart()); in CheckFunctionCall()
491 DeclRefExpr *DRE =cast<DeclRefExpr>(TheCall->getCallee()->IgnoreParenCasts()); in SemaAtomicOpsOverloaded()
595 << TheCall->getCallee()->getSourceRange(); in SemaAtomicOpsOverloaded()
601 << TheCall->getCallee()->getSourceRange(); in SemaAtomicOpsOverloaded()
771 return Owned(new (Context) AtomicExpr(TheCall->getCallee()->getLocStart(), in SemaAtomicOpsOverloaded()
813 DeclRefExpr *DRE =cast<DeclRefExpr>(TheCall->getCallee()->IgnoreParenCasts()); in SemaBuiltinAtomicOverloaded()
820 << TheCall->getCallee()->getSourceRange(); in SemaBuiltinAtomicOverloaded()
1068 << TheCall->getCallee()->getSourceRange(); in SemaBuiltinAtomicOverloaded()
1168 Expr *Fn = TheCall->getCallee(); in SemaBuiltinVAStart()
1392 TheCall->getCallee()->getLocStart(), in SemaBuiltinShuffleVector()
[all …]
DSemaExceptionSpec.cpp889 else if (isa<CXXPseudoDestructorExpr>(CE->getCallee()->IgnoreParens())) in canThrow()
/external/clang/lib/AST/
DExpr.cpp868 Expr *CEE = getCallee()->IgnoreParenImpCasts(); in getCalleeDecl()
930 const ImplicitCastExpr *ICE = dyn_cast<ImplicitCastExpr>(getCallee()); in isBuiltinCall()
949 QualType CalleeType = getCallee()->getType(); in getCallReturnType()
956 CalleeType = Expr::findBoundMemberType(getCallee()); in getCallReturnType()
966 SourceLocation begin = getCallee()->getLocStart(); in getSourceRange()
978 SourceLocation begin = getCallee()->getLocStart(); in getLocStart()
1805 Loc = CE->getCallee()->getLocStart(); in isUnusedResultAWarning()
1806 R1 = CE->getCallee()->getSourceRange(); in isUnusedResultAWarning()
DStmtPrinter.cpp945 PrintExpr(Call->getCallee()); in VisitCallExpr()
1214 PrintExpr(Node->getCallee()); in VisitCUDAKernelCallExpr()
1271 DeclRefExpr *DRE = cast<DeclRefExpr>(Node->getCallee()->IgnoreImpCasts()); in VisitUserDefinedLiteral()
DExprCXX.cpp447 dyn_cast<MemberExpr>(getCallee()->IgnoreParens())) in getImplicitObjectArgument()
456 dyn_cast<MemberExpr>(getCallee()->IgnoreParens())) in getMethodDecl()
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h488 const Decl *getCallee() const { return Callee; } in getCallee() function

12