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

  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 95 QualType PointeeTy = CastToTy->getPointeeType();
96 QualType CanonPointeeTy = Ctx.getCanonicalType(PointeeTy);
139 return MakeElementRegion(R, PointeeTy);
178 QualType CanonPointeeTy = Ctx.getCanonicalType(PointeeTy);
184 return MakeElementRegion(baseR, PointeeTy);
188 // if the offset can be evenly divided by sizeof(PointeeTy). If so,
197 // We can only compute sizeof(PointeeTy) if it is a complete type.
198 if (IsCompleteType(Ctx, PointeeTy)) {
200 CharUnits pointeeTySize = Ctx.getTypeSizeInChars(PointeeTy);
203 // ElementRegion (with elementType == PointeeTy) directly on top o
    [all...]
CallEvent.cpp 105 QualType PointeeTy = Ty->getPointeeType();
106 if (PointeeTy == QualType())
108 if (!PointeeTy.isConstQualified())
110 if (PointeeTy->isAnyPointerType())
  /external/clang/lib/AST/
MicrosoftMangle.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/CodeGen/
CGRTTI.cpp 54 void BuildPointerTypeInfo(QualType PointeeTy);
213 QualType PointeeTy = PointerTy->getPointeeType();
214 const BuiltinType *BuiltinTy = dyn_cast<BuiltinType>(PointeeTy);
219 Qualifiers Quals = PointeeTy.getQualifiers();
904 void RTTIBuilder::BuildPointerTypeInfo(QualType PointeeTy) {
907 CGM.getContext().getUnqualifiedArrayType(PointeeTy, Quals);
935 QualType PointeeTy = Ty->getPointeeType();
939 CGM.getContext().getUnqualifiedArrayType(PointeeTy, Quals);
    [all...]
CGDebugInfo.h 116 llvm::DIType CreatePointeeType(QualType PointeeTy, llvm::DIFile F);
118 const Type *Ty, QualType PointeeTy,
CGDebugInfo.cpp 567 llvm::DIType CGDebugInfo::CreatePointeeType(QualType PointeeTy,
570 return getOrCreateType(PointeeTy, Unit);
576 llvm::DIType Ty = getTypeOrNull(PointeeTy);
580 if (PointeeTy.hasLocalQualifiers())
581 return CreateQualifiedType(PointeeTy, Unit);
583 if (const RecordType *RTy = dyn_cast<RecordType>(PointeeTy)) {
591 return getOrCreateType(PointeeTy, Unit);
597 QualType PointeeTy,
602 CreatePointeeType(PointeeTy, Unit));
607 unsigned AS = CGM.getContext().getTargetAddressSpace(PointeeTy);
    [all...]
  /external/llvm/include/llvm/
DIBuilder.h 121 /// @param PointeeTy Type pointed by this pointer.
125 DIType createPointerType(DIType PointeeTy, uint64_t SizeInBits,
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaChecking.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/llvm/lib/VMCore/
DIBuilder.cpp 214 DIType DIBuilder::createPointerType(DIType PointeeTy, uint64_t SizeInBits,
227 PointeeTy
    [all...]

Completed in 677 milliseconds