Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypeChecker.cpp100 DynamicTypeInfo TrackedType = getDynamicTypeInfo(State, Reg); in VisitNode()
101 DynamicTypeInfo TrackedTypePrev = getDynamicTypeInfo(StatePrev, Reg); in VisitNode()
174 DynamicTypeInfo DynTypeInfo = getDynamicTypeInfo(State, Region); in checkPostStmt()
DDynamicTypePropagation.cpp240 DynamicTypeInfo RecDynType = getDynamicTypeInfo(State, RecReg); in checkPostCall()
356 QualType OldDTy = getDynamicTypeInfo(C.getState(), ToR).getType(); in getBetterObjCType()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DDynamicTypeMap.h39 DynamicTypeInfo getDynamicTypeInfo(ProgramStateRef State,
/external/clang/lib/StaticAnalyzer/Core/
DDynamicTypeMap.cpp21 DynamicTypeInfo getDynamicTypeInfo(ProgramStateRef State, in getDynamicTypeInfo() function
DCallEvent.cpp488 DynamicTypeInfo DynType = getDynamicTypeInfo(getState(), R); in getRuntimeDefinition()
916 DynamicTypeInfo DTI = getDynamicTypeInfo(getState(), Receiver); in getRuntimeDefinition()