Home
last modified time | relevance | path

Searched defs:obj_t (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/hana/test/concept/struct/
Dminimal_struct.hpp25 struct obj_t { struct
31 constexpr obj_t obj{}; argument
/third_party/ltp/tools/sparse/sparse-src/validation/
DWaddress-space-strict.c4 typedef struct s obj_t; typedef
DWcast-to-as.c5 typedef struct s obj_t; typedef
DWaddress-space-from.c9 typedef struct s obj_t; typedef
DWaddress-space-all-attr.c10 typedef struct s obj_t; typedef
Dpacked-deref0.c7 } __packed obj_t; typedef
/third_party/boost/boost/coroutine/detail/
Dsymmetric_coroutine_object.hpp38 typedef symmetric_coroutine_object< R, Fn, StackAllocator > obj_t; typedef in boost::coroutines::detail::symmetric_coroutine_object
114 typedef symmetric_coroutine_object< R &, Fn, StackAllocator > obj_t; typedef in boost::coroutines::detail::symmetric_coroutine_object
190 typedef symmetric_coroutine_object< void, Fn, StackAllocator > obj_t; typedef in boost::coroutines::detail::symmetric_coroutine_object
Dpull_coroutine_object.hpp59 typedef pull_coroutine_object< PushCoro, R, Fn, StackAllocator > obj_t; typedef in boost::coroutines::detail::pull_coroutine_object
146 typedef pull_coroutine_object< PushCoro, R &, Fn, StackAllocator > obj_t; typedef in boost::coroutines::detail::pull_coroutine_object
233 typedef pull_coroutine_object< PushCoro, void, Fn, StackAllocator > obj_t; typedef in boost::coroutines::detail::pull_coroutine_object
Dpush_coroutine_object.hpp71 typedef push_coroutine_object< PullCoro, R, Fn, StackAllocator > obj_t; typedef in boost::coroutines::detail::push_coroutine_object
158 typedef push_coroutine_object< PullCoro, R &, Fn, StackAllocator > obj_t; typedef in boost::coroutines::detail::push_coroutine_object
245 typedef push_coroutine_object< PullCoro, void, Fn, StackAllocator > obj_t; typedef in boost::coroutines::detail::push_coroutine_object