Searched refs:DynType (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DynamicTypeChecker.cpp | 170 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()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallEvent.cpp | 736 DynamicTypeInfo DynType = getDynamicTypeInfo(getState(), R); in getRuntimeDefinition() local 737 if (!DynType.isValid()) in getRuntimeDefinition() 741 QualType RegionType = DynType.getType()->getPointeeType(); in getRuntimeDefinition() 770 if (!DynType.canBeASubClass()) in getRuntimeDefinition() 778 if (DynType.canBeASubClass()) in getRuntimeDefinition() 1268 QualType DynType = DTI.getType(); in getRuntimeDefinition() local 1272 dyn_cast<ObjCObjectPointerType>(DynType.getCanonicalType()); in getRuntimeDefinition()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 5639 Optional<DynamicType> DynType = ComputeDynamicType( in HandleVirtualDispatch() local 5642 if (!DynType) in HandleVirtualDispatch() 5650 unsigned PathLength = DynType->PathLength; in HandleVirtualDispatch() 5757 Optional<DynamicType> DynType = in HandleDynamicCast() local 5759 if (!DynType) in HandleDynamicCast() 5766 return CastToDerivedClass(Info, E, Ptr, DynType->Type, DynType->PathLength); in HandleDynamicCast() 5783 if (!Paths && (declaresSameEntity(DynType->Type, C) || in HandleDynamicCast() 5784 DynType->Type->isDerivedFrom(C))) in HandleDynamicCast() 5796 << Info.Ctx.getRecordType(DynType->Type) in HandleDynamicCast() 5805 PathLength >= (int)DynType->PathLength; --PathLength) { in HandleDynamicCast() [all …]
|