Home
last modified time | relevance | path

Searched refs:getDynamicTypeInfo (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp140 DynamicTypeInfo RecDynType = State->getDynamicTypeInfo(RecReg); in checkPostCall()
240 QualType OldDTy = C.getState()->getDynamicTypeInfo(ToR).getType(); in getBetterObjCType()
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp424 DynamicTypeInfo DynType = getState()->getDynamicTypeInfo(R); in getRuntimeDefinition()
786 DynamicTypeInfo DTI = getState()->getDynamicTypeInfo(Receiver); in getRuntimeDefinition()
DProgramState.cpp726 DynamicTypeInfo ProgramState::getDynamicTypeInfo(const MemRegion *Reg) const { in getDynamicTypeInfo() function in ProgramState
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DProgramState.h321 DynamicTypeInfo getDynamicTypeInfo(const MemRegion *Reg) const;