Home
last modified time | relevance | path

Searched defs:is_trivial (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__type_traits/
Dis_trivial.h22 struct _LIBCPP_TEMPLATE_VIS is_trivial : public integral_constant<bool, __is_trivial(_Tp)> {}; struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__type_traits/
Dis_trivial.h22 struct _LIBCPP_TEMPLATE_VIS is_trivial : public integral_constant<bool, __is_trivial(_Tp)> {}; struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__type_traits/
Dis_trivial.h22 struct _LIBCPP_TEMPLATE_VIS is_trivial : public integral_constant<bool, __is_trivial(_Tp)> {}; struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__type_traits/
Dis_trivial.h22 struct _LIBCPP_TEMPLATE_VIS is_trivial : public integral_constant<bool, __is_trivial(_Tp)> {}; struct
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__type_traits/
H A Dis_trivial.h22 struct _LIBCPP_TEMPLATE_VIS is_trivial : public integral_constant<bool, __is_trivial(_Tp)> {}; struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__type_traits/
Dis_trivial.h22 struct _LIBCPP_TEMPLATE_VIS is_trivial : public integral_constant<bool, __is_trivial(_Tp)> {}; struct
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/graph_transformations/
H A Dremove_trivial_concatenation_input.cc48 const bool is_trivial = in Run() local
H A Dremove_trivial_binary.cc113 bool is_trivial = false; in Run() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/conversion/include/boost/numeric/conversion/detail/
Dconversion_traits.hpp85 typedef typename is_same<target_type,source_type>::type is_trivial ; typedef
Dis_subranged.hpp223 typedef is_same<T,S> is_trivial ; typedef
/aosp_15_r20/external/autotest/server/cros/dynamic_suite/
H A Dhost_spec.py294 def is_trivial(self): member in HostSpec
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-map.hh133 static constexpr bool is_trivial = hb_is_trivially_constructible(K) && member
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dtype-traits.cpp1807 void is_trivial() in is_trivial() function
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/
H A Dir.rs1711 pub fn is_trivial(&self, accum: &Src) -> bool { in is_trivial() method