Searched defs:alen (Results 1 – 7 of 7) sorted by relevance
/llvm-project/clang/test/OpenMP/ |
H A D | target_teams_distribute_simd_ast_print.cpp | 72 const int alen = 16; in bar() local 108 const int alen = 16; in foo() local 128 const T alen = 16; in tmain() local
|
H A D | target_teams_distribute_parallel_for_simd_ast_print.cpp | 69 const int alen = 16; in bar() local 107 const int alen = 16; in foo() local 128 const T alen = 16; in tmain() local
|
H A D | teams_distribute_simd_ast_print.cpp | 64 const int alen = 16; in bar() local 114 const int alen = 16; in foo() local 139 const T alen = 16; in tmain() local
|
H A D | teams_distribute_parallel_for_simd_ast_print.cpp | 67 const int alen = 16; in bar() local 113 const int alen = 16; in foo() local 140 const T alen = 16; in tmain() local
|
H A D | teams_distribute_parallel_for_ast_print.cpp | 110 const T alen = 16; in tmain() local
|
H A D | target_teams_distribute_parallel_for_ast_print.cpp | 108 const T alen = 16; in tmain() local
|
/llvm-project/compiler-rt/include/sanitizer/ |
H A D | netbsd_syscall_hooks.h | 196 #define __sanitizer_syscall_pre_getpeername(fdes, asa, alen) \ argument 199 #define __sanitizer_syscall_post_getpeername(res, fdes, asa, alen) \ argument 202 #define __sanitizer_syscall_pre_getsockname(fdes, asa, alen) \ argument 205 #define __sanitizer_syscall_post_getsockname(res, fdes, asa, alen) \ argument 743 #define __sanitizer_syscall_pre_compat_43_ogetpeername(fdes, asa, alen) \ argument 746 #define __sanitizer_syscall_post_compat_43_ogetpeername(res, fdes, asa, alen) \ argument 789 #define __sanitizer_syscall_pre_compat_43_ogetsockname(fdec, asa, alen) \ argument 792 #define __sanitizer_syscall_post_compat_43_ogetsockname(res, fdec, asa, alen) \ argument
|