Home
last modified time | relevance | path

Searched refs:HasValueType (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/SemaObjCXX/
Ddecltype.mm3 struct HasValueType { struct
11 HasValueType foo; argument
14 @property (nonatomic) HasValueType bar;
/external/clang/test/SemaTemplate/
Dtemp_class_spec.cpp302 struct HasValueType { struct
313 is_nested_value_type_identity<HasValueType<int> >::value? -1 : 1]; argument
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-internal.h995 struct HasValueType : false_type {};
997 struct HasValueType<T, VoidT<typename T::value_type> > : true_type {
1002 bool = HasValueType<C>::value>