Home
last modified time | relevance | path

Searched refs:hasPointer (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpBlock.cpp27 assert(!hasPointer(P)); in addPointer()
35 assert(hasPointer(P)); in addPointer()
48 assert(hasPointer(P)); in removePointer()
60 assert(!hasPointer(P)); in removePointer()
78 assert(hasPointer(Old)); in replacePointer()
93 assert(!hasPointer(Old)); in replacePointer()
94 assert(hasPointer(New)); in replacePointer()
99 bool Block::hasPointer(const Pointer *P) const { in hasPointer() function in Block
H A DInterpBlock.h155 bool hasPointer(const Pointer *P) const;