Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypeChecker.cpp174 QualType DynType = DynTypeInfo.getType(); in checkPostStmt() local
177 const auto *DynObjCType = DynType->getAs<ObjCObjectPointerType>(); in checkPostStmt()
203 reportTypeError(DynType, StaticType, Region, CE, C); in checkPostStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp726 DynamicTypeInfo DynType = getDynamicTypeInfo(getState(), R); in getRuntimeDefinition() local
727 if (!DynType.isValid()) in getRuntimeDefinition()
731 QualType RegionType = DynType.getType()->getPointeeType(); in getRuntimeDefinition()
765 if (DynType.canBeASubClass()) in getRuntimeDefinition()
1201 QualType DynType = DTI.getType(); in getRuntimeDefinition() local
1203 ReceiverT = dyn_cast<ObjCObjectPointerType>(DynType.getCanonicalType()); in getRuntimeDefinition()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.h476 void addReloc(RelType DynType, InputSectionBase *IS, uint64_t OffsetInSec,
480 void addReloc(RelType DynType, InputSectionBase *InputSec,
H A DSyntheticSections.cpp1485 void RelocationBaseSection::addReloc(RelType DynType, InputSectionBase *IS, in addReloc() argument
1487 addReloc({DynType, IS, OffsetInSec, false, Sym, 0}); in addReloc()
1490 void RelocationBaseSection::addReloc(RelType DynType, in addReloc() argument
1499 addReloc({DynType, InputSec, OffsetInSec, Expr != R_ADDEND, Sym, Addend}); in addReloc()