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

  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 62 if (const CXXConstructorCall *Ctor = dyn_cast<CXXConstructorCall>(&Call)) {
152 if (const CXXConstructorCall *Ctor = dyn_cast<CXXConstructorCall>(&Call)) {
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 708 class CXXConstructorCall : public AnyFunctionCall {
719 CXXConstructorCall(const CXXConstructExpr *CE, const MemRegion *Target,
725 CXXConstructorCall(const CXXConstructorCall &Other) : AnyFunctionCall(Other){}
726 virtual void cloneTo(void *Dest) const { new (Dest) CXXConstructorCall(*this); }
    [all...]
ExprEngine.h 47 class CXXConstructorCall;
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 43 if (const CXXConstructorCall *Ctor = dyn_cast<CXXConstructorCall>(&Call)) {
218 CallEventRef<CXXConstructorCall> Call =
ExprEngineCallAndReturn.cpp 554 } else if (const CXXConstructorCall *C = dyn_cast<CXXConstructorCall>(&Call)){
608 const CXXConstructorCall &Ctor = cast<CXXConstructorCall>(Call);
    [all...]
CallEvent.cpp 566 SVal CXXConstructorCall::getCXXThisVal() const {
572 void CXXConstructorCall::getExtraInvalidatedValues(ValueList &Values) const {
577 void CXXConstructorCall::getInitialStackFrameContents(
    [all...]

Completed in 341 milliseconds