Home
last modified time | relevance | path

Searched refs:getDynamicCastInfo (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DDynamicType.h43 const DynamicCastInfo *getDynamicCastInfo(ProgramStateRef State,
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCastValueChecker.cpp228 getDynamicCastInfo(State, MR, CastFromTy, CastToTy); in addCastTransition()
297 getDynamicCastInfo(State, MR, CastFromTy, CastToTy); in addInstanceOfTransition()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DDynamicType.cpp75 const DynamicCastInfo *getDynamicCastInfo(ProgramStateRef State, in getDynamicCastInfo() function