Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DDynamicCastInfo.h17 class DynamicCastInfo {
21 DynamicCastInfo(QualType from, QualType to, CastResult resultKind) in DynamicCastInfo() function
34 bool operator==(const DynamicCastInfo &RHS) const {
37 bool operator<(const DynamicCastInfo &RHS) const {
H A DDynamicType.h43 const DynamicCastInfo *getDynamicCastInfo(ProgramStateRef State,
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DDynamicType.cpp31 REGISTER_SET_FACTORY_WITH_PROGRAMSTATE(CastSet, clang::ento::DynamicCastInfo)
75 const DynamicCastInfo *getDynamicCastInfo(ProgramStateRef State, in getDynamicCastInfo()
86 for (const DynamicCastInfo &Cast : *Lookup) in getDynamicCastInfo()
128 DynamicCastInfo::CastResult ResultKind = in setDynamicTypeAndCastInfo()
129 CastSucceeds ? DynamicCastInfo::CastResult::Success in setDynamicTypeAndCastInfo()
130 : DynamicCastInfo::CastResult::Failure; in setDynamicTypeAndCastInfo()
218 static raw_ostream &printJson(const DynamicCastInfo &DCI, raw_ostream &Out, in printJson()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCastValueChecker.cpp96 static bool isInfeasibleCast(const DynamicCastInfo *CastInfo, in isInfeasibleCast()
105 const DynamicCastInfo *CastInfo, in getNoteTag()
227 const DynamicCastInfo *CastInfo = in addCastTransition()
296 const DynamicCastInfo *CastInfo = in addInstanceOfTransition()