HomeSort by relevance Sort by last modified time
    Searched defs:BaseType (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/autoscale/
policy.py 66 class BaseType(object):
83 class Metric(BaseType):
86 class Granularity(BaseType):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
typeattr.py 85 class BaseType(symbol.PolicySymbol):
106 class Type(BaseType):
144 class TypeAttribute(BaseType):
  /external/clang/test/CoverageMapping/
classtemplate.cpp 9 enum BaseType {
  /external/deqp/framework/referencerenderer/
rrPrimitiveTypes.hpp 53 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_TRIANGLES> { typedef pa::Triangle Type; typedef pa::Triangle BaseType; typedef pa::Triangles Assembler; };
54 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_TRIANGLE_STRIP> { typedef pa::Triangle Type; typedef pa::Triangle BaseType; typedef pa::TriangleStrip Assembler; };
55 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_TRIANGLE_FAN> { typedef pa::Triangle Type; typedef pa::Triangle BaseType; typedef pa::TriangleFan Assembler; };
56 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_LINES> { typedef pa::Line Type; typedef pa::Line BaseType; typedef pa::Lines Assembler; };
57 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_LINE_STRIP> { typedef pa::Line Type; typedef pa::Line BaseType; typedef pa::LineStrip Assembler; };
58 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_LINE_LOOP> { typedef pa::Line Type; typedef pa::Line BaseType; typedef pa::LineLoop Assembler; };
59 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_POINTS> { typedef pa::Point Type; typedef pa::Point BaseType; typedef pa::Points Assembler; };
60 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_LINES_ADJACENCY> { typedef pa::LineAdjacency Type; typedef pa::Line BaseType; typedef pa::LinesAdjacency Assembler; };
61 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_LINE_STRIP_ADJACENCY> { typedef pa::LineAdjacency Type; typedef pa::Line BaseType; typedef pa::LineStripAdjacency Assembler; };
62 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_TRIANGLES_ADJACENCY> { typedef pa::TriangleAdjacency Type; typedef pa::Triangle BaseType; typedef pa::TrianglesAdjacency Assembler; }
    [all...]
  /external/clang/lib/AST/
DeclCXX.cpp 167 QualType BaseType = Base->getType();
169 if (BaseType->isDependentType())
172 = cast<CXXRecordDecl>(BaseType->getAs<RecordType>()->getDecl());
206 if (!hasNonLiteralTypeFieldsOrBases() && !BaseType->isLiteralType(C))
228 if (SeenVBaseTypes.insert(C.getCanonicalType(BaseType)).second)
    [all...]
DeclPrinter.cpp 117 QualType BaseType = T;
118 while (!BaseType->isSpecifierType()) {
119 if (isa<TypedefType>(BaseType))
121 else if (const PointerType* PTy = BaseType->getAs<PointerType>())
122 BaseType = PTy->getPointeeType();
123 else if (const BlockPointerType *BPy = BaseType->getAs<BlockPointerType>())
124 BaseType = BPy->getPointeeType();
125 else if (const ArrayType* ATy = dyn_cast<ArrayType>(BaseType))
126 BaseType = ATy->getElementType();
127 else if (const FunctionType* FTy = BaseType->getAs<FunctionType>()
    [all...]
ExprCXX.cpp     [all...]
  /external/clang/lib/Sema/
SemaCUDA.cpp 324 const RecordType *BaseType = B->getType()->getAs<RecordType>();
325 if (!BaseType) {
329 CXXRecordDecl *BaseClassDecl = cast<CXXRecordDecl>(BaseType->getDecl());
SemaExprMember.cpp 290 CheckExtVectorComponent(Sema &S, QualType baseType, ExprValueKind &VK,
298 const ExtVectorType *vecType = baseType->getAs<ExtVectorType>();
360 << baseType << SourceRange(CompLoc);
443 Sema::ActOnDependentMemberExpr(Expr *BaseExpr, QualType BaseType,
460 const PointerType *PT = BaseType->getAs<PointerType>();
465 << BaseType << BaseExpr->getSourceRange() << NameInfo.getSourceRange();
470 assert(BaseType->isDependentType() ||
474 // Get the type being accessed in BaseType. If this is an arrow, the BaseExpr
477 Context, BaseExpr, BaseType, IsArrow, OpLoc,
487 QualType BaseType,
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrBuilder.h 41 } BaseType;
55 : BaseType(RegBase), Scale(1), IndexReg(0), Disp(0), GV(nullptr),
64 if (BaseType == X86AddressMode::RegBase)
68 assert(BaseType == X86AddressMode::FrameIndexBase);
127 if (AM.BaseType == X86AddressMode::RegBase)
130 assert(AM.BaseType == X86AddressMode::FrameIndexBase);
  /external/opencv3/3rdparty/openexr/Imath/
ImathShear.h 215 // V::BaseType
218 typedef T BaseType;
ImathColor.h 248 // V::BaseType
251 typedef T BaseType;
ImathVec.h 255 // refer to T as V::BaseType
258 typedef T BaseType;
467 // refer to T as V::BaseType
470 typedef T BaseType;
649 // refer to T as V::BaseType
652 typedef T BaseType;
    [all...]
ImathMatrix.h 409 typedef T BaseType;
808 typedef T BaseType;
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonGenInsert.cpp 184 UnsignedMap() : BaseType() {}
186 typedef DenseMap<unsigned,unsigned> BaseType;
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp 41 } BaseType;
43 struct { // This is really a union, discriminated by BaseType!
57 : BaseType(RegBase), Disp(0), GV(nullptr), CP(nullptr),
67 if (BaseType == RegBase && Base.Reg.getNode() != nullptr) {
70 } else if (BaseType == FrameIndexBase) {
169 if (AM.BaseType != MSP430ISelAddressMode::RegBase || AM.Base.Reg.getNode()) {
175 AM.BaseType = MSP430ISelAddressMode::RegBase;
197 if (AM.BaseType == MSP430ISelAddressMode::RegBase
199 AM.BaseType = MSP430ISelAddressMode::FrameIndexBase;
252 if (AM.BaseType == MSP430ISelAddressMode::RegBase)
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 423 VTSDNode *BaseType = cast<VTSDNode>(Op.getOperand(1));
426 EVT BVT = BaseType->getVT();
  /external/opencv/cxcore/include/
cvwimage.h 178 typedef T BaseType;
263 typedef typename WImage<T>::BaseType BaseType;
305 typedef typename WImage<T>::BaseType BaseType;
361 typedef typename WImage<T>::BaseType BaseType;
422 typedef typename WImage<T>::BaseType BaseType;
457 typedef typename WImage<T>::BaseType BaseType
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
wimage.hpp 174 typedef T BaseType;
259 typedef typename WImage<T>::BaseType BaseType;
298 typedef typename WImage<T>::BaseType BaseType;
354 typedef typename WImage<T>::BaseType BaseType;
411 typedef typename WImage<T>::BaseType BaseType;
446 typedef typename WImage<T>::BaseType BaseType
    [all...]
  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 272 QualType BaseType;
289 BaseType = T;
304 QualType getBaseType() const { return BaseType; }
    [all...]
  /external/clang/lib/CodeGen/
CGExprAgg.cpp     [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp     [all...]
  /external/javassist/src/main/javassist/bytecode/
SignatureAttribute.java 426 public static class BaseType extends Type {
428 BaseType(char c) { descriptor = c; }
820 t = new BaseType(sig.charAt(c.position++));
  /external/llvm/lib/IR/
LLVMContextImpl.h 337 Metadata *BaseType;
345 Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits,
349 BaseType(BaseType), SizeInBits(SizeInBits), AlignInBits(AlignInBits),
354 BaseType(N->getRawBaseType()), SizeInBits(N->getSizeInBits()),
361 Scope == RHS->getRawScope() && BaseType == RHS->getRawBaseType() &&
368 return hash_combine(Tag, Name, File, Line, Scope, BaseType, SizeInBits,
379 Metadata *BaseType;
391 Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits,
397 BaseType(BaseType), SizeInBits(SizeInBits), AlignInBits(AlignInBits)
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmsio0.c     [all...]

Completed in 1898 milliseconds

1 2 3