clang  7.0.0
Public Member Functions | Static Public Member Functions | Protected Member Functions | Friends | List of all members
clang::CXXAllocatorCall Class Reference

Represents the memory allocation call in a C++ new-expression. More...

#include "clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h"

Inheritance diagram for clang::CXXAllocatorCall:
[legend]
Collaboration diagram for clang::CXXAllocatorCall:
[legend]

Public Member Functions

virtual const CXXNewExprgetOriginExpr () const
 
const FunctionDeclgetDecl () const override
 
unsigned getNumArgs () const override
 
const ExprgetArgExpr (unsigned Index) const override
 
Kind getKind () const override
 

Static Public Member Functions

static bool classof (const CallEvent *CE)
 

Protected Member Functions

 CXXAllocatorCall (const CXXNewExpr *E, ProgramStateRef St, const LocationContext *LCtx)
 
 CXXAllocatorCall (const CXXAllocatorCall &Other)=default
 
void cloneTo (void *Dest) const override
 

Friends

class CallEventManager
 

Detailed Description

Represents the memory allocation call in a C++ new-expression.

This is a call to "operator new".

Definition at line 882 of file CallEvent.h.

Constructor & Destructor Documentation

◆ CXXAllocatorCall() [1/2]

clang::CXXAllocatorCall::CXXAllocatorCall ( const CXXNewExpr E,
ProgramStateRef  St,
const LocationContext LCtx 
)
inlineprotected

Definition at line 886 of file CallEvent.h.

◆ CXXAllocatorCall() [2/2]

clang::CXXAllocatorCall::CXXAllocatorCall ( const CXXAllocatorCall Other)
protecteddefault

Member Function Documentation

◆ classof()

static bool clang::CXXAllocatorCall::classof ( const CallEvent CE)
inlinestatic

Definition at line 915 of file CallEvent.h.

References clang::ento::CE_CXXAllocator.

◆ cloneTo()

void clang::CXXAllocatorCall::cloneTo ( void *  Dest) const
inlineoverrideprotected

Definition at line 891 of file CallEvent.h.

◆ getArgExpr()

const Expr* clang::CXXAllocatorCall::getArgExpr ( unsigned  Index) const
inlineoverride

Definition at line 906 of file CallEvent.h.

◆ getDecl()

const FunctionDecl* clang::CXXAllocatorCall::getDecl ( ) const
inlineoverride

Definition at line 898 of file CallEvent.h.

◆ getKind()

Kind clang::CXXAllocatorCall::getKind ( ) const
inlineoverride

Definition at line 913 of file CallEvent.h.

References clang::ento::CE_CXXAllocator.

◆ getNumArgs()

unsigned clang::CXXAllocatorCall::getNumArgs ( ) const
inlineoverride

Definition at line 902 of file CallEvent.h.

◆ getOriginExpr()

virtual const CXXNewExpr* clang::CXXAllocatorCall::getOriginExpr ( ) const
inlinevirtual

Definition at line 894 of file CallEvent.h.

References clang::ento::CallEvent::getOriginExpr().

Friends And Related Function Documentation

◆ CallEventManager

friend class CallEventManager
friend

Definition at line 883 of file CallEvent.h.


The documentation for this class was generated from the following file: