Home
last modified time | relevance | path

Searched defs:static_var (Results 1 – 17 of 17) sorted by relevance

/llvm-project/clang/test/CXX/temp/temp.spec/temp.explicit/
H A Dp10.cpp9 static T static_var; member
23 T X0<T>::static_var = 1; // expected-error{{cannot initialize}} member in X0<T>
H A Dp9.cpp13 static T static_var; member
27 T X0<T>::static_var = 1; member in X0<T>
H A Dp9-linkage.cpp13 static T static_var; member
27 T X0<T>::static_var = 0; member in X0<T>
/llvm-project/llvm/test/tools/llvm-symbolizer/Inputs/
H A Dsymbols.part4.c2 static int static_var = 5; variable
H A Dsymbols.part3.c2 static int static_var = 0; variable
H A Dsymbols.part2.cpp3 int static static_var = 4; variable
H A Dsymbols.part1.cpp5 int static static_var = 0; variable
/llvm-project/clang/test/CodeGen/
H A Dmemtag-globals.cpp17 static int static_var = 0; func() local
H A Dhwasan-globals.cpp20 static int static_var = 0; in func() local
H A Dasan-globals.cpp23 static int static_var = 0; in func() local
/llvm-project/clang/test/Modules/
H A Dmodule-private.cpp61 static int static_var; member
68 template<> __module_private__ int public_class<int>::static_var = 17; // expected-error{{member spe… member in public_class<int>
/llvm-project/lldb/test/API/python_api/frame/get-variables/
H A Dmain.c8 static int static_var = 123; in main() local
/llvm-project/compiler-rt/test/asan/TestCases/Posix/
H A Ddlclose-test.cpp92 static int static_var; variable
/llvm-project/clang/test/SemaCUDA/
H A Ddevice-use-host-var.cu119 static int static_var; dev_fun() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Dunused-parameters.cpp46 static bool static_var = useLambda([] (int a) { return a; }); __anondc29ce070102() variable
/llvm-project/clang/test/SemaCXX/
H A Dcxx2c-placeholder-vars.cpp3 void static_var() { in static_var() function
H A DMicrosoftExtensions.cpp216 static const int static_var = 3; // expected-warning {{redeclaring non-static 'static_var' as static is a Microsoft extension}} global() variable