Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDDynamicType.h36 const DynamicTypeInfo *getRawDynamicTypeInfo(ProgramStateRef State,
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDDynamicType.cpp59 const DynamicTypeInfo *getRawDynamicTypeInfo(ProgramStateRef State, in getRawDynamicTypeInfo() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDDynamicTypePropagation.cpp877 if (RetRegion && !getRawDynamicTypeInfo(State, RetRegion)) { in checkPostObjCMessage()