Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSupport.h35 using TypeIsValid = std::bool_constant<std::is_pointer<T>::value>; variable
40 static_assert(TypeIsValid<T>::value, "T must be a pointer type");