Searched refs:STATIC_ASSERT_FAILURE (Results 1 - 1 of 1) sorted by relevance

/openjdk10/hotspot/src/share/vm/utilities/
H A Ddebug.hpp174 // Implementation Note: STATIC_ASSERT_FAILURE<true> provides a value member
180 template<bool x> struct STATIC_ASSERT_FAILURE;
181 template<> struct STATIC_ASSERT_FAILURE<true> { enum { value = 1 }; }; struct
185 STATIC_ASSERT_FAILURE< (Cond) >::value ]

Completed in 87 milliseconds