Home
last modified time | relevance | path

Searched refs:existing_constraint (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang-tools-extra/docs/clang-tidy/checks/modernize/
H A Duse-constraints.rst41 …typename std::enable_if<T::some_value, Obj>::type existing_constraint() requires (T::another_value…
64 …typename std::enable_if<T::some_value, Obj>::type existing_constraint() requires (T::another_value…
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-constraints.cpp53 typename std::enable_if<T::some_value, Obj>::type existing_constraint() requires (T::another_value)… in existing_constraint() function