HomeSort by relevance Sort by last modified time
    Searched defs:PointeeType (Results 1 - 16 of 16) sorted by null

  /frameworks/base/services/sensorservice/
traits.h 96 typedef NullType PointeeType;
100 typedef U PointeeType;
  /external/clang/lib/AST/
MicrosoftMangle.cpp     [all...]
DeclCXX.cpp     [all...]
ItaniumMangle.cpp     [all...]
ExprConstant.cpp 638 QualType PointeeType =
643 if (PointeeType->isVoidType() || PointeeType->isFunctionType())
646 SizeOfPointee = Info.Ctx.getTypeSizeInChars(PointeeType);
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 380 llvm::Type *PointeeType = ConvertTypeForMem(ETy);
382 ResultType = llvm::PointerType::get(PointeeType, AS);
388 llvm::Type *PointeeType = ConvertTypeForMem(ETy);
389 if (PointeeType->isVoidTy())
390 PointeeType = llvm::Type::getInt8Ty(getLLVMContext());
392 ResultType = llvm::PointerType::get(PointeeType, AS);
533 llvm::Type *PointeeType = ConvertTypeForMem(FTy);
535 ResultType = llvm::PointerType::get(PointeeType, AS);
CGException.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp 226 const clang::Type *PointeeType = GET_POINTEE_TYPE(PT);
228 if (PointeeType->getTypeClass() == clang::Type::Pointer)
232 if (PointeeType->isArrayType() ||
233 (TypeExportableHelper(PointeeType, SPS, Diags, VD,
362 const clang::Type *PointeeType = GET_POINTEE_TYPE(PT);
364 return ValidateVarDeclHelper(VD, PointeeType, SPS, UnionDecl);
956 const clang::Type *PointeeType = GET_POINTEE_TYPE(PT);
959 if (PointeeType->getTypeClass() != clang::Type::Pointer) {
960 PointeeET = RSExportType::Create(Context, PointeeType);
976 llvm::Type *PointeeType = mPointeeType->getLLVMType()
    [all...]
slang_rs_metadata_spec_encoder.cpp 181 unsigned PointeeType = encodeRSType(RS_POINTER_TYPE_GET_POINTEE_TYPE(T));
182 if (!checkReturnIndex(&PointeeType))
186 // Push PointeeType after the base type
187 mEncodedRSTypeInfo.push_back(PointeeType);
slang_rs_reflection.cpp 327 const RSExportType *PointeeType =
330 if (PointeeType->getClass() != RSExportType::ExportClassRecord)
333 return RS_TYPE_CLASS_NAME_PREFIX + PointeeType->getName();
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaOverload.cpp     [all...]
TreeTransform.h 551 QualType RebuildPointerType(QualType PointeeType, SourceLocation Sigil);
557 QualType RebuildBlockPointerType(QualType PointeeType, SourceLocation Sigil);
576 QualType RebuildMemberPointerType(QualType PointeeType, QualType ClassType,
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 491 milliseconds