Searched refs:test_val (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/libc/test/src/errno/ |
| H A D | errno_test.cpp | 13 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 D | sprintf_test.cpp | 868 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 D | BPFISelDAGToDAG.cpp | 375 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 D | isl_test.c | 949 static int test_val(isl_ctx *ctx) in test_val() function 10792 { "val", &test_val },
|