Home
last modified time | relevance | path

Searched defs:Derived (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_type_hash_itanium.cpp129 static bool isDerivedFromAtOffset(const abi::__class_type_info *Derived, in isDerivedFromAtOffset()
169 const abi::__class_type_info *Derived, sptr Offset) { in findBaseAtOffset()
244 abi::__class_type_info *Derived = in checkDynamicType() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp252 SVal StoreManager::evalDerivedToBase(SVal Derived, const CastExpr *Cast) { in evalDerivedToBase()
266 SVal StoreManager::evalDerivedToBase(SVal Derived, const CXXBasePath &Path) { in evalDerivedToBase()
275 SVal StoreManager::evalDerivedToBase(SVal Derived, QualType BaseType, in evalDerivedToBase()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCInstMethSignature.cpp28 static bool AreTypesCompatible(QualType Derived, QualType Ancestor, in AreTypesCompatible()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTTypeTraits.cpp69 bool ASTNodeKind::isBaseOf(NodeKindId Base, NodeKindId Derived) { in isBaseOf()
78 bool ASTNodeKind::isBaseOf(NodeKindId Base, NodeKindId Derived, in isBaseOf()
H A DMicrosoftMangle.cpp3833 const CXXRecordDecl *Derived, ArrayRef<const CXXRecordDecl *> BasePath, in mangleCXXVFTable()
3852 void MicrosoftMangleContextImpl::mangleCXXVTable(const CXXRecordDecl *Derived, in mangleCXXVTable()
3859 const CXXRecordDecl *Derived, ArrayRef<const CXXRecordDecl *> BasePath, in mangleCXXVBTable()
3973 const CXXRecordDecl *Derived, uint32_t NVOffset, int32_t VBPtrOffset, in mangleCXXRTTIBaseClassDescriptor()
3987 const CXXRecordDecl *Derived, raw_ostream &Out) { in mangleCXXRTTIBaseClassArray()
3996 const CXXRecordDecl *Derived, raw_ostream &Out) { in mangleCXXRTTIClassHierarchyDescriptor()
4005 const CXXRecordDecl *Derived, ArrayRef<const CXXRecordDecl *> BasePath, in mangleCXXRTTICompleteObjectLocator()
H A DRecordLayoutBuilder.cpp54 const BaseSubobjectInfo *Derived; member
915 const CXXRecordDecl *RD, bool IsVirtual, BaseSubobjectInfo *Derived) { in ComputeBaseSubobjectInfo()
H A DType.cpp3272 #define ABSTRACT_TYPE(Derived, Base) in getTypeClassName() argument
3273 #define TYPE(Derived, Base) case Derived: return #Derived; in getTypeClassName() argument
H A DExprConstant.cpp3141 const CXXRecordDecl *Derived, in HandleLValueDirectBase()
3446 static unsigned getBaseIndex(const CXXRecordDecl *Derived, in getBaseIndex()
3892 const CXXRecordDecl *Derived = ObjType->getAsCXXRecordDecl(); in findSubobject() local
5967 static bool isBaseClassPublic(const CXXRecordDecl *Derived, in isBaseClassPublic()
10157 const CXXRecordDecl *Derived = (*PathI)->getType()->getAsCXXRecordDecl(); in VisitCastExpr() local
H A DVTableBuilder.cpp3841 unsigned MicrosoftVTableContext::getVBTableIndex(const CXXRecordDecl *Derived, in getVBTableIndex()
H A DExpr.cpp94 const auto *Derived = in skipRValueSubobjectAdjustments() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp701 SDValue Derived = Builder.getValue(SI.Ptrs[i]); in lowerStatepointMetaArgs() local
873 Value *Derived = Relocate->getDerivedPtr(); in LowerAsSTATEPOINT() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp300 static AccessResult IsDerivedFromInclusive(const CXXRecordDecl *Derived, in IsDerivedFromInclusive()
953 const CXXRecordDecl *Derived = Target.getNamingClass(); in FindBestPath() local
1879 QualType Derived, in CheckBaseClassAccess()
H A DSemaDeclCXX.cpp2944 bool Sema::IsDerivedFrom(SourceLocation Loc, QualType Derived, QualType Base) { in IsDerivedFrom() argument
2969 bool Sema::IsDerivedFrom(SourceLocation Loc, QualType Derived, QualType Base, in IsDerivedFrom() argument
3015 Sema::CheckDerivedToBaseConversion(QualType Derived, QualType Base, in CheckDerivedToBaseConversion() argument
3097 CheckDerivedToBaseConversion(QualType Derived,QualType Base,SourceLocation Loc,SourceRange Range,CXXCastPath * BasePath,bool IgnoreAccess) CheckDerivedToBaseConversion() argument
12517 isVirtualDirectBase(CXXRecordDecl * Derived,CXXRecordDecl * Base) isVirtualDirectBase() argument
12591 findDirectBaseWithType(CXXRecordDecl * Derived,QualType DesiredBase,bool & AnyDependentBases) findDirectBaseWithType() argument
13946 CXXRecordDecl *Derived = Shadow->getParent(); findInheritingConstructor() local
[all...]
H A DSemaChecking.cpp13824 const TypeSourceInfo *Derived) { in IsPointerInterconvertibleBaseOf()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1738 auto GetBaseAndOffset = [&](Value *Derived) { in makeStatepointExplicitImpl()
2358 auto *Derived = P2B.first; in findRematerializationCandidates() local
2622 Value *Derived = Callsite->getOperand(0); in inlineGetBaseAndOffset() local
2741 for (auto *Derived : Info.LiveSet) { in insertParsePoints() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp224 const CXXRecordDecl *Derived, in GetAddressOfDirectBaseInCompleteClass()
294 Address Value, const CXXRecordDecl *Derived, in GetAddressOfBaseClass()
403 const CXXRecordDecl *Derived, in GetAddressOfDerivedClass()
2798 void CodeGenFunction::EmitVTablePtrCheckForCast(QualType T, Address Derived, in EmitVTablePtrCheckForCast()
H A DMicrosoftCXXABI.cpp1513 const CXXRecordDecl *Derived = MD->getParent(); in adjustThisArgumentForVirtualFunctionCall() local
2945 const CXXRecordDecl *Derived = nullptr; in EmitMemberPointer() local
H A DCGExpr.cpp1338 auto Derived = CE->getSubExpr()->getType()->getPointeeCXXRecordDecl(); in EmitPointerWithAlignment() local
5316 Address Derived = GetAddressOfDerivedClass( in EmitCastLValue() local
H A DCGExprScalar.cpp2414 Address Derived = in VisitCastExpr() local
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-port-test.cc107 class Derived : public Base { class
109 explicit Derived(int n) : Base(n) {} in Derived() function in testing::internal::Derived
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-internal-utils_test.cc151 class Derived : public Base {}; class
H A Dgmock-actions_test.cc817 struct Derived : public Base { struct
818 bool operator==(const Derived&) { return true; } in operator ==()
H A Dgmock-matchers-comparisons_test.cc600 class Derived : public Base { class
602 Derived() : Base() {} in Derived() function in testing::gmock_matchers_test::__anonbdf523750111::Derived
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp5716 Value *Derived = Call.getArgOperand(2); in visitIntrinsicCall() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1283 auto *Derived = dyn_cast<GetElementPtrInst>(ToReplace->getDerivedPtr()); in simplifyRelocatesOffABase() local

12