Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBlock.cpp27 assert(!hasPointer(P)); in addPointer()
44 assert(hasPointer(P)); in removePointer()
70 assert(hasPointer(Old)); in replacePointer()
79 assert(!hasPointer(Old)); in replacePointer()
80 assert(hasPointer(New)); in replacePointer()
85 bool Block::hasPointer(const Pointer *P) const { in hasPointer() function in Block
H A DInterpBlock.h151 bool hasPointer(const Pointer *P) const;