Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DDynamicType.h67 ProgramStateRef setDynamicTypeAndCastInfo(ProgramStateRef State,
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCastValueChecker.cpp248 State = setDynamicTypeAndCastInfo(State, MR, CastFromTy, CastToTy, in addCastTransition()
310 NewState = setDynamicTypeAndCastInfo(State, MR, CastFromTy, CastToTy, in addInstanceOfTransition()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DDynamicType.cpp111 ProgramStateRef setDynamicTypeAndCastInfo(ProgramStateRef State, in setDynamicTypeAndCastInfo() function