Home
last modified time | relevance | path

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

/linux/lib/
A Dtest_stackinit.c465 #define test_structs(init) do { \ in test_stackinit_init() macro
474 test_structs(zero); in test_stackinit_init()
476 test_structs(dynamic_partial); in test_stackinit_init()
479 test_structs(static_partial); in test_stackinit_init()
480 test_structs(static_all); in test_stackinit_init()
481 test_structs(dynamic_all); in test_stackinit_init()
482 test_structs(runtime_partial); in test_stackinit_init()
483 test_structs(runtime_all); in test_stackinit_init()
485 test_structs(assigned_static_all); in test_stackinit_init()
488 test_structs(assigned_copy); in test_stackinit_init()
[all …]

Completed in 4 milliseconds