Home
last modified time | relevance | path

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

/llvm-project/flang/test/Semantics/
H A Dimplicit11.f9040 subroutine s3a() subroutine
42 real :: a(m, n)
45 common n local
H A Dgeneric07.f9024 subroutine s3a(x) subroutine
25 type(t3), intent(in) :: x local
H A Dresolve09.f9043 subroutine s3a() subroutine
/llvm-project/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/
H A Dp2.cpp36 constexpr S3 s3a = S3(0); variable
/llvm-project/clang/test/CXX/class/class.union/
H A Dp1.cpp84 …struct s3a : Ctor2 { // expected-note {{because base class of type 'Ctor2' has a user-provided def… struct