Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A Ddecltype.mm3 struct HasValueType { struct
11 HasValueType foo; argument
14 @property (nonatomic) HasValueType bar;
/llvm-project-15.0.7/libcxx/test/std/iterators/predef.iterators/counted.iterator/
H A Dmember_types.compile.pass.cpp28 concept HasValueType = requires { typename T::value_type; };
40 static_assert(!HasValueType<Iter>); in test()
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dtemp_class_spec.cpp302 struct HasValueType { struct
313 is_nested_value_type_identity<HasValueType<int> >::value? -1 : 1]; argument