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

  /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,
  /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))

Completed in 34 milliseconds