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

/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Datomic.d906 void testType(T)(T val = T.init + 1) pure nothrow @nogc @safe
917 testType!(bool)();
919 testType!(byte)();
920 testType!(ubyte)();
922 testType!(short)();
923 testType!(ushort)();
925 testType!(int)();
926 testType!(uint)();
932 testType!(shared int*)();
945 testType!(floa
[all...]
/netbsd-current/external/mit/xorg/lib/libxcb/files/
H A Dsync.h358 uint32_t testType; member in struct:xcb_sync_create_alarm_value_list_t
384 uint32_t testType; member in struct:xcb_sync_change_alarm_value_list_t
H A Dsync.c824 /* xcb_sync_create_alarm_value_list_t.testType */
825 xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->testType;
911 /* xcb_sync_create_alarm_value_list_t.testType */
912 _aux->testType = *(uint32_t *)xcb_tmp;
1168 /* xcb_sync_change_alarm_value_list_t.testType */
1169 xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->testType;
1255 /* xcb_sync_change_alarm_value_list_t.testType */
1256 _aux->testType = *(uint32_t *)xcb_tmp;

Completed in 196 milliseconds