Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DPointerLikeTypeTraits.h80 typedef PointerLikeTypeTraits<T> NonConst;
83 return NonConst::getAsVoidPointer(P);
86 return NonConst::getFromVoidPointer(const_cast<void *>(P));
88 static constexpr int NumLowBitsAvailable = NonConst::NumLowBitsAvailable;
93 typedef PointerLikeTypeTraits<T *> NonConst;
96 return NonConst::getAsVoidPointer(const_cast<T *>(P));
99 return NonConst::getFromVoidPointer(const_cast<void *>(P));
101 static constexpr int NumLowBitsAvailable = NonConst::NumLowBitsAvailable;
/freebsd-12-stable/contrib/googletest/googletest/test/
Dgoogletest-printers-test.cc400 TEST(PrintCStringTest, NonConst) { in TEST() argument
435 TEST(PrintWideCStringTest, NonConst) { in TEST() argument