Home
last modified time | relevance | path

Searched defs:local_static (Results 1 – 7 of 7) sorted by relevance

/llvm-project/libcxx/test/std/utilities/meta/meta.const.eval/
H A Dis_constant_evaluated.pass.cpp49 static int local_static = std::is_constant_evaluated() ? 42 : -1; in main() local
/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp11.cpp5 static int local_static; in test_reaching_scope() local
H A Dp10.cpp29 static int local_static; // expected-note{{'local_static' declared here}} in test_reaching_scope() local
/llvm-project/clang/test/Index/
H A Dcomplete-lambdas.cpp9 static int local_static; in f() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Duse-internal-linkage-var.cpp31 static int local_static; f() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Didentifier-naming-anon-record-fields.cpp169 int local_static; in test() member
/llvm-project/clang/test/Parser/
H A Dcxx1z-class-template-argument-deduction.cpp100 static A local_static = 0; in g() local