/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_type_hash_itanium.cpp | 129 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 D | Store.cpp | 252 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 D | CheckObjCInstMethSignature.cpp | 28 static bool AreTypesCompatible(QualType Derived, QualType Ancestor, in AreTypesCompatible()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTTypeTraits.cpp | 69 bool ASTNodeKind::isBaseOf(NodeKindId Base, NodeKindId Derived) { in isBaseOf() 78 bool ASTNodeKind::isBaseOf(NodeKindId Base, NodeKindId Derived, in isBaseOf()
|
H A D | MicrosoftMangle.cpp | 3833 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 D | RecordLayoutBuilder.cpp | 54 const BaseSubobjectInfo *Derived; member 915 const CXXRecordDecl *RD, bool IsVirtual, BaseSubobjectInfo *Derived) { in ComputeBaseSubobjectInfo()
|
H A D | Type.cpp | 3272 #define ABSTRACT_TYPE(Derived, Base) in getTypeClassName() argument 3273 #define TYPE(Derived, Base) case Derived: return #Derived; in getTypeClassName() argument
|
H A D | ExprConstant.cpp | 3141 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 D | VTableBuilder.cpp | 3841 unsigned MicrosoftVTableContext::getVBTableIndex(const CXXRecordDecl *Derived, in getVBTableIndex()
|
H A D | Expr.cpp | 94 const auto *Derived = in skipRValueSubobjectAdjustments() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | StatepointLowering.cpp | 701 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 D | SemaAccess.cpp | 300 static AccessResult IsDerivedFromInclusive(const CXXRecordDecl *Derived, in IsDerivedFromInclusive() 953 const CXXRecordDecl *Derived = Target.getNamingClass(); in FindBestPath() local 1879 QualType Derived, in CheckBaseClassAccess()
|
H A D | SemaDeclCXX.cpp | 2944 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 D | SemaChecking.cpp | 13824 const TypeSourceInfo *Derived) { in IsPointerInterconvertibleBaseOf()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 1738 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 D | CGClass.cpp | 224 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 D | MicrosoftCXXABI.cpp | 1513 const CXXRecordDecl *Derived = MD->getParent(); in adjustThisArgumentForVirtualFunctionCall() local 2945 const CXXRecordDecl *Derived = nullptr; in EmitMemberPointer() local
|
H A D | CGExpr.cpp | 1338 auto Derived = CE->getSubExpr()->getType()->getPointeeCXXRecordDecl(); in EmitPointerWithAlignment() local 5316 Address Derived = GetAddressOfDerivedClass( in EmitCastLValue() local
|
H A D | CGExprScalar.cpp | 2414 Address Derived = in VisitCastExpr() local
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | googletest-port-test.cc | 107 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 D | gmock-internal-utils_test.cc | 151 class Derived : public Base {}; class
|
H A D | gmock-actions_test.cc | 817 struct Derived : public Base { struct 818 bool operator==(const Derived&) { return true; } in operator ==()
|
H A D | gmock-matchers-comparisons_test.cc | 600 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 D | Verifier.cpp | 5716 Value *Derived = Call.getArgOperand(2); in visitIntrinsicCall() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 1283 auto *Derived = dyn_cast<GetElementPtrInst>(ToReplace->getDerivedPtr()); in simplifyRelocatesOffABase() local
|