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

  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 53 State = State->setDynamicTypeInfo(Region, Ty, /*CanBeSubclass=*/false);
132 C.addTransition(State->setDynamicTypeInfo(RetReg, DynResTy, false));
142 C.addTransition(State->setDynamicTypeInfo(RetReg, RecDynType));
187 C.addTransition(C.getState()->setDynamicTypeInfo(ToR, QualType(NewTy,0)));
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 342 ProgramStateRef setDynamicTypeInfo(const MemRegion *Reg,
346 ProgramStateRef setDynamicTypeInfo(const MemRegion *Reg,
349 return setDynamicTypeInfo(Reg, DynamicTypeInfo(NewTy, CanBeSubClassed));
  /external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 752 ProgramStateRef ProgramState::setDynamicTypeInfo(const MemRegion *Reg,

Completed in 1717 milliseconds