Home
last modified time | relevance | path

Searched refs:DerivedType (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/extensions/common/permissions/
Dset_disjunction_permission.h28 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/
DExpr.cpp42 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/
D2004-04-05-InvokeCastCrash.ll17 …%"struct.llvm::DerivedType" = type { %"struct.llvm::Type", %"struct.llvm::AbstractTypeUser", %"str…
20 %"struct.llvm::FunctionType" = type { %"struct.llvm::DerivedType", i1 }
/external/clang/lib/Sema/
DSemaCast.cpp794 QualType DerivedType = in DiagnoseReinterpretUpDownCast() local
799 << DerivedType << BaseType << !VirtualBase << int(ReinterpretKind) in DiagnoseReinterpretUpDownCast()
DSemaDeclCXX.cpp8669 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/
DProgrammersManual.rst2510 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