Searched defs:t12b (Results 1 – 2 of 2) sorted by relevance
49 …auto __thread int t12b; // expected-error {{cannot combine with previous 'auto' declaration specif… in f() local54 auto __thread t12b = 0; // expected-error {{'_Thread_local' variables must have global storage}} \ in f() local
148 void t12b () { in t12b() function