| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCast.cpp | 88 CXXCastPath BasePath; member 1299 BasePath, msg); in TryStaticCast() 1372 Kind, BasePath); in TryStaticCast() 1516 Self.BuildBasePathArray(Paths, BasePath); in TryLValueToRValueCast() 1528 CXXCastPath &BasePath) { in TryStaticReferenceDowncast() argument 1558 BasePath); in TryStaticReferenceDowncast() 1566 CXXCastPath &BasePath) { in TryStaticPointerDowncast() argument 1590 BasePath); in TryStaticPointerDowncast() 1696 Self.BuildBasePathArray(Paths, BasePath); in TryStaticDowncast() 1713 CXXCastPath &BasePath) { in TryStaticMemberPointerUpcast() argument [all …]
|
| H A D | Sema.cpp | 600 const CXXCastPath *BasePath, in ImpCastExprToType() argument 666 if (ImpCast->getCastKind() == Kind && (!BasePath || BasePath->empty())) { in ImpCastExprToType() 673 return ImplicitCastExpr::Create(Context, Ty, Kind, E, BasePath, VK, in ImpCastExprToType()
|
| H A D | SemaExprCXX.cpp | 4385 CXXCastPath BasePath; in PerformImplicitConversion() local 4386 if (CheckPointerConversion(From, NewToType, Kind, BasePath, CStyle)) in PerformImplicitConversion() 4398 From = ImpCastExprToType(From, NewToType, Kind, VK_PRValue, &BasePath, CCK) in PerformImplicitConversion() 4405 CXXCastPath BasePath; in PerformImplicitConversion() local 4406 if (CheckMemberPointerConversion(From, ToType, Kind, BasePath, CStyle)) in PerformImplicitConversion() 4437 CXXCastPath BasePath; in PerformImplicitConversion() local 4440 From->getSourceRange(), &BasePath, CStyle)) in PerformImplicitConversion() 4445 &BasePath, CCK).get(); in PerformImplicitConversion() 5782 CXXCastPath BasePath; in CheckPointerToMemberOperands() local 5786 &BasePath)) in CheckPointerToMemberOperands() [all …]
|
| H A D | SemaDeclCXX.cpp | 1353 S.BuildBasePathArray(Paths, BasePath); in findDecomposableBaseClass() 1376 CXXCastPath BasePath; in checkMemberDecomposition() local 2941 if (BasePath) in CheckDerivedToBaseConversion() 2979 BasePath, IgnoreAccess); in CheckDerivedToBaseConversion() 4660 CXXCastPath BasePath; in BuildImplicitBaseInitializer() local 4661 BasePath.push_back(BaseSpec); in BuildImplicitBaseInitializer() 14333 CXXCastPath BasePath; in DefineImplicitCopyAssignment() local 14334 BasePath.push_back(&Base); in DefineImplicitCopyAssignment() 14346 VK_LValue, BasePath); in DefineImplicitCopyAssignment() 14699 CXXCastPath BasePath; in DefineImplicitMoveAssignment() local [all …]
|
| H A D | SemaOpenMP.cpp | 16427 CXXCastPath &BasePath, Expr *UnresolvedReduction) { in buildDeclareReductionRef() argument 16536 SemaRef.BuildBasePathArray(Paths, BasePath); in buildDeclareReductionRef() 16835 CXXCastPath BasePath; in actOnOMPReductionKindClause() local 16838 ReductionId, Type, BasePath, IR == ER ? nullptr : *IR); in actOnOMPReductionKindClause() 16959 CXXCastPath BasePath; in actOnOMPReductionKindClause() local 16962 ReductionId, Type, BasePath, IR == ER ? nullptr : *IR); in actOnOMPReductionKindClause() 17220 if (!BasePath.empty()) { in actOnOMPReductionKindClause() 17224 Context, PtrRedTy, CK_UncheckedDerivedToBase, LHS.get(), &BasePath, in actOnOMPReductionKindClause() 17227 Context, PtrRedTy, CK_UncheckedDerivedToBase, RHS.get(), &BasePath, in actOnOMPReductionKindClause()
|
| H A D | SemaInit.cpp | 8200 CXXCastPath BasePath; in Perform() local 8206 CurInit.get()->getSourceRange(), &BasePath, IgnoreBaseAccess)) in Perform() 8216 &BasePath, VK, FPOptionsOverride()); in Perform()
|
| H A D | SemaExpr.cpp | 3043 CXXCastPath BasePath; in PerformObjectMemberConversion() local 3045 FromLoc, FromRange, &BasePath)) in PerformObjectMemberConversion() 3051 VK, &BasePath).get(); in PerformObjectMemberConversion() 3063 CXXCastPath BasePath; in PerformObjectMemberConversion() local 3065 FromLoc, FromRange, &BasePath, in PerformObjectMemberConversion() 3070 VK, &BasePath); in PerformObjectMemberConversion()
|
| H A D | SemaOverload.cpp | 2988 CXXCastPath& BasePath, in CheckPointerConversion() argument 3025 &BasePath, IgnoreBaseAccess)) in CheckPointerConversion() 3116 CXXCastPath &BasePath, in CheckMemberPointerConversion() argument 3169 BuildBasePathArray(Paths, BasePath); in CheckMemberPointerConversion()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 709 CastKind K, Expr *Op, const CXXCastPath *BasePath, in Create() argument 713 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() 720 std::uninitialized_copy_n(BasePath->data(), BasePath->size(), in Create() 737 const CXXCastPath *BasePath, in Create() argument 742 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() 748 std::uninitialized_copy_n(BasePath->data(), BasePath->size(), in Create() 795 const CXXCastPath *BasePath, in Create() argument 799 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() 805 std::uninitialized_copy_n(BasePath->data(), BasePath->size(), in Create() 846 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() [all …]
|
| H A D | MicrosoftMangle.cpp | 150 ArrayRef<const CXXRecordDecl *> BasePath, 153 ArrayRef<const CXXRecordDecl *> BasePath, 179 ArrayRef<const CXXRecordDecl *> BasePath, 3497 const CXXRecordDecl *Derived, ArrayRef<const CXXRecordDecl *> BasePath, in mangleCXXVFTable() argument 3511 for (const CXXRecordDecl *RD : BasePath) in mangleCXXVFTable() 3517 const CXXRecordDecl *Derived, ArrayRef<const CXXRecordDecl *> BasePath, in mangleCXXVBTable() argument 3528 for (const CXXRecordDecl *RD : BasePath) in mangleCXXVBTable() 3663 const CXXRecordDecl *Derived, ArrayRef<const CXXRecordDecl *> BasePath, in mangleCXXRTTICompleteObjectLocator() argument 3671 mangleCXXVFTable(Derived, BasePath, Stream); in mangleCXXRTTICompleteObjectLocator()
|
| H A D | Expr.cpp | 2008 const CXXCastPath *BasePath, in Create() argument 2011 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() 2023 std::uninitialized_copy_n(BasePath->data(), BasePath->size(), in Create() 2039 const CXXCastPath *BasePath, in Create() argument 2043 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() 2050 std::uninitialized_copy_n(BasePath->data(), BasePath->size(), in Create()
|
| H A D | VTableBuilder.cpp | 3100 static void PrintBasePath(const VPtrInfo::BasePath &Path, raw_ostream &Out) { in PrintBasePath()
|
| H A D | ExprConstant.cpp | 8272 if (!HandleLValueBasePath(Info, Adjustments[I].DerivedToBase.BasePath, in VisitMaterializeTemporaryExpr() 8275 Type = Adjustments[I].DerivedToBase.BasePath->getType(); in VisitMaterializeTemporaryExpr()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | VTableBuilder.h | 447 typedef SmallVector<const CXXRecordDecl *, 1> BasePath; typedef 469 BasePath MangledPath; 478 BasePath ContainingVBases; 483 BasePath PathToIntroducingObject;
|
| H A D | Mangle.h | 220 ArrayRef<const CXXRecordDecl *> BasePath, 227 ArrayRef<const CXXRecordDecl *> BasePath, 266 ArrayRef<const CXXRecordDecl *> BasePath,
|
| H A D | Expr.h | 72 const CastExpr *BasePath; member 87 SubobjectAdjustment(const CastExpr *BasePath, in SubobjectAdjustment() 90 DerivedToBase.BasePath = BasePath; in SubobjectAdjustment() 3651 const CXXCastPath *BasePath, 3753 Expr *Op, const CXXCastPath *BasePath, FPOptionsOverride FPO,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 4947 SmallString<128> BasePath(BaseInput); in GetNamedOutputPath() local 4959 llvm::sys::path::filename(BasePath)); in GetNamedOutputPath() 4962 BaseName = BasePath; in GetNamedOutputPath() 4964 BaseName = llvm::sys::path::filename(BasePath); in GetNamedOutputPath() 5081 llvm::sys::path::remove_filename(BasePath); in GetNamedOutputPath() 5082 if (BasePath.empty()) in GetNamedOutputPath() 5083 BasePath = NamedOutput; in GetNamedOutputPath() 5085 llvm::sys::path::append(BasePath, NamedOutput); in GetNamedOutputPath() 5086 return C.addResultFile(C.getArgs().MakeArgString(BasePath.c_str()), &JA); in GetNamedOutputPath()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | CommandLine.cpp | 1114 llvm::StringRef BasePath = llvm::sys::path::parent_path(FName); in ExpandResponseFile() local 1130 ResponseFile.append(BasePath); in ExpandResponseFile()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 3463 CXXCastPath& BasePath, 3471 CXXCastPath &BasePath, 7254 void BuildBasePathArray(const CXXBasePaths &Paths, CXXCastPath &BasePath); 7258 CXXCastPath *BasePath = nullptr, 7265 CXXCastPath *BasePath, 11354 const CXXCastPath *BasePath = nullptr,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExpr.cpp | 589 Adjustment.DerivedToBase.BasePath->path_begin(), in EmitMaterializeTemporaryExpr() 590 Adjustment.DerivedToBase.BasePath->path_end(), in EmitMaterializeTemporaryExpr()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngine.cpp | 400 Reg = StoreMgr.evalDerivedToBase(Reg, Adj.DerivedToBase.BasePath); in createTemporaryRegionIfNeeded()
|