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 674 QualType PointeeType =
679 if (PointeeType->isVoidType() || PointeeType->isFunctionType())
682 SizeOfPointee = Info.Ctx.getTypeSizeInChars(PointeeType);
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 390 llvm::Type *PointeeType = ConvertTypeForMem(ETy);
392 ResultType = llvm::PointerType::get(PointeeType, AS);
398 llvm::Type *PointeeType = ConvertTypeForMem(ETy);
399 if (PointeeType->isVoidTy())
400 PointeeType = llvm::Type::getInt8Ty(getLLVMContext());
402 ResultType = llvm::PointerType::get(PointeeType, AS);
551 llvm::Type *PointeeType = ConvertTypeForMem(FTy);
553 ResultType = llvm::PointerType::get(PointeeType, AS);
CGException.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp 230 const clang::Type *PointeeType = GET_POINTEE_TYPE(PT);
232 if (PointeeType->getTypeClass() == clang::Type::Pointer)
236 if (PointeeType->isArrayType() ||
237 (TypeExportableHelper(PointeeType, SPS, DiagEngine, VD,
366 const clang::Type *PointeeType = GET_POINTEE_TYPE(PT);
368 return ValidateVarDeclHelper(VD, PointeeType, SPS, UnionDecl);
964 const clang::Type *PointeeType = GET_POINTEE_TYPE(PT);
967 if (PointeeType->getTypeClass() != clang::Type::Pointer) {
968 PointeeET = RSExportType::Create(Context, PointeeType);
984 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/lib/Serialization/
ASTReader.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 1561 milliseconds