HomeSort by relevance Sort by last modified time
    Searched defs:PointeeTy (Results 1 - 12 of 12) 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 114 QualType PointeeTy = Ty->getPointeeType();
115 if (PointeeTy == QualType())
117 if (!PointeeTy.isConstQualified())
119 if (PointeeTy->isAnyPointerType())
    [all...]
  /external/clang/lib/Sema/
Sema.cpp     [all...]
SemaOverload.cpp     [all...]
SemaChecking.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 672 QualType PointeeTy,
676 return DBuilder.createReferenceType(Tag, getOrCreateType(PointeeTy, Unit));
681 unsigned AS = CGM.getContext().getTargetAddressSpace(PointeeTy);
685 return DBuilder.createPointerType(getOrCreateType(PointeeTy, Unit), Size,
    [all...]
ItaniumCXXABI.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]

Completed in 793 milliseconds