| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | function-template-specialization.cpp | 10 T* next(T* ptr, const U& diff) { in next() 14 void test(int *iptr, float *fptr, int diff) { in test() 25 void test2(int *iptr, double *dptr, int diff) { in test2()
|
| /llvm-project-15.0.7/libc/src/__support/FPUtil/ |
| H A D | nearest_integer.h | 32 float diff = x - r; in nearest_integer() local 48 double diff = x - r; in nearest_integer() local
|
| /llvm-project-15.0.7/libcxx/test/std/time/time.clock/time.clock.file/ |
| H A D | to_from_sys.pass.cpp | 48 auto diff = sys_now - std::chrono::file_clock::to_sys(file_now); in main() local 52 auto diff = std::chrono::file_clock::from_sys(sys_now) - file_now; in main() local
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/ |
| H A D | max_redzone.cpp | 24 size_t diff = after - before; in main() local
|
| /llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/ |
| H A D | Fraction.h | 55 int64_t diff = x.num * y.den - y.num * x.den; in compare() local
|
| /llvm-project-15.0.7/libc/src/math/generic/ |
| H A D | hypotf.cpp | 50 double diff = sum_sq - r_sq; variable
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/ |
| H A D | pro-bounds-pointer-arithmetic.cpp | 86 auto diff = p - q; // OK, result is arithmetic in okay() local
|
| /llvm-project-15.0.7/libc/AOR_v20.02/string/aarch64/ |
| H A D | strcmp.S | 31 #define diff x5 macro
|
| H A D | strncmp.S | 32 #define diff x6 macro
|
| /llvm-project-15.0.7/compiler-rt/test/hwasan/TestCases/Linux/ |
| H A D | release-shadow.c | 52 size_t diff = rss_before - rss_after; in test_rss_difference() local
|
| /llvm-project-15.0.7/openmp/runtime/test/worksharing/sections/ |
| H A D | omp_parallel_sections_reduction.c | 15 int diff; in test_omp_parallel_sections_reduction() local
|
| H A D | omp_sections_reduction.c | 14 int diff; in test_omp_sections_reduction() local
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Linux/ |
| H A D | nohugepage_test.cpp | 101 long diff = rss[i+1] / rss[i]; in main() local
|
| /llvm-project-15.0.7/clang/utils/check_cfc/ |
| H A D | obj_diff.py | 98 diff = compare_object_files(args.objfilea[0], args.objfileb[0]) variable
|
| /llvm-project-15.0.7/llvm/tools/llvm-diff/lib/ |
| H A D | DifferenceEngine.cpp | 197 void diff(const BasicBlock *L, const BasicBlock *R) { in diff() function in __anon246d63510111::FunctionDifferenceEngine 253 bool diff(const Instruction *L, const Instruction *R, bool Complain, in diff() function in __anon246d63510111::FunctionDifferenceEngine 615 void diff(const Function *L, const Function *R) { in diff() function in __anon246d63510111::FunctionDifferenceEngine 792 void DifferenceEngine::diff(const Function *L, const Function *R) { in diff() function in DifferenceEngine 810 void DifferenceEngine::diff(const Module *L, const Module *R) { in diff() function in DifferenceEngine
|
| /llvm-project-15.0.7/openmp/runtime/test/worksharing/for/ |
| H A D | omp_parallel_for_reduction.c | 18 int diff; in test_omp_parallel_for_reduction() local
|
| H A D | omp_for_reduction.c | 15 int diff; in test_omp_for_reduction() local
|
| /llvm-project-15.0.7/libcxx/utils/libcxx/sym_check/ |
| H A D | diff.py | 50 def diff(old, new): function
|
| /llvm-project-15.0.7/openmp/runtime/test/parallel/ |
| H A D | omp_parallel_reduction.c | 18 int diff; in test_omp_parallel_reduction() local
|
| /llvm-project-15.0.7/compiler-rt/lib/xray/ |
| H A D | xray_utils.h | 79 constexpr ptrdiff_t diff(uintptr_t A, uintptr_t B) { in diff() function
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_sync.cpp | 134 uptr diff = RoundUp(p, kPageSize) - p; in ResetRange() local 239 uptr diff = dst - src; in MoveMemory() local
|
| /llvm-project-15.0.7/flang/unittests/Runtime/ |
| H A D | Random.cpp | 35 double diff{xs[j] - mean}; in TEST() local
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_sync.cpp | 123 uptr diff = RoundUp(p, kPageSize) - p; in ResetRange() local 249 uptr diff = dst - src; in MoveMemory() local
|
| /llvm-project-15.0.7/libc/loader/linux/aarch64/ |
| H A D | start.cpp | 60 uintptr_t diff = size_of_pointers & ALIGNMENT_MASK; in init_tls() local
|
| /llvm-project-15.0.7/openmp/runtime/test/atomic/ |
| H A D | omp_atomic.c | 13 int diff; in test_omp_atomic() local
|