Searched refs:type_equals (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/frontends/clover/core/ |
D | program.cpp | 108 if (any_of(type_equals(module::section::text_intermediate), binary.secs)) in binary_type() 110 else if (any_of(type_equals(module::section::text_library), binary.secs)) in binary_type() 112 else if (any_of(type_equals(module::section::text_executable), binary.secs)) in binary_type()
|
/external/llvm-project/llvm/utils/unittest/googlemock/include/gmock/internal/ |
D | gmock-internal-utils.h | 346 template <typename T1, typename T2> struct type_equals : public false_type {}; 347 template <typename T> struct type_equals<T, T> : public true_type {};
|
/external/mesa3d/src/gallium/frontends/clover/util/ |
D | functional.hpp | 390 type_equals(T x) { in type_equals() function
|
/external/mesa3d/src/gallium/frontends/clover/api/ |
D | kernel.cpp | 262 if (!any_of(type_equals(module::section::text_executable), m.secs)) in validate_common()
|
/external/llvm-project/llvm/utils/unittest/googlemock/include/gmock/ |
D | gmock-spec-builders.h | 1641 *os << (internal::type_equals<Result, void>::value ? in DescribeDefaultActionTo()
|
/external/fmtlib/test/gmock/ |
D | gmock.h | 802 template <typename T1, typename T2> struct type_equals : public false_type {}; 803 template <typename T> struct type_equals<T, T> : public true_type {}; 10149 *os << (internal::type_equals<Result, void>::value ?
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/gmock/ |
D | gmock.h | 856 template <typename T1, typename T2> struct type_equals : public false_type {}; 857 template <typename T> struct type_equals<T, T> : public true_type {}; 10817 *os << (internal::type_equals<Result, void>::value ?
|