Home
last modified time | relevance | path

Searched defs:result2 (Results 1 – 11 of 11) sorted by relevance

/llvm-project/libc/fuzzing/stdlib/
H A DStringParserOutputDiff.h29 T result2 = func2(x); in StringParserOutputDiff() local
53 T result2 = func2(x, &outPtr2, base); in StringToNumberOutputDiff() local
/llvm-project/libc/fuzzing/math/
H A DSingleInputSingleOutputDiff.h29 T result2 = func2(x); in SingleInputSingleOutputDiff() local
50 T1 result2 = func2(x, &sideEffect2); in SingleInputSingleOutputWithSideEffectDiff() local
H A DTwoInputSingleOutputDiff.h32 T1 result2 = func2(x, y); in TwoInputSingleOutputDiff() local
/llvm-project/openmp/runtime/test/barrier/
H A Domp_barrier.c14 int result2; in test_omp_barrier() local
/llvm-project/lldb/test/API/functionalities/archives/
H A Db.c10 int result2 = arg1 - __b_global; in bb() local
/llvm-project/openmp/runtime/test/flush/
H A Domp_flush.c9 int result2; in test_omp_flush() local
/llvm-project/openmp/runtime/test/tasking/
H A Domp_taskwait.c14 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 Dcompare.pass.cpp49 IterBool result2 = map.insert(std::make_pair(Key(0), 43)); in main() local
/llvm-project/libc/test/src/__support/
H A Dbig_int_test.cpp291 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 Dblock_test.cpp690 auto result2 = BlockType::split(block, kN / 2); TEST_FOR_EACH_BLOCK_TYPE() local
/llvm-project/llvm/unittests/ADT/
H A DPointerUnionTest.cpp286 auto *result2 = cast<const double *>(constd2); in TEST_F() local