Home
last modified time | relevance | path

Searched refs:test_val (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/libc/test/src/errno/
H A Derrno_test.cpp13 int test_val = 123; in TEST() local
14 llvmlibc_errno = test_val; in TEST()
15 ASSERT_EQ(test_val, llvmlibc_errno); in TEST()
/llvm-project-15.0.7/libc/test/src/stdio/
H A Dsprintf_test.cpp868 int test_val = -1; in TEST() local
870 test_val = -1; in TEST()
873 EXPECT_EQ(test_val, 5); in TEST()
876 test_val = -1; in TEST()
877 written = __llvm_libc::sprintf(buff, "%n", &test_val); in TEST()
879 EXPECT_EQ(test_val, 0); in TEST()
882 test_val = 0x100; in TEST()
883 written = __llvm_libc::sprintf(buff, "ABC%hhnDEF", &test_val); in TEST()
885 EXPECT_EQ(test_val, 0x103); in TEST()
888 test_val = -1; in TEST()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp375 uint16_t test_val = 0x2345; in getConstantFieldValue() local
377 support::endian::write16le(test_buf.c, test_val); in getConstantFieldValue()
379 support::endian::write16be(test_buf.c, test_val); in getConstantFieldValue()
381 bool endian_match = test_buf.s == test_val; in getConstantFieldValue()
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_test.c949 static int test_val(isl_ctx *ctx) in test_val() function
10792 { "val", &test_val },