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 687 class CXXConstructorCall : public AnyFunctionCall {
698 CXXConstructorCall(const CXXConstructExpr *CE, const MemRegion *Target,
704 CXXConstructorCall(const CXXConstructorCall &Other) : AnyFunctionCall(Other){}
705 void cloneTo(void *Dest) const override { new (Dest) CXXConstructorCall(*this); }
    [all...]
ExprEngine.h 46 class CXXConstructorCall;
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 43 if (const CXXConstructorCall *Ctor = dyn_cast<CXXConstructorCall>(&Call)) {
235 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 567 SVal CXXConstructorCall::getCXXThisVal() const {
573 void CXXConstructorCall::getExtraInvalidatedValues(ValueList &Values) const {
578 void CXXConstructorCall::getInitialStackFrameContents(
    [all...]

Completed in 207 milliseconds