Searched defs:use_a (Results 1 – 3 of 3) sorted by relevance
84 const int use_a = a; // expected-error {{undeclared identifier}} variable
10 __constant__ const int &use_a = a; variable
2 inline int use_a(A a) { return a.a_member; } in use_a() function