/external/tensorflow/tensorflow/core/kernels/mlir_generated/ |
D | base_ops_test.h | 113 llvm::is_one_of<T, Eigen::half, float, double>::value, 122 std::enable_if_t<llvm::is_one_of<T, int8, int16, int32, int64>::value, 140 llvm::is_one_of<T, Eigen::half, float, double>::value, 149 llvm::is_one_of<T, Eigen::half, float, double>::value, 157 llvm::is_one_of<T, Eigen::half, float, double>::value, 165 llvm::is_one_of<T, Eigen::half, float, double>::value, 173 std::enable_if_t<llvm::is_one_of<T, int8, int16, int32, int64>::value, 181 llvm::is_one_of<T, Eigen::half, float, double>::value, 190 std::enable_if_t<llvm::is_one_of<T, int8, int16, int32, int64>::value, 202 std::enable_if_t<llvm::is_one_of<T, int8, int16, int32, int64>::value, [all …]
|
D | gpu_binary_ops_test.cc | 430 llvm::is_one_of<T, Eigen::half, float, double>::value, 437 std::enable_if_t<llvm::is_one_of<T, int8, int16, int32, int64>::value,
|
/external/libbrillo/brillo/ |
D | type_list.h | 18 struct is_one_of { struct 23 struct is_one_of<T, TypeList<Head, Tail...>> { argument 25 std::is_same<T, Head>::value || is_one_of<T, TypeList<Tail...>>::value; 49 std::enable_if_t<type_list::is_one_of<T, Types>::value>; 56 type_list::is_one_of<T, Types>::value, 64 type_list::is_one_of<T, Types>::value,
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/ |
D | manual_constructor.h | 43 class is_one_of; variable 46 class is_one_of<Member, Member, List...> { 52 class is_one_of<Member, A, List...> { 54 static constexpr const bool value = is_one_of<Member, List...>::value; 58 class is_one_of<Member> { 157 manual_ctor_impl::is_one_of<DerivedType, DerivedTypes...>::value, in FinishInit()
|
/external/grpc-grpc/src/core/lib/gprpp/ |
D | manual_constructor.h | 43 class is_one_of; variable 46 class is_one_of<Member, Member, List...> { 52 class is_one_of<Member, A, List...> { 54 static constexpr const bool value = is_one_of<Member, List...>::value; 58 class is_one_of<Member> { 157 manual_ctor_impl::is_one_of<DerivedType, DerivedTypes...>::value, in FinishInit()
|
/external/llvm-project/mlir/include/mlir/IR/ |
D | Visitors.h | 96 llvm::is_one_of<ArgT, Operation *, Region *, Block *>::value, RetT>::type 111 !llvm::is_one_of<ArgT, Operation *, Region *, Block *>::value && 136 !llvm::is_one_of<ArgT, Operation *, Region *, Block *>::value &&
|
D | DialectImplementation.h | 85 !llvm::is_one_of<T, double, float>::value,
|
D | OpDefinition.h | 1515 return llvm::is_one_of<Trait<ConcreteType>, Traits<ConcreteType>...>::value; in hasTrait() 1614 static std::enable_if_t<llvm::is_one_of<OpTrait::OneResult<ConcreteOpT>, 1624 static std::enable_if_t<!llvm::is_one_of<OpTrait::OneResult<ConcreteOpT>,
|
D | OpImplementation.h | 184 !llvm::is_one_of<T, bool>::value,
|
D | BuiltinAttributes.h | 566 static constexpr bool value = llvm::is_one_of<T, float, double>::value || 1312 !llvm::is_one_of<T, std::complex<APInt>,
|
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-complex-indic.hh | 201 is_one_of (const hb_glyph_info_t &info, unsigned int flags) in is_one_of() function 211 return is_one_of (info, JOINER_FLAGS); in is_joiner() 217 return is_one_of (info, CONSONANT_FLAGS); in is_consonant() 223 return is_one_of (info, FLAG (OT_H)); in is_halant()
|
D | hb-ot-shape-complex-indic.cc | 427 is_one_of (info[start ], FLAG (OT_Ra)) && in initial_reordering_consonant_syllable() 428 is_one_of (info[start+1], FLAG (OT_H)) && in initial_reordering_consonant_syllable() 429 is_one_of (info[start+2], FLAG (OT_ZWJ))) in initial_reordering_consonant_syllable() 1099 is_one_of (info[base - 1], FLAG (OT_ZWJ))) in final_reordering_syllable_indic() 1103 is_one_of (info[base], (FLAG (OT_N) | FLAG (OT_H)))) in final_reordering_syllable_indic() 1148 !(is_one_of (info[new_pos], (FLAG (OT_M) | FLAG (OT_H))))) in final_reordering_syllable_indic() 1407 !(is_one_of (info[new_pos - 1], FLAG(OT_M) | FLAG (OT_H)))) in final_reordering_syllable_indic()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | FormatProviders.h | 32 bool, is_one_of<T, uint8_t, int16_t, uint16_t, int32_t, uint32_t, 43 is_one_of<T, char *, const char *>::value> { 49 bool, is_one_of<T, llvm::StringRef, std::string>::value ||
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | FormatProviders.h | 32 bool, is_one_of<T, uint8_t, int16_t, uint16_t, int32_t, uint32_t, 43 is_one_of<T, char *, const char *>::value> {
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | FormatProviders.h | 32 bool, is_one_of<T, uint8_t, int16_t, uint16_t, int32_t, uint32_t, 43 is_one_of<T, char *, const char *>::value> {
|
D | Parallel.h | 30 bool, llvm::is_one_of<T, sequential_execution_policy,
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | STLExtras.h | 370 template <typename T, typename... Ts> struct is_one_of { 375 struct is_one_of<T, U, Ts...> { 377 std::is_same<T, U>::value || is_one_of<T, Ts...>::value;
|
/external/llvm-project/mlir/lib/Analysis/ |
D | LoopAnalysis.cpp | 221 llvm::is_one_of<LoadOrStoreOp, AffineLoadOp, AffineStoreOp>::value, in isContiguousAccess()
|
D | Utils.cpp | 450 static_assert(llvm::is_one_of<LoadOrStoreOp, AffineReadOpInterface, in boundCheckLoadOrStoreOp()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_ops_a_m.cc | 166 typename std::enable_if<llvm::is_one_of< 943 typename std::enable_if<llvm::is_one_of< 1284 template <typename OpT, typename std::enable_if<llvm::is_one_of< 1513 template <typename OpT, typename std::enable_if<llvm::is_one_of< 1565 typename std::enable_if<llvm::is_one_of<
|
D | tf_ops_helpers.inc | 452 typename std::enable_if<llvm::is_one_of<
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | STLExtras.h | 999 template <typename T, typename... Ts> struct is_one_of { 1004 struct is_one_of<T, U, Ts...> { 1006 std::is_same<T, U>::value || is_one_of<T, Ts...>::value;
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | STLExtras.h | 1303 template <typename T, typename... Ts> struct is_one_of { 1308 struct is_one_of<T, U, Ts...> { 1310 std::is_same<T, U>::value || is_one_of<T, Ts...>::value;
|
/external/llvm-project/mlir/lib/Dialect/Affine/IR/ |
D | AffineOps.cpp | 782 static_assert(llvm::is_one_of<MapOrSet, AffineMap, IntegerSet>::value, in canonicalizeMapOrSetAndOperands() 881 static_assert(llvm::is_one_of<AffineOpTy, AffineLoadOp, AffinePrefetchOp, in matchAndRewrite() 2326 static_assert(llvm::is_one_of<T, AffineMinOp, AffineMaxOp>::value, in foldMinMaxOp()
|
/external/llvm-project/mlir/lib/Rewrite/ |
D | ByteCode.cpp | 785 if (llvm::is_one_of<T, Operation *, Value>::value || index < memory.size()) in readFromMemory()
|