Home
last modified time | relevance | path

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

/external/lldb/test/lang/c/anonymous/
Dmain.c3 struct anonymous_nest { struct
42 int processor_nest (struct anonymous_nest *n) in processor_nest()
71 struct anonymous_nest n = { 0, 2, 0, 4 }; in main()