Home
last modified time | relevance | path

Searched refs:DynType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp767 DynamicTypeInfo DynType = getDynamicTypeInfo(getState(), R); in getRuntimeDefinition() local
768 if (!DynType.isValid()) in getRuntimeDefinition()
772 QualType RegionType = DynType.getType()->getPointeeType(); in getRuntimeDefinition()
802 if (!DynType.canBeASubClass()) in getRuntimeDefinition()
810 if (DynType.canBeASubClass()) in getRuntimeDefinition()
1301 QualType DynType = DTI.getType(); in getRuntimeDefinition() local
1305 dyn_cast<ObjCObjectPointerType>(DynType.getCanonicalType()); in getRuntimeDefinition()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp5878 std::optional<DynamicType> DynType = ComputeDynamicType( in HandleVirtualDispatch() local
5881 if (!DynType) in HandleVirtualDispatch()
5889 unsigned PathLength = DynType->PathLength; in HandleVirtualDispatch()
5996 std::optional<DynamicType> DynType = in HandleDynamicCast() local
5998 if (!DynType) in HandleDynamicCast()
6005 return CastToDerivedClass(Info, E, Ptr, DynType->Type, DynType->PathLength); in HandleDynamicCast()
6022 if (!Paths && (declaresSameEntity(DynType->Type, C) || in HandleDynamicCast()
6023 DynType->Type->isDerivedFrom(C))) in HandleDynamicCast()
6035 << Info.Ctx.getRecordType(DynType->Type) in HandleDynamicCast()
6044 PathLength >= (int)DynType->PathLength; --PathLength) { in HandleDynamicCast()
[all …]