Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DCasting.cpp106 using UnwrappedType = T3; typedef
413 using UnwrappedType = pointer_wrappers::PTy; typedef
417 static UnwrappedType &unwrapValue(pointer_wrappers::PTy &P) { return P; } in unwrapValue()
421 using UnwrappedType = pointer_wrappers::PTy; typedef
426 static UnwrappedType &unwrapValue(const pointer_wrappers::PTy &P) { in unwrapValue()
427 return const_cast<UnwrappedType &>(P); in unwrapValue()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DCasting.h632 using UnwrappedType = T;
639 using UnwrappedType = T;
648 using UnwrappedType = T;