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 96 QualType PointeeTy = CastToTy->getPointeeType();
97 QualType CanonPointeeTy = Ctx.getCanonicalType(PointeeTy);
140 return MakeElementRegion(R, PointeeTy);
179 QualType CanonPointeeTy = Ctx.getCanonicalType(PointeeTy);
185 return MakeElementRegion(baseR, PointeeTy);
189 // if the offset can be evenly divided by sizeof(PointeeTy). If so,
198 // We can only compute sizeof(PointeeTy) if it is a complete type.
199 if (IsCompleteType(Ctx, PointeeTy)) {
201 CharUnits pointeeTySize = Ctx.getTypeSizeInChars(PointeeTy);
204 // 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/Analysis/
BodyFarm.cpp 312 QualType PointeeTy = PT->getPointeeType();
322 PointeeTy),
323 PointeeTy),
332 PointeeTy),
  /external/llvm/lib/Transforms/Instrumentation/
DebugIR.cpp 401 Type *PointeeTy = T->getPointerElementType();
402 if (!(N = getType(PointeeTy)))
404 getOrCreateType(PointeeTy), Layout.getPointerTypeSizeInBits(T),
  /external/llvm/include/llvm/IR/
DIBuilder.h 158 /// @param PointeeTy Type pointed by this pointer.
163 createPointerType(DIType PointeeTy, uint64_t SizeInBits,
167 /// @param PointeeTy Type pointed to by this pointer.
169 DIDerivedType createMemberPointerType(DIType PointeeTy, DIType Class);
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.h 149 llvm::DIType getOrCreateTypeDeclaration(QualType PointeeTy, llvm::DIFile F);
151 const Type *Ty, QualType PointeeTy,
ItaniumCXXABI.cpp     [all...]
CGDebugInfo.cpp 636 QualType PointeeTy,
640 return DBuilder.createReferenceType(Tag, getOrCreateType(PointeeTy, Unit));
645 unsigned AS = CGM.getContext().getTargetAddressSpace(PointeeTy);
649 return DBuilder.createPointerType(getOrCreateType(PointeeTy, Unit), Size,
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
MicrosoftMangle.cpp     [all...]
  /external/clang/lib/Sema/
Sema.cpp     [all...]
SemaChecking.cpp     [all...]
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/llvm/lib/IR/
DIBuilder.cpp 304 DIBuilder::createPointerType(DIType PointeeTy, uint64_t SizeInBits,
317 PointeeTy.getRef()
322 DIDerivedType DIBuilder::createMemberPointerType(DIType PointeeTy,
335 PointeeTy.getRef(),
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]

Completed in 1017 milliseconds