Home
last modified time | relevance | path

Searched refs:PointerWrapper (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/test/Analysis/
H A Dmalloc-plist.c199 struct PointerWrapper{ struct
203 struct PointerWrapper w; in my_malloc_into_struct() argument
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DIteratorTest.cpp57 struct PointerWrapper : public iterator_adaptor_base<PointerWrapper<T>, T *> { struct
58 PointerWrapper(T *I) : PointerWrapper::iterator_adaptor_base(I) {} in PointerWrapper() argument
76 using IntIterator = PointerWrapper<int>;
77 using ConstIntIterator = PointerWrapper<const int>;
/llvm-project-15.0.7/clang/test/Analysis/inlining/
H A Dfalse-positive-suppression.m12 @interface PointerWrapper interface
H A Dpath-notes.m126 @interface PointerWrapper interface