Searched refs:DerivedType (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/extensions/common/permissions/ |
D | set_disjunction_permission.h | 28 template <class PermissionDataType, class DerivedType> 66 SetDisjunctionPermission* result = new DerivedType(info()); in Clone() 75 scoped_ptr<SetDisjunctionPermission> result(new DerivedType(info())); in Diff() 85 scoped_ptr<SetDisjunctionPermission> result(new DerivedType(info())); in Union() 95 scoped_ptr<SetDisjunctionPermission> result(new DerivedType(info())); in Intersect()
|
/external/clang/lib/AST/ |
D | Expr.cpp | 42 QualType DerivedType = E->getType(); in getBestDynamicClassType() local 43 if (const PointerType *PTy = DerivedType->getAs<PointerType>()) in getBestDynamicClassType() 44 DerivedType = PTy->getPointeeType(); in getBestDynamicClassType() 46 if (DerivedType->isDependentType()) in getBestDynamicClassType() 49 const RecordType *Ty = DerivedType->castAs<RecordType>(); in getBestDynamicClassType()
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | 2004-04-05-InvokeCastCrash.ll | 17 …%"struct.llvm::DerivedType" = type { %"struct.llvm::Type", %"struct.llvm::AbstractTypeUser", %"str… 20 %"struct.llvm::FunctionType" = type { %"struct.llvm::DerivedType", i1 }
|
/external/clang/lib/Sema/ |
D | SemaCast.cpp | 794 QualType DerivedType = in DiagnoseReinterpretUpDownCast() local 799 << DerivedType << BaseType << !VirtualBase << int(ReinterpretKind) in DiagnoseReinterpretUpDownCast()
|
D | SemaDeclCXX.cpp | 8669 QualType DerivedType) { in declareCtor() argument 8670 InheritingConstructor &Entry = getEntry(BaseCtor, DerivedType); in declareCtor() 8725 Context.getTrivialTypeSourceInfo(DerivedType, UsingLoc); in declareCtor() 8730 Context, Derived, UsingLoc, NameInfo, DerivedType, in declareCtor() 8735 const FunctionProtoType *FPT = DerivedType->castAs<FunctionProtoType>(); in declareCtor()
|
/external/llvm/docs/ |
D | ProgrammersManual.rst | 2510 All other types are subclasses of ``DerivedType``. Types can be named, but this 2535 Subclass of DerivedType that represents integer types of any bit width. Any
|