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 740 class CXXAllocatorCall : public AnyFunctionCall {
744 CXXAllocatorCall(const CXXNewExpr *E, ProgramStateRef St,
748 CXXAllocatorCall(const CXXAllocatorCall &Other) : AnyFunctionCall(Other) {}
749 void cloneTo(void *Dest) const override { new (Dest) CXXAllocatorCall(*this); }
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 353 CallEventRef<CXXAllocatorCall> Call =
372 // FIXME: Much of this should eventually migrate to CXXAllocatorCall.
406 CallEventRef<CXXAllocatorCall> Call =

Completed in 94 milliseconds