Home
last modified time | relevance | path

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

/llvm-project/libc/test/src/errno/
H A Derrno_test.cpp13 int test_val = 123; in TEST() local
14 LIBC_NAMESPACE::libc_errno = test_val; in TEST()
15 ASSERT_ERRNO_EQ(test_val); in TEST()
/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp371 uint16_t test_val = 0x2345; in getConstantFieldValue()
373 support::endian::write16le(test_buf.c, test_val); in getConstantFieldValue()
375 support::endian::write16be(test_buf.c, test_val); in getConstantFieldValue() local
377 bool endian_match = test_buf.s == test_val; in getConstantFieldValue()
/llvm-project/libc/test/src/stdio/
H A Dsprintf_test.cpp3307 int test_val = -1; in TEST_F()
3309 test_val = -1; in TEST_F()
3310 written = LIBC_NAMESPACE::sprintf(buff, "12345%n67890", &test_val); in TEST_F()
3311 EXPECT_EQ(test_val, 5); in TEST_F()
3314 test_val = -1; in TEST_F()
3315 written = LIBC_NAMESPACE::sprintf(buff, "%n", &test_val); in TEST_F()
3316 EXPECT_EQ(test_val, 0); in TEST_F()
3319 test_val = 0x100; in TEST_F()
3320 written = LIBC_NAMESPACE::sprintf(buff, "ABC%hhnDEF", &test_val); in TEST_F()
3321 EXPECT_EQ(test_val, in TEST_F()
3506 int test_val = -1; TEST() local
[all...]
/llvm-project/polly/lib/External/isl/
H A Disl_test.c980 static int test_val(isl_ctx *ctx) in test_val() function
10945 { "val", &test_val },