Home
last modified time | relevance | path

Searched refs:type_equals (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/frontends/clover/core/
Dprogram.cpp108 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/
Dgmock-internal-utils.h346 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/
Dfunctional.hpp390 type_equals(T x) { in type_equals() function
/external/mesa3d/src/gallium/frontends/clover/api/
Dkernel.cpp262 if (!any_of(type_equals(module::section::text_executable), m.secs)) in validate_common()
/external/llvm-project/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-spec-builders.h1641 *os << (internal::type_equals<Result, void>::value ? in DescribeDefaultActionTo()
/external/fmtlib/test/gmock/
Dgmock.h802 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/
Dgmock.h856 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 ?