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

  /external/llvm/include/llvm/ADT/
SmallSet.h 113 template <typename PointeeType, unsigned N>
114 class SmallSet<PointeeType*, N> : public SmallPtrSet<PointeeType*, N> {};
  /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 "
  /frameworks/native/services/sensorservice/
traits.h 96 typedef NullType PointeeType;
100 typedef U PointeeType;
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 388 llvm::Type *PointeeType = ConvertTypeForMem(ETy);
390 ResultType = llvm::PointerType::get(PointeeType, AS);
396 llvm::Type *PointeeType = ConvertTypeForMem(ETy);
397 if (PointeeType->isVoidTy())
398 PointeeType = llvm::Type::getInt8Ty(getLLVMContext());
400 ResultType = llvm::PointerType::get(PointeeType, AS);
546 llvm::Type *PointeeType = ConvertTypeForMem(FTy);
548 ResultType = llvm::PointerType::get(PointeeType, AS);
CGException.cpp     [all...]
CGDebugInfo.cpp     [all...]
CGExpr.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp 271 const clang::Type *PointeeType = GET_POINTEE_TYPE(PT);
273 if (PointeeType->getTypeClass() == clang::Type::Pointer) {
280 if (PointeeType->isArrayType() ||
281 (TypeExportableHelper(PointeeType, SPS, DiagEngine, VD,
503 const clang::Type *PointeeType = GET_POINTEE_TYPE(PT);
505 return ValidateTypeHelper(C, PointeeType, ND, Loc, SPS, InCompositeType,
    [all...]
slang_rs_metadata_spec_encoder.cpp 182 unsigned PointeeType = encodeRSType(RS_POINTER_TYPE_GET_POINTEE_TYPE(T));
183 if (!checkReturnIndex(&PointeeType))
187 // Push PointeeType after the base type
188 mEncodedRSTypeInfo.push_back(PointeeType);
slang_rs_export_type.h 338 const RSExportType *PointeeType)
340 mPointeeType(PointeeType) {
slang_rs_reflection.cpp 169 const RSExportType *PointeeType =
172 if (PointeeType->getClass() != RSExportType::ExportClassRecord)
175 return PointeeType->getElementName();
920 const RSExportType *PointeeType;
925 PointeeType = static_cast<const RSExportPointerType*>(ET)->getPointeeType();
943 if (PointeeType->getClass() == RSExportType::ExportClassRecord)
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp     [all...]
DeclCXX.cpp     [all...]
ItaniumMangle.cpp     [all...]
ASTContext.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
TreeTransform.h 588 QualType RebuildPointerType(QualType PointeeType, SourceLocation Sigil);
594 QualType RebuildBlockPointerType(QualType PointeeType, SourceLocation Sigil);
613 QualType RebuildMemberPointerType(QualType PointeeType, QualType ClassType,
    [all...]
SemaTemplateDeduction.cpp     [all...]
SemaOverload.cpp     [all...]
SemaExprObjC.cpp 436 QualType PointeeType = PT->getPointeeType();
437 if (Context.hasSameUnqualifiedType(PointeeType, Context.CharTy)) {
    [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 446 milliseconds