Home
last modified time | relevance | path

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

/external/clang/test/Analysis/
Dinline.c86 struct rdar10977037 { int x, y; }; argument
87 int test_rdar10977037_aux(struct rdar10977037 v) { return v.y; } in test_rdar10977037_aux()
88 int test_rdar10977037_aux_2(struct rdar10977037 v);
90 struct rdar10977037 v; in test_rdar10977037()