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

  /external/llvm/include/llvm/ADT/
SmallSet.h 114 template <typename PointeeType, unsigned N>
115 class SmallSet<PointeeType*, N> : public SmallPtrSet<PointeeType*, N> {};
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocSizeofChecker.cpp 185 QualType PointeeType = CastedType->getAs<PointerType>()->getPointeeType();
186 if (PointeeType->isVoidType())
201 if (typesCompatible(BR.getContext(), PointeeType, SizeofType))
206 if (compatibleWithArrayType(BR.getContext(), PointeeType, SizeofType))
227 << 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 411 llvm::Type *PointeeType = ConvertTypeForMem(ETy);
413 ResultType = llvm::PointerType::get(PointeeType, AS);
419 llvm::Type *PointeeType = ConvertTypeForMem(ETy);
420 if (PointeeType->isVoidTy())
421 PointeeType = llvm::Type::getInt8Ty(getLLVMContext());
423 ResultType = llvm::PointerType::get(PointeeType, AS);
579 llvm::Type *PointeeType = ConvertTypeForMem(FTy);
581 ResultType = llvm::PointerType::get(PointeeType, AS);
CGException.cpp     [all...]
CGDebugInfo.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp 269 const clang::Type *PointeeType = GET_POINTEE_TYPE(PT);
271 if (PointeeType->getTypeClass() == clang::Type::Pointer) {
278 if (PointeeType->isArrayType() ||
279 (TypeExportableHelper(PointeeType, SPS, DiagEngine, VD,
502 const clang::Type *PointeeType = GET_POINTEE_TYPE(PT);
504 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();
966 const RSExportType *PointeeType;
    [all...]
slang_rs_reflection_cpp.cpp 71 const RSExportType *PointeeType =
74 if (PointeeType->getClass() != RSExportType::ExportClassRecord)
77 return PointeeType->getElementName();
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/lib/Sema/
TreeTransform.h 616 QualType RebuildPointerType(QualType PointeeType, SourceLocation Sigil);
622 QualType RebuildBlockPointerType(QualType PointeeType, SourceLocation Sigil);
641 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...]
SemaDecl.cpp     [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp     [all...]
DeclCXX.cpp     [all...]
Type.cpp 520 QualType PointeeType;
522 PointeeType = PT->getPointeeType();
524 PointeeType = RT->getPointeeType();
528 if (const RecordType *RT = PointeeType->getAs<RecordType>())
    [all...]
ItaniumMangle.cpp     [all...]
ExprConstant.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp     [all...]

Completed in 638 milliseconds