Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.h44 const DynamicCastInfo *getDynamicCastInfo(ProgramStateRef State,
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DCastValueChecker.cpp97 static bool isInfeasibleCast(const DynamicCastInfo *CastInfo, in isInfeasibleCast()
106 const DynamicCastInfo *CastInfo, in getNoteTag()
228 const DynamicCastInfo *CastInfo = in addCastTransition()
297 const DynamicCastInfo *CastInfo = in addInstanceOfTransition()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt236 clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicCastInfo.h