Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dsdt.h126 && __sdt_type<__typeof (x)>::__sdt_signed)
136 static const bool __sdt_signed = false; member
140 template<> struct __sdt_type<T> { static const bool __sdt_signed = true; };
142 template<> struct __sdt_type<T> { static const bool __sdt_signed = ((CT)(-1) < 1); };

Completed in 3 milliseconds