/llvm-project/llvm/docs/CommandGuide/ |
H A D | llvm-remarkutil.rst | 218 :program:`llvm-remarkutil size-diff` diffs size `remarks <https://llvm.org/docs/Remarks.html>`_ in … 233 Options 263 The human-readable format for :program:`llvm-remarkutil size-diff` is composed of 275 :program:`llvm-remarkutil size-diff` will emit a line like below: 309 :program:`llvm-remarkutil size-diff` will output a high-level summary after 339 :program:`llvm-remarkutil size-diff` will output JSON as follows. 376 Function JSON 415 :program:`llvm-remarkutil size-diff` are responsible for computing the diffs 426 :program:`llvm-remarkutil size-diff` returns 0 on success, and a non-zero value
|
/llvm-project/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/libc/src/__support/FPUtil/ |
H A D | nearest_integer.h | 33 float diff = x - r; nearest_integer() local 49 double diff = x - r; nearest_integer() local
|
/llvm-project/libcxx/test/std/time/time.clock/time.clock.file/ |
H A D | to_from_sys.pass.cpp | 46 auto diff = sys_now - std::chrono::file_clock::to_sys(file_now); in main() local 50 auto diff = std::chrono::file_clock::from_sys(sys_now) - file_now; in main() local
|
/llvm-project/libc/src/string/memory_utils/generic/ |
H A D | byte_per_byte.h | 69 const int32_t diff = a - b; variable
|
/llvm-project/compiler-rt/test/asan/TestCases/ |
H A D | max_redzone.cpp | 24 size_t diff = after - before; in main() local
|
/llvm-project/mlir/unittests/Analysis/Presburger/ |
H A D | QuasiPolynomialTest.cpp | 56 QuasiPolynomial diff = qp1 - qp2; in TEST() local
|
/llvm-project/libcxx/test/std/containers/unord/ |
H A D | from_range_unordered_containers.h | 96 auto diff = c.load_factor() - (static_cast<float>(c.size()) / c.bucket_count()); in test_unordered_map_with_input() local 294 auto diff = c.load_factor() - (static_cast<float>(c.size()) / c.bucket_count()); test_unordered_set_with_input() local
|
/llvm-project/libc/src/math/generic/ |
H A D | hypotf.cpp | 50 double diff = sum_sq - r_sq; global() variable
|
/llvm-project/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/libc/startup/linux/riscv/ |
H A D | tls.cpp | 38 uintptr_t diff = size_of_pointers & ALIGNMENT_MASK; init_tls() local
|
/llvm-project/libc/startup/linux/aarch64/ |
H A D | tls.cpp | 50 uintptr_t diff = size_of_pointers & ALIGNMENT_MASK; init_tls() local
|
/llvm-project/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/openmp/runtime/test/worksharing/sections/ |
H A D | omp_sections_reduction.c | 14 int diff; in test_omp_sections_reduction() local
|
H A D | omp_parallel_sections_reduction.c | 15 int diff; in test_omp_parallel_sections_reduction() local
|
/llvm-project/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/compiler-rt/test/hwasan/TestCases/Linux/ |
H A D | release-shadow.c | 55 size_t diff = rss_before - rss_after; in test_rss_difference() local
|
/llvm-project/clang/utils/check_cfc/ |
H A D | obj_diff.py | 109 diff = compare_object_files(args.objfilea[0], args.objfileb[0]) variable
|
/llvm-project/openmp/runtime/test/parallel/ |
H A D | omp_parallel_reduction.c | 18 int diff; in test_omp_parallel_reduction() local
|
/llvm-project/libcxx/utils/libcxx/sym_check/ |
H A D | diff.py | 49 def diff(old, new): function
|
/llvm-project/openmp/runtime/test/worksharing/for/ |
H A D | omp_parallel_for_reduction.c | 18 int diff; in test_omp_parallel_for_reduction() local
|
/llvm-project/compiler-rt/test/builtins/Unit/ |
H A D | divtc3_test.c | 93 Qcomplex diff = in test__divtc3() local
|
/llvm-project/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/flang/unittests/Runtime/ |
H A D | Random.cpp | 35 double diff{xs[j] - mean}; in TEST() local
|