Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/concepts/concepts.lang/concept.derived/
H A Dderived_from.pass.cpp344 constexpr void CheckNotDerivedFrom() { in CheckNotDerivedFrom() function
372 CheckNotDerivedFrom<int, long>(); in main()
374 CheckNotDerivedFrom<double, Base1>(); in main()
379 CheckNotDerivedFrom<void, void>(); in main()
380 CheckNotDerivedFrom<int, int>(); in main()
386 CheckNotDerivedFrom<Base1, int>(); in main()
387 CheckNotDerivedFrom<Base1, double>(); in main()
388 CheckNotDerivedFrom<Derived1, char>(); in main()
398 CheckNotDerivedFrom<Base1[5], Base1>(); in main()
401 CheckNotDerivedFrom<Base1, Base1[5]>(); in main()
[all …]