Home
last modified time | relevance | path

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

/external/clang/test/Analysis/
Darray-struct-region.c79 struct circle_f { struct point o; float r; }; struct
80 struct circle_f get_circle_f() { in get_circle_f()
81 struct circle_f result; in get_circle_f()
88 struct circle_f c; in struct_in_struct_f()