HomeSort by relevance Sort by last modified time
    Searched refs:containsPointer (Results 1 - 9 of 9) sorted by null

  /system/tools/hidl/
Type.h 299 bool containsPointer() const;
300 bool containsPointer(std::unordered_set<const Type*>* visited) const;
Type.cpp 702 bool Type::containsPointer() const {
704 return containsPointer(&visited);
722 bool Type::containsPointer(std::unordered_set<const Type*>* visited) const {
ArrayType.cpp 594 if (mElementType->containsPointer(visited)) {
VectorType.cpp 748 if (mElementType->containsPointer(visited)) {
CompoundType.cpp 387 if (containsPointer()) {
1051 if (field->get()->containsPointer(visited)) {
    [all...]
  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 379 bool containsPointer(const Value *P, uint64_t Size,
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
AliasSetTracker.h 367 /// containsPointer - Return true if the specified location is represented by
370 bool containsPointer(Value *P, uint64_t Size, const MDNode *TBAAInfo) const;
  /external/llvm/lib/Analysis/
AliasSetTracker.cpp 232 /// containsPointer - Return true if the specified location is represented by
235 bool AliasSetTracker::containsPointer(const Value *Ptr, uint64_t Size,
  /external/swiftshader/third_party/LLVM/lib/Analysis/
AliasSetTracker.cpp 233 /// containsPointer - Return true if the specified location is represented by
236 bool AliasSetTracker::containsPointer(Value *Ptr, uint64_t Size,

Completed in 133 milliseconds