Home
last modified time | relevance | path

Searched defs:s01 (Results 1 – 10 of 10) sorted by relevance

/llvm-project/flang/test/Semantics/
H A Dcall01.f90121 subroutine s01(f1, f2, fp1, fp2, fp3) subroutine
123 character*(*) :: f1, f3, fp1
127 procedure(character*(*)), pointer :: fp2
128 interface
H A Dcall21.f9014 subroutine s01(p1) subroutine
27 call s01(extfunc) argument
H A Dcall08.f9011 subroutine s01(x) subroutine
29 xs01 global() argument
H A Dcall06.f9011 subroutine s01(x) subroutine
12 real, allocatable :: x local
H A Dcall02.f904 subroutine s01(elem, subr) subroutine
5 __anon76c818390105s01 global() argument
H A Dcall07.f908 subroutine s01(p) subroutine
H A Dcall09.f9019 subroutine s01(p) subroutine
20 procedure(realfunc), pointer, intent(in) :: p local
H A Dcall10.f9085 pure subroutine s01(a) ! C1586 subroutine
89 as01 global() argument
H A Dfinal01.f9033 final :: s01, s02, s03, s04, s05, s06, s07, s08, s09, s10 method
59 subroutine s01(*) subroutine
/llvm-project/clang/test/CXX/lex/lex.charset/
H A Dp2-cxx98.cpp31 const char *s01 = "\u0001"; // expected-error {{universal character name refers to a control charac… variable