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

  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 85 QualType PointeeTy = CastToTy->getPointeeType();
86 QualType CanonPointeeTy = Ctx.getCanonicalType(PointeeTy);
129 return MakeElementRegion(R, PointeeTy);
168 QualType CanonPointeeTy = Ctx.getCanonicalType(PointeeTy);
174 return MakeElementRegion(baseR, PointeeTy);
178 // if the offset can be evenly divided by sizeof(PointeeTy). If so,
187 // We can only compute sizeof(PointeeTy) if it is a complete type.
188 if (!PointeeTy->isIncompleteType()) {
190 CharUnits pointeeTySize = Ctx.getTypeSizeInChars(PointeeTy);
193 // ElementRegion (with elementType == PointeeTy) directly on top o
    [all...]
CallEvent.cpp 79 QualType PointeeTy = PT->getPointeeType();
80 if (PointeeTy.isConstQualified())
82 return PointeeTy->isVoidType();
132 QualType PointeeTy = Ty->getPointeeType();
133 if (PointeeTy == QualType())
135 if (!PointeeTy.isConstQualified())
137 if (PointeeTy->isAnyPointerType())
    [all...]
  /external/clang/lib/Analysis/
BodyFarm.cpp 308 QualType PointeeTy = PT->getPointeeType();
318 PointeeTy),
319 PointeeTy),
328 PointeeTy),
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]
  /external/llvm/include/llvm/IR/
DIBuilder.h 142 /// \param PointeeTy Type pointed by this pointer.
146 DIDerivedType *createPointerType(DIType *PointeeTy, uint64_t SizeInBits,
151 /// \param PointeeTy Type pointed to by this pointer.
155 DIDerivedType *createMemberPointerType(DIType *PointeeTy, DIType *Class,
    [all...]
  /external/llvm/lib/IR/
DIBuilder.cpp 238 DIDerivedType *DIBuilder::createPointerType(DIType *PointeeTy,
244 nullptr, 0, nullptr, DITypeRef::get(PointeeTy),
248 DIDerivedType *DIBuilder::createMemberPointerType(DIType *PointeeTy,
253 nullptr, 0, nullptr, DITypeRef::get(PointeeTy),
    [all...]
ConstantFold.cpp     [all...]
  /external/clang/lib/Sema/
Sema.cpp     [all...]
SemaOverload.cpp     [all...]
SemaChecking.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp     [all...]
CGDebugInfo.h 202 QualType PointeeTy, llvm::DIFile *F);
CGDebugInfo.cpp 722 QualType PointeeTy,
727 unsigned AS = CGM.getContext().getTargetAddressSpace(PointeeTy);
733 return DBuilder.createReferenceType(Tag, getOrCreateType(PointeeTy, Unit),
736 return DBuilder.createPointerType(getOrCreateType(PointeeTy, Unit), Size,
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]

Completed in 286 milliseconds