Searched refs:OneInt (Results 1 – 6 of 6) sorted by relevance
7 } OneInt; typedef10 int test_int(OneInt input, va_list *mylist) { in test_int()20 return va_arg(*mylist, OneInt).a; in test_int()
85 CHECK_ALIGNMENT(struct OneInt { int i; }); in main()
110 CHECK_ALWAYS_LOCK_FREE(struct OneInt { int i; }); in run()
114 CHECK_ALWAYS_LOCK_FREE(struct OneInt { int i; }); in run()
1944 OneInt<1> b; \1946 using d = OneInt<2>; \1947 using e = OneInt<2 + 2>; \1949 OneTemplateInt<OneInt> g; \1966 template <int> struct OneInt{}; struct