Home
last modified time | relevance | path

Searched defs:t12b (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/Sema/
H A Dthread-specifier.c49 …auto __thread int t12b; // expected-error {{cannot combine with previous 'auto' declaration specif… in f() local
54 auto __thread t12b = 0; // expected-error {{'_Thread_local' variables must have global storage}} \ in f() local
/llvm-project/clang/test/Analysis/
H A Dfree.cpp148 void t12b () { in t12b() function