HomeSort by relevance Sort by last modified time
    Searched refs:getDirectCallee (Results 1 - 25 of 47) sorted by null

1 2

  /external/clang/lib/StaticAnalyzer/Checkers/
VirtualCallChecker.cpp 71 const FunctionDecl *FD = WLUnit->getDirectCallee();
90 const FunctionDecl *FD = WLUnit->getDirectCallee();
162 const CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(CE->getDirectCallee());
176 os << *CE->getDirectCallee();
180 os << " <-- " << *visitingCallExpr->getDirectCallee();
184 const FunctionDecl *FD = (*(I-1))->getDirectCallee();
CStringSyntaxChecker.cpp 58 const FunctionDecl *FD = CE->getDirectCallee();
136 const FunctionDecl *FD = CE->getDirectCallee();
MallocSizeofChecker.cpp 93 const FunctionDecl *FD = E->getDirectCallee();
223 const FunctionDecl *Callee = i->AllocCall->getDirectCallee();
ObjCContainersASTChecker.cpp 86 const FunctionDecl *FD = CE->getDirectCallee();
MallocOverflowSecurityChecker.cpp 311 const FunctionDecl *FD = TheCall->getDirectCallee();
CheckSecuritySyntaxOnly.cpp 118 const FunctionDecl *FD = CE->getDirectCallee();
687 const FunctionDecl *FD = CE->getDirectCallee();
MacOSKeychainAPIChecker.cpp 608 const FunctionDecl *funDecl = CE->getDirectCallee();
LocalizationChecker.cpp     [all...]
  /external/clang/lib/CodeGen/
CGCUDABuiltin.cpp 82 E->getDirectCallee()->getType()->getAs<FunctionProtoType>(),
83 E->arguments(), E->getDirectCallee(),
  /external/clang/lib/Analysis/
CallGraph.cpp 42 if (FunctionDecl *CalleeDecl = CE->getDirectCallee())
Consumed.cpp 749 const FunctionDecl *FunDecl = Call->getDirectCallee();
828 dyn_cast_or_null<FunctionDecl>(Call->getDirectCallee());
    [all...]
ThreadSafetyCommon.cpp 355 const FunctionDecl *FD = CE->getDirectCallee()->getMostRecentDecl();
358 LRCallCtx.AttrDecl = CE->getDirectCallee();
    [all...]
UninitializedValues.cpp 443 if (FunctionDecl *FD = CE->getDirectCallee()) {
  /external/v8/tools/clang/plugins/
CheckIPCVisitor.cpp 75 const FunctionDecl* callee_decl = call_expr->getDirectCallee();
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 413 const FunctionDecl *D = getOriginExpr()->getDirectCallee();
426 const FunctionDecl *D = CE->getDirectCallee();
    [all...]
  /external/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp 136 if (FunctionDecl *FD = callE->getDirectCallee()) {
Transforms.cpp 92 if (const FunctionDecl *FD = callE->getDirectCallee()) {
  /external/clang/lib/Sema/
SemaChecking.cpp 495 << Call->getDirectCallee() << Arg0->getSourceRange();
504 switch (Call->getDirectCallee()->getBuiltinID()) {
552 << Call->getDirectCallee() << S.Context.getPointerType(EltTy)
585 << Call->getDirectCallee() << S.Context.OCLReserveIDTy
595 << Call->getDirectCallee() << S.Context.UnsignedIntTy
606 << Call->getDirectCallee() << Call->getSourceRange();
629 << Call->getDirectCallee() << S.Context.UnsignedIntTy
652 << Call->getDirectCallee() << S.Context.OCLReserveIDTy
671 << Call->getDirectCallee() << Call->getArg(0)->getSourceRange();
687 << Call->getDirectCallee() << Call->getSourceRange()
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 133 const clang::FunctionDecl* callee = expr->getDirectCallee();
874 clang::FunctionDecl* callee = call->getDirectCallee();
    [all...]
  /external/clang/unittests/Tooling/
RefactoringTest.cpp 395 if (Call->getDirectCallee()->getName() == "F") {
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Expr.h     [all...]

Completed in 1884 milliseconds

1 2