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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DDynamicCastInfo.h1 //===- DynamicCastInfo.h - Runtime cast information -------------*- C++ -*-===//
17 class DynamicCastInfo { class in namespace:clang::ento
21 DynamicCastInfo(QualType from, QualType to, CastResult resultKind) function in class:clang::ento::DynamicCastInfo
34 bool operator==(const DynamicCastInfo &RHS) const {
37 bool operator<(const DynamicCastInfo &RHS) const {
H A DDynamicType.h19 #include "clang/StaticAnalyzer/Core/PathSensitive/DynamicCastInfo.h"
40 const DynamicCastInfo *getDynamicCastInfo(ProgramStateRef State,
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DDynamicType.cpp31 REGISTER_SET_FACTORY_WITH_PROGRAMSTATE(CastSet, clang::ento::DynamicCastInfo)
64 const DynamicCastInfo *getDynamicCastInfo(ProgramStateRef State,
72 for (const DynamicCastInfo &Cast : *Lookup)
105 DynamicCastInfo::CastResult ResultKind =
106 CastSucceeds ? DynamicCastInfo::CastResult::Success
107 : DynamicCastInfo::CastResult::Failure;
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCastValueChecker.cpp95 static bool isInfeasibleCast(const DynamicCastInfo *CastInfo,
104 const DynamicCastInfo *CastInfo,
185 const DynamicCastInfo *CastInfo =
231 const DynamicCastInfo *CastInfo =

Completed in 78 milliseconds