Home
last modified time | relevance | path

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

/llvm-project/clang/test/Sema/
H A Dthread-specifier.c47 …__thread auto int t12a; // expected-error-re {{cannot combine with previous '{{__thread|_Thread_lo… in f() local
52 __thread auto t12a = 0; // expected-error {{'_Thread_local' variables must have global storage}} \ in f() local
/llvm-project/clang/test/Analysis/
H A Dfree.cpp143 void t12a () { in t12a() function