Home
last modified time | relevance | path

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

12

/external/llvm-project/clang/test/CXX/temp/temp.spec/temp.explicit/
Dp10.cpp9 static T static_var; member
23 T X0<T>::static_var = 1; // expected-error{{cannot initialize}} member in X0<T>
Dp9-linkage.cpp13 static T static_var; member
27 T X0<T>::static_var = 0; member in X0<T>
Dp9.cpp13 static T static_var; member
27 T X0<T>::static_var = 1; member in X0<T>
/external/clang/test/CXX/temp/temp.spec/temp.explicit/
Dp10.cpp9 static T static_var; member
23 T X0<T>::static_var = 1; // expected-error{{cannot initialize}} member in X0<T>
Dp9.cpp13 static T static_var; member
27 T X0<T>::static_var = 1; member in X0<T>
Dp9-linkage.cpp13 static T static_var; member
27 T X0<T>::static_var = 0; member in X0<T>
/external/clang/test/Modules/
Dmodule-private.cpp63 static int static_var; member
70 template<> __module_private__ int public_class<int>::static_var = 17; // expected-error{{member spe… member in public_class<int>
/external/llvm-project/clang/test/Modules/
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>
/external/clang/test/CodeGen/
Dasan-globals.cpp13 static int static_var = 0; in func() local
/external/llvm-project/lldb/test/API/python_api/frame/get-variables/
Dmain.c8 static int static_var = 123; in main() local
/external/llvm-project/clang/test/CodeGen/
Dasan-globals.cpp21 static int static_var = 0; in func() local
/external/compiler-rt/test/asan/TestCases/Posix/
Ddlclose-test.cc90 static int static_var; variable
/external/llvm-project/compiler-rt/test/asan/TestCases/Posix/
Ddlclose-test.cpp92 static int static_var; variable
/external/webrtc/third_party/abseil-cpp/absl/base/
Ddynamic_annotations.h353 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \ argument
366 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) /* empty */ argument
/external/abseil-cpp/absl/base/
Ddynamic_annotations.h353 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \ argument
366 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) /* empty */ argument
/external/libtextclassifier/abseil-cpp/absl/base/internal/
Ddynamic_annotations.h185 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \ argument
208 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) // empty argument
/external/openscreen/third_party/abseil/src/absl/base/internal/
Ddynamic_annotations.h185 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \ argument
208 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) // empty argument
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/
Ddynamic_annotations.h185 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \ argument
208 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) // empty argument
/external/python/cpython3/Include/
Ddynamic_annotations.h480 #define _Py_ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \ argument
495 #define _Py_ANNOTATE_BENIGN_RACE_STATIC(static_var, description) /* empty */ argument
/external/angle/third_party/abseil-cpp/absl/base/
Ddynamic_annotations.h183 #define ABSL_ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \ argument
/external/libtextclassifier/abseil-cpp/absl/base/
Ddynamic_annotations.h183 #define ABSL_ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \ argument
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/
Ddynamic_annotations.h183 #define ABSL_ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \ argument
/external/openscreen/third_party/abseil/src/absl/base/
Ddynamic_annotations.h183 #define ABSL_ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \ argument
/external/libchrome/base/third_party/dynamic_annotations/
Ddynamic_annotations.h576 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \ argument
591 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) /* empty */ argument
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmisc-unused-parameters.cpp46 static bool static_var = useLambda([] (int a) { return a; }); in __anonb6cd83090102() variable

12