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

1 2

  /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 309 QualType PointeeTy = PT->getPointeeType();
319 PointeeTy),
320 PointeeTy),
329 PointeeTy),
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DerivedTypes.h 446 Type *PointeeTy;
462 Type *getElementType() const { return PointeeTy; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DerivedTypes.h 446 Type *PointeeTy;
462 Type *getElementType() const { return PointeeTy; }
DIBuilder.h 171 /// \param PointeeTy Type pointed by this pointer.
176 DIDerivedType *createPointerType(DIType *PointeeTy, uint64_t SizeInBits,
183 /// \param PointeeTy Type pointed to by this pointer.
188 createMemberPointerType(DIType *PointeeTy, DIType *Class,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DerivedTypes.h 446 Type *PointeeTy;
462 Type *getElementType() const { return PointeeTy; }
DIBuilder.h 171 /// \param PointeeTy Type pointed by this pointer.
176 DIDerivedType *createPointerType(DIType *PointeeTy, uint64_t SizeInBits,
183 /// \param PointeeTy Type pointed to by this pointer.
188 createMemberPointerType(DIType *PointeeTy, DIType *Class,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DerivedTypes.h 446 Type *PointeeTy;
462 Type *getElementType() const { return PointeeTy; }
DIBuilder.h 171 /// \param PointeeTy Type pointed by this pointer.
176 DIDerivedType *createPointerType(DIType *PointeeTy, uint64_t SizeInBits,
183 /// \param PointeeTy Type pointed to by this pointer.
188 createMemberPointerType(DIType *PointeeTy, DIType *Class,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DerivedTypes.h 446 Type *PointeeTy;
462 Type *getElementType() const { return PointeeTy; }
DIBuilder.h 171 /// \param PointeeTy Type pointed by this pointer.
176 DIDerivedType *createPointerType(DIType *PointeeTy, uint64_t SizeInBits,
183 /// \param PointeeTy Type pointed to by this pointer.
188 createMemberPointerType(DIType *PointeeTy, DIType *Class,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DerivedTypes.h 446 Type *PointeeTy;
462 Type *getElementType() const { return PointeeTy; }
DIBuilder.h 171 /// \param PointeeTy Type pointed by this pointer.
176 DIDerivedType *createPointerType(DIType *PointeeTy, uint64_t SizeInBits,
183 /// \param PointeeTy Type pointed to by this pointer.
188 createMemberPointerType(DIType *PointeeTy, DIType *Class,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DerivedTypes.h 446 Type *PointeeTy;
462 Type *getElementType() const { return PointeeTy; }
DIBuilder.h 171 /// \param PointeeTy Type pointed by this pointer.
176 DIDerivedType *createPointerType(DIType *PointeeTy, uint64_t SizeInBits,
183 /// \param PointeeTy Type pointed to by this pointer.
188 createMemberPointerType(DIType *PointeeTy, DIType *Class,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DerivedTypes.h 446 Type *PointeeTy;
462 Type *getElementType() const { return PointeeTy; }
DIBuilder.h 171 /// \param PointeeTy Type pointed by this pointer.
176 DIDerivedType *createPointerType(DIType *PointeeTy, uint64_t SizeInBits,
183 /// \param PointeeTy Type pointed to by this pointer.
188 createMemberPointerType(DIType *PointeeTy, DIType *Class,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DerivedTypes.h 446 Type *PointeeTy;
462 Type *getElementType() const { return PointeeTy; }
DIBuilder.h 171 /// \param PointeeTy Type pointed by this pointer.
176 DIDerivedType *createPointerType(DIType *PointeeTy, uint64_t SizeInBits,
183 /// \param PointeeTy Type pointed to by this pointer.
188 createMemberPointerType(DIType *PointeeTy, DIType *Class,
    [all...]
  /external/llvm/include/llvm/IR/
DIBuilder.h 135 /// \param PointeeTy Type pointed by this pointer.
139 DIDerivedType *createPointerType(DIType *PointeeTy, uint64_t SizeInBits,
144 /// \param PointeeTy Type pointed to by this pointer.
148 DIDerivedType *createMemberPointerType(DIType *PointeeTy, DIType *Class,
    [all...]
  /external/llvm/lib/IR/
DIBuilder.cpp 209 DIDerivedType *DIBuilder::createPointerType(DIType *PointeeTy,
215 nullptr, 0, nullptr, PointeeTy, SizeInBits,
219 DIDerivedType *DIBuilder::createMemberPointerType(DIType *PointeeTy,
225 nullptr, 0, nullptr, PointeeTy, SizeInBits,
    [all...]
ConstantFold.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DIBuilder.h 120 /// @param PointeeTy Type pointed by this pointer.
124 DIType createPointerType(DIType PointeeTy, uint64_t SizeInBits,

Completed in 490 milliseconds

1 2