Home
last modified time | relevance | path

Searched refs:local_static (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dp11.cpp5 static int local_static; in test_reaching_scope() local
11 local_static; in test_reaching_scope()
Dp10.cpp29 static int local_static; // expected-note{{'local_static' declared here}} in test_reaching_scope() local
34local_static]() { // expected-error{{'local_static' cannot be captured because it does not have au… in test_reaching_scope()
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dp11.cpp5 static int local_static; in test_reaching_scope() local
11 local_static; in test_reaching_scope()
Dp10.cpp29 static int local_static; // expected-note{{'local_static' declared here}} in test_reaching_scope() local
34local_static]() { // expected-error{{'local_static' cannot be captured because it does not have au… in test_reaching_scope()
/external/llvm-project/libcxx/test/std/utilities/meta/meta.const.eval/
Dis_constant_evaluated.pass.cpp55 static int local_static = std::is_constant_evaluated() ? 42 : -1; in main() local
56 assert(local_static == 42); in main()
/external/llvm-project/clang/test/Index/
Dcomplete-lambdas.cpp9 static int local_static; in f() local
/external/clang/test/Index/
Dcomplete-lambdas.cpp9 static int local_static; in f() local
/external/llvm-project/clang/test/Parser/
Dcxx1z-class-template-argument-deduction.cpp100 static A local_static = 0; in g() local