Home
last modified time | relevance | path

Searched refs:static_local (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddebug-info-nodebug.cpp49 NODEBUG static int static_local = 6; in func4() local
H A Dstatic-initializer-branch-weights.cpp60 static S static_local; in f() local
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dattr-require-constant-initialization.cpp253 ATTR static int static_local = 42; in test_basic_start_static_2_3() local
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Darc.m371 static id static_local;
372 …test14_consume(&static_local); // expected-error {{passing address of non-local object to __autore…
375 test14_nowriteback(&static_local); // okay, not a write-back.