/external/libtextclassifier/abseil-cpp/absl/base/internal/ |
D | dynamic_annotations.h | 185 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \ argument 187 class static_var##_annotator { \ 189 static_var##_annotator() { \ 190 ANNOTATE_BENIGN_RACE_SIZED(&static_var, sizeof(static_var), \ 191 #static_var ": " description); \ 194 static static_var##_annotator the##static_var##_annotator; \ 208 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) // empty argument
|
/external/openscreen/third_party/abseil/src/absl/base/internal/ |
D | dynamic_annotations.h | 185 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \ argument 187 class static_var##_annotator { \ 189 static_var##_annotator() { \ 190 ANNOTATE_BENIGN_RACE_SIZED(&static_var, sizeof(static_var), \ 191 #static_var ": " description); \ 194 static static_var##_annotator the##static_var##_annotator; \ 208 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) // empty argument
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/ |
D | dynamic_annotations.h | 185 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \ argument 187 class static_var##_annotator { \ 189 static_var##_annotator() { \ 190 ANNOTATE_BENIGN_RACE_SIZED(&static_var, sizeof(static_var), \ 191 #static_var ": " description); \ 194 static static_var##_annotator the##static_var##_annotator; \ 208 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) // empty argument
|
/external/webrtc/third_party/abseil-cpp/absl/base/ |
D | dynamic_annotations.h | 353 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \ argument 355 class static_var ## _annotator { \ 357 static_var ## _annotator() { \ 358 ANNOTATE_BENIGN_RACE_SIZED(&static_var, \ 359 sizeof(static_var), \ 360 # static_var ": " description); \ 363 static static_var ## _annotator the ## static_var ## _annotator;\ 366 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) /* empty */ argument
|
/external/abseil-cpp/absl/base/ |
D | dynamic_annotations.h | 353 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \ argument 355 class static_var ## _annotator { \ 357 static_var ## _annotator() { \ 358 ANNOTATE_BENIGN_RACE_SIZED(&static_var, \ 359 sizeof(static_var), \ 360 # static_var ": " description); \ 363 static static_var ## _annotator the ## static_var ## _annotator;\ 366 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) /* empty */ argument
|
/external/angle/third_party/abseil-cpp/absl/base/ |
D | dynamic_annotations.h | 183 #define ABSL_ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \ argument 185 class static_var##_annotator { \ 187 static_var##_annotator() { \ 188 ABSL_ANNOTATE_BENIGN_RACE_SIZED(&static_var, sizeof(static_var), \ 189 #static_var ": " description); \ 192 static static_var##_annotator the##static_var##_annotator; \ 228 #define ABSL_ANNOTATE_BENIGN_RACE_STATIC(static_var, description) // empty
|
/external/libtextclassifier/abseil-cpp/absl/base/ |
D | dynamic_annotations.h | 183 #define ABSL_ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \ argument 185 class static_var##_annotator { \ 187 static_var##_annotator() { \ 188 ABSL_ANNOTATE_BENIGN_RACE_SIZED(&static_var, sizeof(static_var), \ 189 #static_var ": " description); \ 192 static static_var##_annotator the##static_var##_annotator; \ 228 #define ABSL_ANNOTATE_BENIGN_RACE_STATIC(static_var, description) // empty
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/ |
D | dynamic_annotations.h | 183 #define ABSL_ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \ argument 185 class static_var##_annotator { \ 187 static_var##_annotator() { \ 188 ABSL_ANNOTATE_BENIGN_RACE_SIZED(&static_var, sizeof(static_var), \ 189 #static_var ": " description); \ 192 static static_var##_annotator the##static_var##_annotator; \ 228 #define ABSL_ANNOTATE_BENIGN_RACE_STATIC(static_var, description) // empty
|
/external/openscreen/third_party/abseil/src/absl/base/ |
D | dynamic_annotations.h | 183 #define ABSL_ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \ argument 185 class static_var##_annotator { \ 187 static_var##_annotator() { \ 188 ABSL_ANNOTATE_BENIGN_RACE_SIZED(&static_var, sizeof(static_var), \ 189 #static_var ": " description); \ 192 static static_var##_annotator the##static_var##_annotator; \ 228 #define ABSL_ANNOTATE_BENIGN_RACE_STATIC(static_var, description) // empty
|
/external/python/cpython3/Include/ |
D | dynamic_annotations.h | 480 #define _Py_ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \ argument 482 class static_var ## _annotator { \ 484 static_var ## _annotator() { \ 485 _Py_ANNOTATE_BENIGN_RACE_SIZED(&static_var, \ 486 sizeof(static_var), \ 487 # static_var ": " description); \ 490 static static_var ## _annotator the ## static_var ## _annotator;\ 495 #define _Py_ANNOTATE_BENIGN_RACE_STATIC(static_var, description) /* empty */ argument
|
/external/llvm-project/clang/test/CXX/temp/temp.spec/temp.explicit/ |
D | p10.cpp | 9 static T static_var; member 23 T X0<T>::static_var = 1; // expected-error{{cannot initialize}} member in X0<T> 32 extern template int X0<int>::static_var; // expected-error{{follows explicit instantiation definiti…
|
D | p9-linkage.cpp | 13 static T static_var; member 27 T X0<T>::static_var = 0; member in X0<T> 38 return X0<int*>::static_var; in test()
|
D | p9.cpp | 13 static T static_var; member 27 T X0<T>::static_var = 1; member in X0<T> 35 return X0<int*>::static_var; in test()
|
/external/clang/test/CXX/temp/temp.spec/temp.explicit/ |
D | p10.cpp | 9 static T static_var; member 23 T X0<T>::static_var = 1; // expected-error{{cannot initialize}} member in X0<T> 32 extern template int X0<int>::static_var; // expected-error{{follows explicit instantiation definiti…
|
D | p9.cpp | 13 static T static_var; member 27 T X0<T>::static_var = 1; member in X0<T> 35 return X0<int*>::static_var; in test()
|
D | p9-linkage.cpp | 13 static T static_var; member 27 T X0<T>::static_var = 0; member in X0<T> 38 return X0<int*>::static_var; in test()
|
/external/llvm-project/llvm/test/CodeGen/NVPTX/ |
D | generic-to-nvvm-ir.ll | 9 ; CHECK-DAG: @static_var = {{.*}}addrspace(1) 10 @static_var = externally_initialized global i8 0, align 1, !dbg !4 23 ; CHECK-DAG: addrspacecast (i8 addrspace(1)* @static_var to i8*) 24 %1 = load i8, i8* @static_var, align 1 45 !4 = !DIGlobalVariableExpression(var: !DIGlobalVariable(name: "static_var", scope: !0, file: !1, li… 48 ; CHECK: [[GVVAR]] = !DIGlobalVariable(name: "static_var"
|
/external/libchrome/base/third_party/dynamic_annotations/ |
D | dynamic_annotations.h | 576 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \ argument 578 class static_var ## _annotator { \ 580 static_var ## _annotator() { \ 581 ANNOTATE_BENIGN_RACE_SIZED(&static_var, \ 582 sizeof(static_var), \ 583 # static_var ": " description); \ 586 static static_var ## _annotator the ## static_var ## _annotator;\ 591 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) /* empty */ argument
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | dlclose-test.cc | 90 static int static_var; variable 95 return &static_var; in get_address_of_static_var()
|
/external/llvm-project/compiler-rt/test/asan/TestCases/Posix/ |
D | dlclose-test.cpp | 92 static int static_var; variable 97 return &static_var; in get_address_of_static_var()
|
/external/llvm-project/clang/test/Modules/ |
D | module-private.cpp | 61 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/Modules/ |
D | module-private.cpp | 63 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/clang/test/CodeGen/ |
D | asan-globals.cpp | 13 static int static_var = 0; in func() local
|
/external/llvm-project/clang/test/CodeGen/ |
D | asan-globals.cpp | 21 static int static_var = 0; in func() local
|
/external/llvm-project/lldb/test/API/python_api/frame/get-variables/ |
D | main.c | 8 static int static_var = 123; in main() local
|