Searched refs:getUQ (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/Analysis/
H A Ddesignated-initializer.c6 union UQ getUQ() { function
12 struct LUQ { union UQ uq; } var = { getUQ(), .uq.q.a = 100 };
21 // CHECK: 1: getUQ
31 // CHECK: 11: struct LUQ var = {getUQ(), .uq.q.a = 100};

Completed in 191 milliseconds