HomeSort by relevance Sort by last modified time
    Searched full:pointeety (Results 1 - 20 of 20) 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),
FormatString.cpp 336 QualType pointeeTy = PT->getPointeeType();
337 if (const BuiltinType *BT = pointeeTy->getAs<BuiltinType>())
356 QualType pointeeTy =
358 return pointeeTy == C.getWideCharType();
  /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/llvm/lib/Transforms/Instrumentation/
DebugIR.cpp 401 Type *PointeeTy = T->getPointerElementType();
402 if (!(N = getType(PointeeTy)))
404 getOrCreateType(PointeeTy), Layout.getPointerTypeSizeInBits(T),
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 374 QualType pointeeTy = ty->getPointeeType();
378 pointeeTy.getAddressSpace())));
382 pointeeTy.getUnqualifiedType().getAsString(Policy) + "*";
394 if (pointeeTy.isConstQualified() ||
395 (pointeeTy.getAddressSpace() == LangAS::opencl_constant))
397 if (pointeeTy.isVolatileQualified())
    [all...]
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/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 237 QualType pointeeTy, uint64_t index = 0);
  /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/AST/
ASTContext.cpp     [all...]
MicrosoftMangle.cpp     [all...]
  /external/clang/lib/Sema/
Sema.cpp     [all...]
SemaOverload.cpp     [all...]
SemaChecking.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]

Completed in 1608 milliseconds