HomeSort by: relevance | last modified time | path
    Searched refs:AllocExpr (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 697 const Expr *AllocExpr = nullptr) const;
1821 const Expr *AllocExpr = cast<Expr>(RsBase->getStmt());
1823 Family, AllocExpr);
2094 const Expr *AllocExpr = cast<Expr>(RS->getStmt());
2108 if (printMemFnName(AllocOs, C, AllocExpr))
2112 if (printMemFnName(AllocOs, C, AllocExpr))
2134 const Expr *AllocExpr) const {
2177 if (AllocExpr && printMemFnName(AllocNameOs, C, AllocExpr))
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CFG.cpp 5570 if (const CXXNewExpr *AllocExpr = E.castAs<CFGNewAllocator>().getAllocatorExpr())
5571 AllocExpr->getType().print(OS, PrintingPolicy(Helper.getLangOpts()));
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp 754 const Expr *AllocExpr = nullptr;
765 if (auto *NE = dyn_cast<CXXNewExpr>(AllocExpr))
767 assert(isa<CallExpr>(AllocExpr));
1904 Result.first->second.AllocExpr = E;
2095 Info.Note((*Alloc)->AllocExpr->getExprLoc(),
2445 Info.CCEDiag(Info.HeapAllocs.begin()->second.AllocExpr,

Completed in 27 milliseconds