Home
last modified time | relevance | path

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

/external/llvm/unittests/Support/
DCasting.cpp237 namespace pointer_wrappers { namespace
262 template <> struct simplify_type<pointer_wrappers::PTy> {
263 typedef pointer_wrappers::Base *SimpleType;
264 static SimpleType getSimplifiedValue(pointer_wrappers::PTy &P) { in getSimplifiedValue()
268 template <> struct simplify_type<const pointer_wrappers::PTy> {
269 typedef pointer_wrappers::Base *SimpleType;
270 static SimpleType getSimplifiedValue(const pointer_wrappers::PTy &P) { in getSimplifiedValue()
278 namespace pointer_wrappers { namespace
281 pointer_wrappers::Base B;
282 pointer_wrappers::Derived D;
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DCasting.cpp312 namespace pointer_wrappers { namespace
337 template <> struct simplify_type<pointer_wrappers::PTy> {
338 typedef pointer_wrappers::Base *SimpleType;
339 static SimpleType getSimplifiedValue(pointer_wrappers::PTy &P) { in getSimplifiedValue()
343 template <> struct simplify_type<const pointer_wrappers::PTy> {
344 typedef pointer_wrappers::Base *SimpleType;
345 static SimpleType getSimplifiedValue(const pointer_wrappers::PTy &P) { in getSimplifiedValue()
353 namespace pointer_wrappers { namespace
356 pointer_wrappers::Base B;
357 pointer_wrappers::Derived D;
[all …]