Home
last modified time | relevance | path

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

/lib/
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()
477 test_structs(assigned_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()
484 test_structs(assigned_static_partial); in test_stackinit_init()
[all …]