HomeSort by relevance Sort by last modified time
    Searched refs:DerivedFromType (Results 1 - 4 of 4) sorted by null

  /external/libcxx/test/std/utilities/function.objects/func.require/
invoke_helpers.h 91 struct DerivedFromType : public Base {
92 DerivedFromType() : Base() {}
94 explicit DerivedFromType(Tp const& t) : Base(t) {}
bullet_3_and_4.pass.cpp 62 typedef DerivedFromType<TestType> Derived;
bullet_5.pass.cpp 177 typedef DerivedFromType<T> D;
bullet_1_and_2.pass.cpp 147 typedef DerivedFromType<T> D;

Completed in 72 milliseconds