Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A 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/contrib/googletest/googletest/test/
H A Dgoogletest-printers-test.cc529 TEST(PrintCStringTest, NonConst) { in TEST() argument
558 TEST(PrintU8StringTest, NonConst) { in TEST() argument
587 TEST(PrintU16StringTest, NonConst) { in TEST() argument
615 TEST(PrintU32StringTest, NonConst) { in TEST() argument
651 TEST(PrintWideCStringTest, NonConst) { in TEST() argument
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-misc_test.cc54 TEST(AddressTest, NonConst) { in TEST() argument