Home
last modified time | relevance | path

Searched defs:derived1 (Results 1 – 4 of 4) sorted by relevance

/llvm-project/flang/test/Semantics/
H A Dresolve85.f9011 type, abstract, public, abstract :: derived1 type
H A Dprocinterface01.f9048 type :: derived1 type
/llvm-project/clang/test/SemaTemplate/
H A Dconcepts-using-decl.cpp140 struct derived1 : base1 { struct
142 template <IsEmpty T> Opaque<1> foo() { return Opaque<1>(); } in foo()
/llvm-project/clang/test/SemaCXX/
H A Doffsetof.cpp54 int derived1[__builtin_offsetof(Derived2, x) == 0? 1 : -1]; // expected-warning{{offset of on non-P… variable