/external/ImageMagick/MagickCore/ |
H A D | utility.h | 32 BasePath, enumerator in enum:__anon120
|
/external/v8/test/test262/ |
H A D | testcfg.py | 168 def BasePath(self, filename): member in class:Test262TestSuite 174 return [os.path.join(self.BasePath(filename), filename)
|
/external/clang/include/clang/AST/ |
H A D | VTableBuilder.h | 399 typedef SmallVector<const CXXRecordDecl *, 1> BasePath; typedef in struct:clang::VPtrInfo 421 BasePath MangledPath; 430 BasePath ContainingVBases; 435 BasePath PathToBaseWithVPtr;
|
H A D | Expr.h | 66 const CastExpr *BasePath; member in struct:clang::SubobjectAdjustment::DTB 81 SubobjectAdjustment(const CastExpr *BasePath, argument 84 DerivedToBase.BasePath = BasePath; 2830 const CXXCastPath *BasePath, 2922 Expr *Op, const CXXCastPath *BasePath,
|
/external/clang/lib/Sema/ |
H A D | Sema.cpp | 371 const CXXCastPath *BasePath, 398 if (ImpCast->getCastKind() == Kind && (!BasePath || BasePath->empty())) { 405 return ImplicitCastExpr::Create(Context, Ty, Kind, E, BasePath, VK); 369 ImpCastExprToType(Expr *E, QualType Ty, CastKind Kind, ExprValueKind VK, const CXXCastPath *BasePath, CheckedConversionKind CCK) argument
|
H A D | SemaCast.cpp | 71 CXXCastPath BasePath; member in struct:__anon1474::CastOperation 159 CXXCastPath &BasePath, 166 CXXCastPath &BasePath); 172 CXXCastPath &BasePath); 179 CXXCastPath &BasePath); 186 CXXCastPath &BasePath); 199 CXXCastPath &BasePath, 272 &Op.BasePath, DestTInfo, 297 &Op.BasePath, DestTInfo, 690 &BasePath)) { 944 TryStaticCast(Sema &Self, ExprResult &SrcExpr, QualType DestType, Sema::CheckedConversionKind CCK, SourceRange OpRange, unsigned &msg, CastKind &Kind, CXXCastPath &BasePath, bool ListInitialization) argument 1134 TryLValueToRValueCast(Sema &Self, Expr *SrcExpr, QualType DestType, bool CStyle, CastKind &Kind, CXXCastPath &BasePath, unsigned &msg) argument 1188 TryStaticReferenceDowncast(Sema &Self, Expr *SrcExpr, QualType DestType, bool CStyle, SourceRange OpRange, unsigned &msg, CastKind &Kind, CXXCastPath &BasePath) argument 1226 TryStaticPointerDowncast(Sema &Self, QualType SrcType, QualType DestType, bool CStyle, SourceRange OpRange, unsigned &msg, CastKind &Kind, CXXCastPath &BasePath) argument 1260 TryStaticDowncast(Sema &Self, CanQualType SrcType, CanQualType DestType, bool CStyle, SourceRange OpRange, QualType OrigSrcType, QualType OrigDestType, unsigned &msg, CastKind &Kind, CXXCastPath &BasePath) argument 1375 TryStaticMemberPointerUpcast(Sema &Self, ExprResult &SrcExpr, QualType SrcType, QualType DestType, bool CStyle, SourceRange OpRange, unsigned &msg, CastKind &Kind, CXXCastPath &BasePath) argument [all...] |
H A D | SemaExprCXX.cpp | 3130 From, /*BasePath=*/nullptr, VK_RValue); 3146 VK_RValue, /*BasePath=*/nullptr, CCK).get(); 3152 VK_RValue, /*BasePath=*/nullptr, CCK).get(); 3195 VK_RValue, /*BasePath=*/nullptr, CCK).get(); 3205 VK_RValue, /*BasePath=*/nullptr, CCK).get(); 3208 VK_RValue, /*BasePath=*/nullptr, CCK).get(); 3215 VK_RValue, /*BasePath=*/nullptr, CCK).get(); 3234 VK_RValue, /*BasePath=*/nullptr, CCK).get(); 3241 VK_RValue, /*BasePath=*/nullptr, CCK).get(); 3244 VK_RValue, /*BasePath 3285 CXXCastPath BasePath; local 3305 CXXCastPath BasePath; local 3336 CXXCastPath BasePath; local 4588 CXXCastPath BasePath; local [all...] |
H A D | SemaInit.cpp | 6234 CXXCastPath BasePath; local 6241 &BasePath, IgnoreBaseAccess)) 6252 CurInit.get(), &BasePath, VK); 6468 /*BasePath=*/nullptr, VK_RValue);
|
H A D | SemaOverload.cpp | 2658 CXXCastPath& BasePath, 2687 From->getSourceRange(), &BasePath, 2779 CXXCastPath &BasePath, 2832 BuildBasePathArray(Paths, BasePath); 2656 CheckPointerConversion(Expr *From, QualType ToType, CastKind &Kind, CXXCastPath& BasePath, bool IgnoreBaseAccess) argument 2777 CheckMemberPointerConversion(Expr *From, QualType ToType, CastKind &Kind, CXXCastPath &BasePath, bool IgnoreBaseAccess) argument
|
H A D | SemaDeclCXX.cpp | 1751 CXXCastPath *BasePath) { 1778 if (BasePath) 1779 BuildBasePathArray(Paths, *BasePath); 1811 CXXCastPath *BasePath, 1818 BasePath); 3415 CXXCastPath BasePath; local 3416 BasePath.push_back(BaseSpec); 3420 &BasePath).get(); 10218 CXXCastPath BasePath; local 10219 BasePath 1746 CheckDerivedToBaseConversion(QualType Derived, QualType Base, unsigned InaccessibleBaseID, unsigned AmbigiousBaseConvID, SourceLocation Loc, SourceRange Range, DeclarationName Name, CXXCastPath *BasePath) argument 1809 CheckDerivedToBaseConversion(QualType Derived, QualType Base, SourceLocation Loc, SourceRange Range, CXXCastPath *BasePath, bool IgnoreAccess) argument 10649 CXXCastPath BasePath; local [all...] |
H A D | SemaExpr.cpp | 2595 CXXCastPath BasePath; local 2597 FromLoc, FromRange, &BasePath)) 2603 VK, &BasePath).get(); 2631 CXXCastPath BasePath; local 2633 FromLoc, FromRange, &BasePath)) 2640 VK, &BasePath).get(); 2650 CXXCastPath BasePath; local 2652 FromLoc, FromRange, &BasePath, 2657 VK, &BasePath);
|
/external/clang/lib/AST/ |
H A D | ExprCXX.cpp | 584 const CXXCastPath *BasePath, 589 unsigned PathSize = (BasePath ? BasePath->size() : 0); 595 if (PathSize) E->setCastPath(*BasePath); 609 const CXXCastPath *BasePath, 614 unsigned PathSize = (BasePath ? BasePath->size() : 0); 620 if (PathSize) E->setCastPath(*BasePath); 667 const CXXCastPath *BasePath, 671 unsigned PathSize = (BasePath 581 Create(const ASTContext &C, QualType T, ExprValueKind VK, CastKind K, Expr *Op, const CXXCastPath *BasePath, TypeSourceInfo *WrittenTy, SourceLocation L, SourceLocation RParenLoc, SourceRange AngleBrackets) argument 606 Create(const ASTContext &C, QualType T, ExprValueKind VK, CastKind K, Expr *Op, const CXXCastPath *BasePath, TypeSourceInfo *WrittenTy, SourceLocation L, SourceLocation RParenLoc, SourceRange AngleBrackets) argument 665 Create(const ASTContext &C, QualType T, ExprValueKind VK, CastKind K, Expr *Op, const CXXCastPath *BasePath, TypeSourceInfo *WrittenTy, SourceLocation L, SourceLocation RParenLoc, SourceRange AngleBrackets) argument 702 Create(const ASTContext &C, QualType T, ExprValueKind VK, TypeSourceInfo *Written, CastKind K, Expr *Op, const CXXCastPath *BasePath, SourceLocation L, SourceLocation R) argument [all...] |
H A D | MicrosoftMangle.cpp | 114 ArrayRef<const CXXRecordDecl *> BasePath, 117 ArrayRef<const CXXRecordDecl *> BasePath, 144 ArrayRef<const CXXRecordDecl *> BasePath, 2494 const CXXRecordDecl *Derived, ArrayRef<const CXXRecordDecl *> BasePath, 2504 for (const CXXRecordDecl *RD : BasePath) 2510 const CXXRecordDecl *Derived, ArrayRef<const CXXRecordDecl *> BasePath, 2520 for (const CXXRecordDecl *RD : BasePath) 2646 const CXXRecordDecl *Derived, ArrayRef<const CXXRecordDecl *> BasePath, 2656 for (const CXXRecordDecl *RD : BasePath) 2493 mangleCXXVFTable( const CXXRecordDecl *Derived, ArrayRef<const CXXRecordDecl *> BasePath, raw_ostream &Out) argument 2509 mangleCXXVBTable( const CXXRecordDecl *Derived, ArrayRef<const CXXRecordDecl *> BasePath, raw_ostream &Out) argument 2645 mangleCXXRTTICompleteObjectLocator( const CXXRecordDecl *Derived, ArrayRef<const CXXRecordDecl *> BasePath, raw_ostream &Out) argument
|
H A D | Expr.cpp | 1776 const CXXCastPath *BasePath, 1778 unsigned PathSize = (BasePath ? BasePath->size() : 0); 1783 if (PathSize) E->setCastPath(*BasePath); 1797 const CXXCastPath *BasePath, 1800 unsigned PathSize = (BasePath ? BasePath->size() : 0); 1805 if (PathSize) E->setCastPath(*BasePath); 1774 Create(const ASTContext &C, QualType T, CastKind Kind, Expr *Operand, const CXXCastPath *BasePath, ExprValueKind VK) argument 1795 Create(const ASTContext &C, QualType T, ExprValueKind VK, CastKind K, Expr *Op, const CXXCastPath *BasePath, TypeSourceInfo *WrittenTy, SourceLocation L, SourceLocation R) argument
|