Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypeChecker.cpp170 QualType DynType = DynTypeInfo.getType(); in checkPostStmt() local
173 const auto *DynObjCType = DynType->getAs<ObjCObjectPointerType>(); in checkPostStmt()
199 reportTypeError(DynType, StaticType, Region, CE, C); in checkPostStmt()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp775 DynamicTypeInfo DynType = getDynamicTypeInfo(getState(), R); in getRuntimeDefinition() local
776 if (!DynType.isValid()) in getRuntimeDefinition()
780 QualType RegionType = DynType.getType()->getPointeeType(); in getRuntimeDefinition()
809 if (!DynType.canBeASubClass()) in getRuntimeDefinition()
817 if (DynType.canBeASubClass()) in getRuntimeDefinition()
1307 QualType DynType = DTI.getType(); in getRuntimeDefinition() local
1311 dyn_cast<ObjCObjectPointerType>(DynType.getCanonicalType()); in getRuntimeDefinition()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp5645 if (!DynType) in HandleVirtualDispatch()
5653 unsigned PathLength = DynType->PathLength; in HandleVirtualDispatch()
5760 Optional<DynamicType> DynType = in HandleDynamicCast() local
5762 if (!DynType) in HandleDynamicCast()
5769 return CastToDerivedClass(Info, E, Ptr, DynType->Type, DynType->PathLength); in HandleDynamicCast()
5787 DynType->Type->isDerivedFrom(C))) in HandleDynamicCast()
5799 << Info.Ctx.getRecordType(DynType->Type) in HandleDynamicCast()
5813 if (PathLength > (int)DynType->PathLength && in HandleDynamicCast()
5826 if (!CastToDerivedClass(Info, E, Ptr, DynType->Type, DynType->PathLength)) in HandleDynamicCast()
8323 Optional<DynamicType> DynType = in VisitCXXTypeidExpr() local
[all …]