HomeSort by relevance Sort by last modified time
    Searched defs:common_type (Results 1 - 2 of 2) sorted by null

  /external/clang/test/SemaCXX/
libstdcxx_common_type_hack.cpp 4 // an issue with GCC's <type_traits> implementation. std::common_type
14 template<typename...Ts> struct common_type {}; struct in namespace:std
15 template<typename A, typename B> struct common_type<A, B> { struct in namespace:std
28 using T = std::common_type<int, int>::type;
  /external/linux-tools-perf/
builtin-sched.c 674 FILL_FIELD(ptr, common_type, event, data); \
686 u16 common_type; member in struct:trace_switch_event
704 u16 common_type; member in struct:trace_runtime_event
719 u16 common_type; member in struct:trace_wakeup_event
736 u16 common_type; member in struct:trace_fork_event
751 u16 common_type; member in struct:trace_migrate_task_event
    [all...]

Completed in 62 milliseconds