/third_party/boost/libs/preprocessor/doc/examples/ |
D | is_integral.cpp | 38 template<class T> struct is_integral { struct 42 # /* Macro for defining a specialization of is_integral<> template. */ argument
|
/third_party/boost/libs/hana/example/ |
D | remove_if.cpp | 19 constexpr auto is_integral = hana::compose(hana::trait<std::is_integral>, hana::typeid_); variable
|
D | filter.cpp | 19 constexpr auto is_integral = hana::compose(hana::trait<std::is_integral>, hana::typeid_); variable
|
D | find_if.cpp | 20 constexpr auto is_integral = hana::compose(hana::trait<std::is_integral>, hana::typeid_); variable
|
/third_party/boost/boost/type_traits/ |
D | is_integral.hpp | 19 struct is_integral : public integral_constant<bool, __is_integral(T)> {}; struct
|
/third_party/boost/libs/hana/example/iterable/ |
D | searchable.cpp | 20 constexpr auto is_integral = hana::compose(hana::trait<std::is_integral>, hana::typeid_); variable
|
/third_party/boost/boost/geometry/index/detail/algorithms/ |
D | diff_abs.hpp | 33 > is_integral; in diff_abs() typedef
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_range_analysis.h | 41 bool is_integral; member
|
D | nir_search_helpers.h | 439 is_integral(struct hash_table *ht, const nir_alu_instr *instr, unsigned src, in is_integral() function
|
/third_party/boost/boost/random/ |
D | traits.hpp | 94 struct is_integral struct
|
/third_party/boost/boost/ |
D | integer_traits.hpp | 63 const bool integer_traits_base<T, min_val, max_val>::is_integral; member in boost::detail::integer_traits_base<T, min_val, max_val>
|
/third_party/spirv-tools/source/fuzz/ |
D | transformation_add_synonym.cpp | 210 auto is_integral = in MakeSynonymousInstruction() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_add_synonym.cpp | 216 auto is_integral = (synonym_type->AsVector() && in MakeSynonymousInstruction() local
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | transformation_add_synonym.cpp | 216 auto is_integral = (synonym_type->AsVector() && in MakeSynonymousInstruction() local
|
/third_party/skia/src/pdf/ |
D | SkPDFDevice.cpp | 1442 static bool is_integral(const SkRect& r) { in is_integral() function
|
/third_party/flutter/skia/src/pdf/ |
D | SkPDFDevice.cpp | 1459 static bool is_integral(const SkRect& r) { in is_integral() function
|
/third_party/boost/boost/move/detail/ |
D | type_traits.hpp | 466 struct is_integral struct
|