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

1 2

  /external/clang/lib/StaticAnalyzer/Checkers/
VirtualCallChecker.cpp 71 const FunctionDecl *FD = WLUnit->getDirectCallee();
90 const FunctionDecl *FD = WLUnit->getDirectCallee();
156 const CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(CE->getDirectCallee());
169 os << *CE->getDirectCallee();
173 os << " <-- " << *visitingCallExpr->getDirectCallee();
177 const FunctionDecl *FD = (*(I-1))->getDirectCallee();
CStringSyntaxChecker.cpp 57 const FunctionDecl *FD = CE->getDirectCallee();
136 const FunctionDecl *FD = CE->getDirectCallee();
MallocSizeofChecker.cpp 94 const FunctionDecl *FD = E->getDirectCallee();
221 const FunctionDecl *Callee = i->AllocCall->getDirectCallee();
ObjCContainersASTChecker.cpp 86 const FunctionDecl *FD = CE->getDirectCallee();
MallocOverflowSecurityChecker.cpp 242 const FunctionDecl *FD = TheCall->getDirectCallee();
CheckSecuritySyntaxOnly.cpp 108 const FunctionDecl *FD = CE->getDirectCallee();
686 const FunctionDecl *FD = CE->getDirectCallee();
MacOSKeychainAPIChecker.cpp 608 const FunctionDecl *funDecl = CE->getDirectCallee();
MallocChecker.cpp     [all...]
  /external/clang/lib/Analysis/
CallGraph.cpp 42 if (FunctionDecl *CalleeDecl = CE->getDirectCallee())
ThreadSafety.cpp 357 cast<FunctionDecl>(CE->getDirectCallee()->getMostRecentDecl());
359 CallingContext LRCallCtx(CE->getDirectCallee());
    [all...]
CFG.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 377 const FunctionDecl *D = getOriginExpr()->getDirectCallee();
390 const FunctionDecl *D = CE->getDirectCallee();
895 const FunctionDecl *DirectCallee = OpCE->getDirectCallee();
    [all...]
  /external/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp 128 if (FunctionDecl *FD = callE->getDirectCallee()) {
Transforms.cpp 90 if (const FunctionDecl *FD = callE->getDirectCallee()) {
  /external/clang/unittests/Tooling/
RefactoringTest.cpp 314 if (Call->getDirectCallee()->getName() == "F") {
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 134 const clang::FunctionDecl* callee = expr->getDirectCallee();
860 clang::FunctionDecl* callee = call->getDirectCallee();
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 134 const clang::FunctionDecl* callee = expr->getDirectCallee();
862 clang::FunctionDecl* callee = call->getDirectCallee();
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]
SemaChecking.cpp     [all...]
SemaExprCXX.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
CGExpr.cpp     [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]

Completed in 367 milliseconds

1 2