Home
last modified time | relevance | path

Searched defs:derived2 (Results 1 – 5 of 5) sorted by relevance

/llvm-project/flang/test/Semantics/
H A Dresolve85.f9015 type, public, abstract, public :: derived2 type
/llvm-project/flang/test/Lower/HLFIR/
H A Dallocatable-end-of-scope-dealloc.f9087 subroutine derived2() subroutine
92 ! CHECK-LABEL: func.func @_QPderived2( argument
/llvm-project/clang/test/SemaTemplate/
H A Dconcepts-using-decl.cpp147 struct derived2 : base2 { struct
149 template <class T> Opaque<1> foo() { return Opaque<1>(); } in foo()
H A Dalias-templates.cpp199 …using derived2 = ::PR16904::base<T, U>::template derived<V>; // expected-warning {{missing 'typena… typedef
/llvm-project/clang/test/SemaCXX/
H A Doffsetof.cpp55 int derived2[__builtin_offsetof(Derived2, y) == 4? 1 : -1]; // expected-warning{{offset of on non-… variable