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 115 QualType PointeeTy = Ty->getPointeeType();
116 if (PointeeTy == QualType())
118 if (!PointeeTy.isConstQualified())
120 if (PointeeTy->isAnyPointerType())
    [all...]
  /external/clang/lib/Analysis/
BodyFarm.cpp 300 QualType PointeeTy = PT->getPointeeType();
310 PointeeTy),
311 PointeeTy),
320 PointeeTy),
  /external/clang/lib/CodeGen/
CGRTTI.cpp 54 void BuildPointerTypeInfo(QualType PointeeTy);
221 QualType PointeeTy = PointerTy->getPointeeType();
222 const BuiltinType *BuiltinTy = dyn_cast<BuiltinType>(PointeeTy);
227 Qualifiers Quals = PointeeTy.getQualifiers();
870 void RTTIBuilder::BuildPointerTypeInfo(QualType PointeeTy) {
873 CGM.getContext().getUnqualifiedArrayType(PointeeTy, Quals);
901 QualType PointeeTy = Ty->getPointeeType();
905 CGM.getContext().getUnqualifiedArrayType(PointeeTy, Quals);
    [all...]
CGDebugInfo.h 139 llvm::DIType getOrCreateTypeDeclaration(QualType PointeeTy, llvm::DIFile F);
141 const Type *Ty, QualType PointeeTy,
CGDebugInfo.cpp 656 llvm::DIType CGDebugInfo::getOrCreateTypeDeclaration(QualType PointeeTy,
659 return getOrCreateType(PointeeTy, Unit);
660 return getOrCreateType(PointeeTy, Unit, true);
665 QualType PointeeTy,
670 Tag, getOrCreateTypeDeclaration(PointeeTy, Unit));
675 unsigned AS = CGM.getContext().getTargetAddressSpace(PointeeTy);
679 return DBuilder.createPointerType(getOrCreateTypeDeclaration(PointeeTy, Unit),
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DebugIR.cpp 401 Type *PointeeTy = T->getPointerElementType();
402 if (!(N = getType(PointeeTy)))
404 getOrCreateType(PointeeTy), Layout.getPointerSizeInBits(),
  /external/llvm/include/llvm/
DIBuilder.h 140 /// @param PointeeTy Type pointed by this pointer.
145 createPointerType(DIType PointeeTy, uint64_t SizeInBits,
149 /// @param PointeeTy Type pointed to by this pointer.
151 DIDerivedType createMemberPointerType(DIType PointeeTy, DIType Class);
    [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 284 DIBuilder::createPointerType(DIType PointeeTy, uint64_t SizeInBits,
297 PointeeTy
302 DIDerivedType DIBuilder::createMemberPointerType(DIType PointeeTy,
315 PointeeTy,
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]

Completed in 1033 milliseconds