Searched defs:is_trivial (Results 1 – 14 of 14) sorted by relevance
22 struct _LIBCPP_TEMPLATE_VIS is_trivial : public integral_constant<bool, __is_trivial(_Tp)> {}; struct
48 const bool is_trivial = in Run() local
113 bool is_trivial = false; in Run() local
85 typedef typename is_same<target_type,source_type>::type is_trivial ; typedef
223 typedef is_same<T,S> is_trivial ; typedef
294 def is_trivial(self): member in HostSpec
133 static constexpr bool is_trivial = hb_is_trivially_constructible(K) && member
1807 void is_trivial() in is_trivial() function
1711 pub fn is_trivial(&self, accum: &Src) -> bool { in is_trivial() method