Home
last modified time | relevance | path

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

/llvm-project/llvm/test/CodeGen/BPF/
H A Dremove_truncate_5.ll4 ; struct test_t {
12 ; struct test_t t = {.a = 5};
16 %struct.test_t = type { i32, i8, i32, i8 }
18 @test.t = private unnamed_addr constant %struct.test_t { i32 5, i8 0, i32 0, i8 0 }, align 4
23 %1 = alloca %struct.test_t, align 4
/llvm-project/polly/lib/External/isl/imath/
H A Dimtest.c92 } test_t; typedef
94 test_t g_tests[] = {
176 int find_test(char *code, test_t *info);
343 test_t info; in run_test()
389 int find_test(char *code, test_t *info) { in find_test()
/llvm-project/clang/test/Sema/
H A Darm_inline_asm_constraints_no_fp_regs.c23 float test_t(float x) { in test_t() function
H A Darm_inline_asm_constraints.c300 float test_t(float x) { in test_t() function