Searched defs:result2 (Results 1 – 11 of 11) sorted by relevance
/llvm-project/libc/fuzzing/stdlib/ |
H A D | StringParserOutputDiff.h | 29 T result2 = func2(x); in StringParserOutputDiff() local 53 T result2 = func2(x, &outPtr2, base); in StringToNumberOutputDiff() local
|
/llvm-project/libc/fuzzing/math/ |
H A D | SingleInputSingleOutputDiff.h | 29 T result2 = func2(x); in SingleInputSingleOutputDiff() local 50 T1 result2 = func2(x, &sideEffect2); in SingleInputSingleOutputWithSideEffectDiff() local
|
H A D | TwoInputSingleOutputDiff.h | 32 T1 result2 = func2(x, y); in TwoInputSingleOutputDiff() local
|
/llvm-project/openmp/runtime/test/barrier/ |
H A D | omp_barrier.c | 14 int result2; in test_omp_barrier() local
|
/llvm-project/lldb/test/API/functionalities/archives/ |
H A D | b.c | 10 int result2 = arg1 - __b_global; in bb() local
|
/llvm-project/openmp/runtime/test/flush/ |
H A D | omp_flush.c | 9 int result2; in test_omp_flush() local
|
/llvm-project/openmp/runtime/test/tasking/ |
H A D | omp_taskwait.c | 14 int result2 = 0; /* Stores number of wrong array elements at the end */ in test_omp_taskwait() local
|
/llvm-project/libcxx/test/std/containers/associative/map/ |
H A D | compare.pass.cpp | 49 IterBool result2 = map.insert(std::make_pair(Key(0), 43)); in main() local
|
/llvm-project/libc/test/src/__support/ |
H A D | big_int_test.cpp | 291 LL_UInt128 result2({0x10, 0x1}); TEST() local 325 LL_UInt128 result2(0xa3f8); TEST() local 360 LL_UInt128 result2({0xffffffffffffffff, 0xffffffffffffffff}); TEST() local 420 LL_UInt128 result2({0x1111111111111111, 0x1111111111111111}); TEST() local 465 LL_UInt128 result2({1, 0}); TEST() local 512 LL_UInt128 result2({1, 0}); TEST() local 561 LL_UInt128 result2({0x02468ace00000000, 0x9abcdef013579bdf}); TEST() local 587 LL_UInt128 result2({0x9abcdef013579bdf, 0x0000000012345678}); TEST() local [all...] |
H A D | block_test.cpp | 690 auto result2 = BlockType::split(block, kN / 2); TEST_FOR_EACH_BLOCK_TYPE() local
|
/llvm-project/llvm/unittests/ADT/ |
H A D | PointerUnionTest.cpp | 286 auto *result2 = cast<const double *>(constd2); in TEST_F() local
|