Home
last modified time | relevance | path

Searched defs:same_as (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/Modules/
H A Dmerge-concepts-cxx-modules.cpp24 export module same_as; module
26 concept same_as = __is_same(T, U); variable
H A Dmerge-concepts-redefinition-error.cpp49 int same_as; // expected-error {{redefinition of 'same_as' as different kind of symbol}} variable
/llvm-project/libcxx/include/__concepts/
H A Dsame_as.h29 concept same_as = __same_as_impl<_Tp, _Up> && __same_as_impl<_Up, _Tp>; variable