Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/lang/c/anonymous/
Dmain.c1 struct anonymous_nest { struct
40 int processor_nest (struct anonymous_nest *n) in processor_nest()
69 struct anonymous_nest n = { 0, 2, 0, 4 }; in main()