Home
last modified time | relevance | path

Searched refs:getInternalPointer (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableList.h82 const ImmutableListImpl<T>* getInternalPointer() const { in getInternalPointer() function
91 iterator(ImmutableList l) : L(l.getInternalPointer()) {} in iterator()
182 const ListTy* TailImpl = Tail.getInternalPointer(); in concat()
234 uintptr_t PtrVal = reinterpret_cast<uintptr_t>(X.getInternalPointer());
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp35 ID.AddPointer(L.getInternalPointer()); in Profile()
49 ID.AddPointer(L.getInternalPointer()); in Profile()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h257 return const_cast<llvm::ImmutableListImpl<T> *>(D.getInternalPointer());