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

  /frameworks/native/services/sensorservice/
traits.h 96 typedef NullType PointeeType;
100 typedef U PointeeType;
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 409 llvm::Type *PointeeType = ConvertTypeForMem(ETy);
411 ResultType = llvm::PointerType::get(PointeeType, AS);
417 llvm::Type *PointeeType = ConvertTypeForMem(ETy);
418 if (PointeeType->isVoidTy())
419 PointeeType = llvm::Type::getInt8Ty(getLLVMContext());
421 ResultType = llvm::PointerType::get(PointeeType, AS);
577 llvm::Type *PointeeType = ConvertTypeForMem(FTy);
579 ResultType = llvm::PointerType::get(PointeeType, AS);
CGException.cpp 917 QualType PointeeType = PT->getPointeeType();
921 if (!PointeeType->isRecordType()) {
    [all...]
CGDebugInfo.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocSizeofChecker.cpp 184 QualType PointeeType = CastedType->getAs<PointerType>()->getPointeeType();
185 if (PointeeType->isVoidType())
200 if (typesCompatible(BR.getContext(), PointeeType, SizeofType))
205 if (compatibleWithArrayType(BR.getContext(), PointeeType, SizeofType))
226 << PointeeType.getAsString() << "', which is incompatible with "
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp 337 const clang::Type *PointeeType = GetPointeeType(PT);
339 if (PointeeType->getTypeClass() == clang::Type::Pointer) {
346 if (PointeeType->isArrayType() ||
347 (TypeExportableHelper(PointeeType, SPS, Context, VD,
570 const clang::Type *PointeeType = GetPointeeType(PT);
572 return ValidateTypeHelper(Context, C, PointeeType, ND, Loc, SPS,
    [all...]
slang_rs_reflection_cpp.cpp 75 const RSExportType *PointeeType =
78 if (PointeeType->getClass() != RSExportType::ExportClassRecord)
81 return PointeeType->getElementName();
    [all...]
slang_rs_reflection.cpp 183 const RSExportType *PointeeType =
186 if (PointeeType->getClass() != RSExportType::ExportClassRecord)
189 return PointeeType->getElementName();
    [all...]
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
ItaniumMangle.cpp     [all...]
MicrosoftMangle.cpp 251 void manglePointerExtQualifiers(Qualifiers Quals, const Type *PointeeType);
    [all...]
Type.cpp 528 QualType PointeeType;
530 PointeeType = PT->getPointeeType();
532 PointeeType = RT->getPointeeType();
536 if (const RecordType *RT = PointeeType->getAs<RecordType>())
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 460 QualType PointeeType = PT->getPointeeType();
461 if (Context.hasSameUnqualifiedType(PointeeType, Context.CharTy)) {
    [all...]
SemaTemplateDeduction.cpp     [all...]
SemaDecl.cpp     [all...]
SemaOverload.cpp     [all...]
TreeTransform.h 638 QualType RebuildPointerType(QualType PointeeType, SourceLocation Sigil);
644 QualType RebuildBlockPointerType(QualType PointeeType, SourceLocation Sigil);
663 QualType RebuildMemberPointerType(QualType PointeeType, QualType ClassType,
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 313 milliseconds