Searched defs:tptr (Results 1 – 6 of 6) sorted by relevance
/llvm-project/clang/test/Parser/ |
H A D | MicrosoftExtensions.c | 4 typedef int (__cdecl *tptr)(void); typedef
|
/llvm-project/libclc/generic/lib/math/ |
H A D | sincosD_piby4.h | 127 double tptr = transform * (MATH_DIVIDE(2.0*tp, tp - 1.0) - 1.0); in __clc_tan_piby4() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | cxx0x-initializer-scalars.cpp | 109 typedef T *tptr; in dependent_edge_cases() typedef
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | isolate-declaration.cpp | 399 typedef int *tptr, tbt; typedef
|
/llvm-project/compiler-rt/include/sanitizer/ |
H A D | netbsd_syscall_hooks.h | 730 #define __sanitizer_syscall_pre_compat_50_utimes(path, tptr) \ argument 733 #define __sanitizer_syscall_post_compat_50_utimes(res, path, tptr) \ argument 1106 #define __sanitizer_syscall_pre_compat_50_futimes(fd, tptr) \ argument 1109 #define __sanitizer_syscall_post_compat_50_futimes(res, fd, tptr) \ argument 1459 #define __sanitizer_syscall_pre_compat_50_lutimes(path, tptr) \ argument 1462 #define __sanitizer_syscall_post_compat_50_lutimes(res, path, tptr) \ argument 2307 #define __sanitizer_syscall_pre___utimes50(path, tptr) \ argument 2309 #define __sanitizer_syscall_post___utimes50(res, path, tptr) \ argument 2324 #define __sanitizer_syscall_pre___futimes50(fd, tptr) \ argument 2326 #define __sanitizer_syscall_post___futimes50(res, fd, tptr) \ argument [all …]
|
H A D | linux_syscall_hooks.h | 27 #define __sanitizer_syscall_pre_stime(tptr) \ argument 29 #define __sanitizer_syscall_post_stime(res, tptr) \ argument
|