Home
last modified time | relevance | path

Searched defs:sub3 (Results 1 – 15 of 15) sorted by relevance

/llvm-project/flang/test/Semantics/
H A Dlabel17.f9031 1 subroutine sub3 subroutine
33 3 block
35 2 continue
36 4 end block
37 5 end subroutine
38 6 end program
H A Dassign09.f9069 subroutine sub3(p) subroutine
70 procedure(intToReal) :: p local
/llvm-project/flang/test/Lower/
H A Dgoto-statement.f9032 subroutine sub3() subroutine
38 ! CHECK: sub3 argument
H A Dbasic-call.f9014 subroutine sub3(a, b) subroutine
24 call sub3(2, 3.0) argument
H A Dcall-site-mangling.f9040 subroutine sub3() subroutine
42 ! CHECK: fir.call @_QFsub3Psub() argument
47 subroutine sub()
50 function foo()
H A Darguments.f9021 subroutine sub3(i) subroutine
25 ! CHECK-LABEL: func @_QPsub3( argument
H A Dfunc-attrs.f9013 non_recursive subroutine sub3() subroutine
H A Dpre-fir-tree02.f90330 subroutine sub3() subroutine
333 entry sub4entry()
/llvm-project/flang/test/Semantics/OpenACC/
H A Dacc-declare-validity.f9068 subroutine sub3() subroutine
69 real :: aa(100)
H A Dacc-routine-validity.f9033 subroutine sub3(a) subroutine
35 end subroutine sub3 argument
H A Dacc-routine.f9013 subroutine sub3() subroutine
H A Dacc-module.f9030 subroutine sub3() subroutine
/llvm-project/flang/test/Lower/HLFIR/
H A Dprocedure-pointer.f9090 subroutine sub3() subroutine
96 …*]] = fir.alloca !fir.boxproc<(!fir.ref<f32>) -> f32> {bindc_name = "p1", uniq_name = "_QFsub3Ep1"} argument
/llvm-project/clang/test/Sema/
H A Dtypecheck-binop.c13 void *sub3(void *P) { in sub3() function
/llvm-project/clang/test/CodeGen/
H A Dubsan-promoted-arith.cpp41 char sub3(char c) { return -c; } in sub3() function