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

1 2

  /external/clang/unittests/AST/
SourceLocationTest.cpp 92 TEST(CXXNewExpr, ArrayRange) {
93 RangeVerifier<CXXNewExpr> Verifier;
98 TEST(CXXNewExpr, ParenRange) {
99 RangeVerifier<CXXNewExpr> Verifier;
177 TEST(CXXNewExpr, TypeParenRange) {
178 RangeVerifier<CXXNewExpr> Verifier;
  /external/clang/lib/CodeGen/
CGCXXABI.h 89 virtual bool requiresArrayCookie(const CXXNewExpr *E);
316 virtual CharUnits GetArrayCookieSize(const CXXNewExpr *expr);
330 const CXXNewExpr *expr,
CGCXXABI.cpp 145 CharUnits CGCXXABI::GetArrayCookieSize(const CXXNewExpr *expr) {
159 const CXXNewExpr *expr,
176 bool CGCXXABI::requiresArrayCookie(const CXXNewExpr *expr) {
CGExprCXX.cpp 540 const CXXNewExpr *E) {
553 const CXXNewExpr *e,
    [all...]
ItaniumCXXABI.cpp 160 const CXXNewExpr *expr,
200 const CXXNewExpr *expr,
    [all...]
MicrosoftCXXABI.cpp 165 bool requiresArrayCookie(const CXXNewExpr *expr);
170 const CXXNewExpr *expr,
573 bool MicrosoftCXXABI::requiresArrayCookie(const CXXNewExpr *expr) {
599 const CXXNewExpr *expr,
    [all...]
CodeGenFunction.h     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 31 check::PostStmt<CXXNewExpr> > {
42 void checkPostStmt(const CXXNewExpr *NewE, CheckerContext &C) const;
195 void DynamicTypePropagation::checkPostStmt(const CXXNewExpr *NewE,
MallocChecker.cpp 152 check::PostStmt<CXXNewExpr>,
186 void checkPostStmt(const CXXNewExpr *NE, CheckerContext &C) const;
368 return (Stmt && (isa<CallExpr>(Stmt) || isa<CXXNewExpr>(Stmt)) &&
607 // processed by the checkPostStmt callbacks for CXXNewExpr and
645 void MallocChecker::checkPostStmt(const CXXNewExpr *NE,
649 for (CXXNewExpr::const_arg_iterator I = NE->placement_arg_begin(),
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 765 CXXAllocatorCall(const CXXNewExpr *E, ProgramStateRef St,
773 virtual const CXXNewExpr *getOriginExpr() const {
774 return cast<CXXNewExpr>(AnyFunctionCall::getOriginExpr());
    [all...]
ExprEngine.h 35 class CXXNewExpr;
421 void VisitCXXNewExpr(const CXXNewExpr *CNE, ExplodedNode *Pred,
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 73 isa<CXXNewExpr>(Expr) ||
SemaExprCXX.cpp     [all...]
SemaExceptionSpec.cpp     [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 80 // CXXNewExpr
81 CXXNewExpr::CXXNewExpr(ASTContext &C, bool globalNew, FunctionDecl *operatorNew,
144 void CXXNewExpr::AllocateArgsArray(ASTContext &C, bool isArray,
154 bool CXXNewExpr::shouldNullCheckAllocation(ASTContext &Ctx) const {
    [all...]
ItaniumMangle.cpp     [all...]
StmtProfile.cpp 896 void StmtProfiler::VisitCXXNewExpr(const CXXNewExpr *S) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 235 || isa<CXXNewExpr>(S);
935 return getCXXAllocatorCall(cast<CXXNewExpr>(CallSite), State, CallerCtx);
    [all...]
ExprEngineCXX.cpp 324 void ExprEngine::VisitCXXNewExpr(const CXXNewExpr *CNE, ExplodedNode *Pred,
328 // really part of the CXXNewExpr because they happen BEFORE the
397 // CXXNewExpr, we need to make sure that the constructed object is not
ExprEngineCallAndReturn.cpp 623 if (isa<CXXNewExpr>(Parent))
    [all...]
  /external/clang/include/clang/AST/
ExprCXX.h     [all...]
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 556 VISIT(CXXNewExpr);
710 DECL_VISIT_EXPR(CXXNewExpr) {
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 556 VISIT(CXXNewExpr);
712 DECL_VISIT_EXPR(CXXNewExpr) {
    [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp     [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp     [all...]

Completed in 1664 milliseconds

1 2