Searched defs:tx (Results 1 – 6 of 6) sorted by relevance
/llvm-project/libclc/generic/lib/math/ |
H A D | sincosD_piby4.h | 95 double tx = fma(-transform, x, piby4_lead) + fma(-transform, xx, piby4_tail); in __clc_tan_piby4() local
|
/llvm-project/clang/test/Analysis/ |
H A D | taint-tester.c | 53 int tx = xy.x; // expected-warning + {{tainted}} in taintTracking() local
|
/llvm-project/mlir/lib/Dialect/GPU/TransformOps/ |
H A D | Utils.cpp | 58 AffineExpr tx, ty, tz, bdx, bdy; in buildLinearId() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | warn-unused-local-typedef.cpp | 195 auto tx = template_sneaky(); variable
|
H A D | cxx1z-class-template-argument-deduction.cpp | 112 typename T::X tx = 0; f() local
|
/llvm-project/compiler-rt/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 230 #define __sanitizer_syscall_pre_clock_adjtime(which_clock, tx) \ argument 232 #define __sanitizer_syscall_post_clock_adjtime(res, which_clock, tx) \ argument
|