HomeSort by relevance Sort by last modified time
    Searched refs:CXXAllocatorCall (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 798 class CXXAllocatorCall : public AnyFunctionCall {
802 CXXAllocatorCall(const CXXNewExpr *E, ProgramStateRef St,
806 CXXAllocatorCall(const CXXAllocatorCall &Other) : AnyFunctionCall(Other) {}
807 void cloneTo(void *Dest) const override { new (Dest) CXXAllocatorCall(*this); }
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 409 CallEventRef<CXXAllocatorCall> Call =
428 // FIXME: Much of this should eventually migrate to CXXAllocatorCall.
462 CallEventRef<CXXAllocatorCall> Call =

Completed in 43 milliseconds