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

12 3

  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 354 const clang::Type *BaseType = RefRSArr->getType().getTypePtr();
355 slangAssert(BaseType->isArrayType());
357 int NumArrayElements = ArrayDim(BaseType);
359 BaseType = BaseType->getArrayElementTypeNoTypeQual();
464 C.getPointerType(BaseType->getCanonicalTypeInternal()),
473 BaseType->getCanonicalTypeInternal(),
478 DataType DT = RSExportPrimitiveType::GetRSSpecificType(BaseType);
481 if (BaseType->isArrayType()) {
561 const clang::Type *BaseType = RefRSStruct->getType().getTypePtr()
    [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 192 QualType BaseType = Desugar(Context, Ty->getBaseType(), ShouldAKA);
193 QT = Context.getObjCObjectType(BaseType, Ty->getTypeArgsAsWritten(),
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp     [all...]
ParseDecl.cpp     [all...]
  /external/clang/lib/Sema/
SemaCast.cpp 822 QualType BaseType =
829 << DerivedType << BaseType << !VirtualBase << int(ReinterpretKind)
    [all...]
SemaLambda.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaChecking.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp 575 QualType BaseType = Base->getType();
577 BaseType = BaseType->getPointeeType();
578 if (const ObjCObjectType *OTy = BaseType->getAs<ObjCObjectType>())
    [all...]
  /external/clang/test/SemaCXX/
typo-correction.cpp 41 // is a closer match to "basetype" than is "BaseType" but "base_type" does not
43 struct BaseType { };
44 struct Derived : public BaseType { // expected-note {{base class 'BaseType' specified here}}
46 Derived() : basetype() {} // expected-error{{initializer 'basetype' does not name a non-static data member or base class; did you mean the base class 'BaseType'?}}
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 70 } BaseType;
81 : BaseType(RegBase), Offset(0) {
389 Addr.BaseType = Address::FrameIndexBase;
428 if (!UseOffset && Addr.BaseType == Address::FrameIndexBase) {
433 Addr.BaseType = Address::RegBase;
516 (Addr.BaseType != Address::FrameIndexBase) && UseOffset &&
527 if (Addr.BaseType == Address::FrameIndexBase) {
652 (Addr.BaseType != Address::FrameIndexBase) && UseOffset &&
660 if (Addr.BaseType == Address::FrameIndexBase) {
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 55 } BaseType;
57 // This is really a union, discriminated by BaseType!
75 : BaseType(RegBase), Base_FrameIndex(0), Scale(1), IndexReg(), Disp(0),
85 return BaseType == FrameIndexBase ||
91 if (BaseType != RegBase) return false;
99 BaseType = RegBase;
249 Base = (AM.BaseType == X86ISelAddressMode::FrameIndexBase)
703 if (AM.BaseType == X86ISelAddressMode::FrameIndexBase &&
844 AM.BaseType == X86ISelAddressMode::RegBase &&
856 AM.BaseType == X86ISelAddressMode::RegBase &
    [all...]
  /external/llvm/unittests/IR/
MetadataTest.cpp 990 DITypeRef BaseType = getBasicType("basic");
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
document.h 121 typedef std::iterator<std::random_access_iterator_tag,ValueType> BaseType;
132 typedef typename BaseType::pointer Pointer;
134 typedef typename BaseType::reference Reference;
136 typedef typename BaseType::difference_type DifferenceType;
    [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 312 Type BaseType, InBaseType;
328 BaseType(OutTS, 'd'), InBaseType(InTS, 'd'), Emitter(Emitter) {
391 Type getBaseType() const { return BaseType; }
1065 std::string typeCode = getInstTypeCode(BaseType, LocalCK);
1081 if (BaseType != InBaseType) {
1091 if (BaseType.getSizeInBits() == 128 && !BaseType.noManglingQ()) {
1097 if (BaseType.isScalarForMangling()) {
1098 switch (BaseType.getElementSizeInBits()) {
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 59 } BaseType;
70 : BaseType(RegBase), Offset(0) {
848 Addr.BaseType = Address::FrameIndexBase;
    [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp 528 const Type *BaseType = BaseInit->getBaseClass();
530 cast<CXXRecordDecl>(BaseType->getAs<RecordType>()->getDecl());
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmstypes.c     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 2381 milliseconds

12 3