/llvm-project/flang/test/Lower/OpenMP/ |
H A D | parallel-firstprivate-clause-scalar.f90 | 74 subroutine firstprivate_integer(arg1, arg2, arg3, arg4, arg5, arg6) local 69 firstprivate_integer(arg1, arg2, arg3, arg4, arg5, arg6) global() argument 114 firstprivate_logical(arg1, arg2, arg3, arg4, arg5) global() argument 119 logical(kind=8) :: arg5 global() local 163 firstprivate_real(arg1, arg2, arg3, arg4, arg5, arg6) global() argument 168 real(kind=10) :: arg5 global() local [all...] |
/llvm-project/flang/test/Semantics/ |
H A D | resolve82.f90 | 40 testProcDecl(arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) global() argument 44 procedure(procFunc), intent(out), pointer, intent(out) :: arg5 global() local
|
H A D | resolve72.f90 | 18 type(*), intent(out) :: arg5 local
|
H A D | resolve71.f90 | 22 class (parenttype), allocatable :: arg5 local
|
H A D | resolve81.f90 | 50 subroutine testTypeDecl(arg1, arg2, arg3, arg4, arg5, arg6) argument
|
/llvm-project/libc/src/__support/OSUtil/linux/riscv/ |
H A D | syscall.h | 79 syscall_impl(long number,long arg1,long arg2,long arg3,long arg4,long arg5) syscall_impl() argument 86 syscall_impl(long number,long arg1,long arg2,long arg3,long arg4,long arg5,long arg6) syscall_impl() argument
|
/llvm-project/libc/src/__support/OSUtil/darwin/arm/ |
H A D | syscall.h | 81 syscall_impl(long number,long arg1,long arg2,long arg3,long arg4,long arg5) syscall_impl() argument 88 syscall_impl(long number,long arg1,long arg2,long arg3,long arg4,long arg5,long arg6) syscall_impl() argument
|
/llvm-project/libc/src/__support/OSUtil/linux/aarch64/ |
H A D | syscall.h | 79 syscall_impl(long number,long arg1,long arg2,long arg3,long arg4,long arg5) syscall_impl() argument 86 syscall_impl(long number,long arg1,long arg2,long arg3,long arg4,long arg5,long arg6) syscall_impl() argument
|
/llvm-project/libc/src/__support/OSUtil/linux/arm/ |
H A D | syscall.h | 97 syscall_impl(long number,long arg1,long arg2,long arg3,long arg4,long arg5) syscall_impl() argument 104 syscall_impl(long number,long arg1,long arg2,long arg3,long arg4,long arg5,long arg6) syscall_impl() argument
|
/llvm-project/compiler-rt/test/ubsan/TestCases/Misc/ |
H A D | nullability.c | 19 int *_Nullable arg3, int *arg4, int arg5, ...) { in nonnull_retval2()
|
/llvm-project/libc/include/llvm-libc-macros/linux/ |
H A D | unistd-macros.h | 52 #define __syscall_helper(sysno, arg1, arg2, arg3, arg4, arg5, arg6, ...) \ argument
|
/llvm-project/clang/test/CodeGen/PowerPC/ |
H A D | aix-struct-arg.c | 63 void arg5(Five x) {} in arg5() function
|
/llvm-project/bolt/runtime/ |
H A D | sys_aarch64.h | 376 unsigned long arg4, unsigned long arg5) { in __prctl()
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_netbsd.cpp | 291 uptr internal_prctl(int option, uptr arg2, uptr arg3, uptr arg4, uptr arg5) { in internal_prctl()
|
H A D | sanitizer_linux.cpp | 800 internal_prctl(int option,uptr arg2,uptr arg3,uptr arg4,uptr arg5) internal_prctl() argument
|
/llvm-project/libc/test/src/stdio/scanf_core/ |
H A D | parser_test.cpp | 665 char arg5 = 'A'; in TEST() local
|
/llvm-project/compiler-rt/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 1116 #define __sanitizer_syscall_pre_sendto(arg0, arg1, arg2, arg3, arg4, arg5) \ argument 1121 arg5) \ argument 1142 #define __sanitizer_syscall_pre_recvfrom(arg0, arg1, arg2, arg3, arg4, arg5) \ argument 1147 arg5) \ argument 1486 #define __sanitizer_syscall_pre_keyctl(cmd, arg2, arg3, arg4, arg5) \ argument 1489 #define __sanitizer_syscall_post_keyctl(res, cmd, arg2, arg3, arg4, arg5) \ argument 1755 #define __sanitizer_syscall_pre_pselect6(arg0, arg1, arg2, arg3, arg4, arg5) \ argument 1760 arg5) \ argument
|
H A D | netbsd_syscall_hooks.h | 31 arg5, arg6, arg7) \ argument 37 arg4, arg5, arg6, arg7) \ argument 1053 arg5, arg6, arg7) \ argument 1059 arg4, arg5, arg6, arg7) \ argument
|