Home
last modified time | relevance | path

Searched refs:static_var (Results 1 – 25 of 460) sorted by relevance

12345678910>>...19

/dports/devel/abseil/abseil-cpp-20211102.0/absl/base/internal/
H A Ddynamic_annotations.h185 #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
/dports/graphics/R-cran-s2/s2/src/absl/base/internal/
H A Ddynamic_annotations.h185 #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
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/abseil-cpp/absl/base/internal/
H A Ddynamic_annotations.h185 #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
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/abseil-cpp/absl/base/internal/
H A Ddynamic_annotations.h185 #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
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/abseil-cpp/absl/base/
H A Ddynamic_annotations.h353 #define ABSL_ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \ argument
355 class static_var ## _annotator { \
357 static_var ## _annotator() { \
358 ABSL_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 ABSL_ANNOTATE_BENIGN_RACE_STATIC(static_var, description) /* empty */ argument
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/abseil-cpp/absl/base/
H A Ddynamic_annotations.h353 #define ABSL_ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \ argument
355 class static_var ## _annotator { \
357 static_var ## _annotator() { \
358 ABSL_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 ABSL_ANNOTATE_BENIGN_RACE_STATIC(static_var, description) /* empty */ argument
/dports/graphics/s2/s2geometry-0.9.0/src/s2/third_party/absl/base/
H A Ddynamic_annotations.h358 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \ argument
360 class static_var ## _annotator { \
362 static_var ## _annotator() { \
363 ANNOTATE_BENIGN_RACE_SIZED(&static_var, \
364 sizeof(static_var), \
365 # static_var ": " description); \
368 static static_var ## _annotator the ## static_var ## _annotator;\
371 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) /* empty */ argument
/dports/devel/bloaty/bloaty-1.1/third_party/abseil-cpp/absl/base/
H A Ddynamic_annotations.h352 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \ argument
354 class static_var ## _annotator { \
356 static_var ## _annotator() { \
357 ANNOTATE_BENIGN_RACE_SIZED(&static_var, \
358 sizeof(static_var), \
359 # static_var ": " description); \
362 static static_var ## _annotator the ## static_var ## _annotator;\
365 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) /* empty */ argument
/dports/graphics/py-s2/s2geometry-0.9.0/src/s2/third_party/absl/base/
H A Ddynamic_annotations.h358 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \ argument
360 class static_var ## _annotator { \
362 static_var ## _annotator() { \
363 ANNOTATE_BENIGN_RACE_SIZED(&static_var, \
364 sizeof(static_var), \
365 # static_var ": " description); \
368 static static_var ## _annotator the ## static_var ## _annotator;\
371 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) /* empty */ argument
/dports/devel/cquery/cquery-20180718/index_tests/templates/
H A Dimplicit_variable_instantiation.cc6 static constexpr VarType static_var = (VarType)0x0; member
10 const typename VarType Holder<_>::static_var; member in ns::Holder<_>
13 int Foo = Holder<int>::static_var;
14 int Foo2 = Holder<int>::static_var;
/dports/devel/ccls/ccls-0.20210330/index_tests/templates/
H A Dimplicit_variable_instantiation.cc6 static constexpr VarType static_var = (VarType)0x0; member
10 const typename VarType Holder<_>::static_var; member in ns::Holder<_>
13 int Foo = Holder<int>::static_var;
14 int Foo2 = Holder<int>::static_var;
/dports/devel/abseil/abseil-cpp-20211102.0/absl/base/
H A Ddynamic_annotations.h186 #define ABSL_ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \ argument
188 class static_var##_annotator { \
190 static_var##_annotator() { \
191 ABSL_ANNOTATE_BENIGN_RACE_SIZED(&static_var, sizeof(static_var), \
192 #static_var ": " description); \
195 static static_var##_annotator the##static_var##_annotator; \
231 #define ABSL_ANNOTATE_BENIGN_RACE_STATIC(static_var, description) // empty
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/third_party/abseil-cpp/absl/base/
H A Ddynamic_annotations.h180 #define ABSL_ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \ argument
182 class static_var##_annotator { \
184 static_var##_annotator() { \
185 ABSL_ANNOTATE_BENIGN_RACE_SIZED(&static_var, sizeof(static_var), \
186 #static_var ": " description); \
189 static static_var##_annotator the##static_var##_annotator; \
225 #define ABSL_ANNOTATE_BENIGN_RACE_STATIC(static_var, description) // empty
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/abseil-cpp/absl/base/
H A Ddynamic_annotations.h180 #define ABSL_ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \ argument
182 class static_var##_annotator { \
184 static_var##_annotator() { \
185 ABSL_ANNOTATE_BENIGN_RACE_SIZED(&static_var, sizeof(static_var), \
186 #static_var ": " description); \
189 static static_var##_annotator the##static_var##_annotator; \
225 #define ABSL_ANNOTATE_BENIGN_RACE_STATIC(static_var, description) // empty
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/abseil-cpp/absl/base/
H A Ddynamic_annotations.h186 #define ABSL_ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \ argument
188 class static_var##_annotator { \
190 static_var##_annotator() { \
191 ABSL_ANNOTATE_BENIGN_RACE_SIZED(&static_var, sizeof(static_var), \
192 #static_var ": " description); \
195 static static_var##_annotator the##static_var##_annotator; \
231 #define ABSL_ANNOTATE_BENIGN_RACE_STATIC(static_var, description) // empty
/dports/devel/efl/efl-1.25.1/src/lib/edje/
H A Dedje_part_helper.h33 _part_proxy_del_cb(Eo *proxy, Eo **static_var) in _part_proxy_del_cb() argument
35 if (*static_var) in _part_proxy_del_cb()
37 if (*static_var != proxy) in _part_proxy_del_cb()
39 efl_del_intercept_set(*static_var, NULL); in _part_proxy_del_cb()
40 efl_unref(*static_var); in _part_proxy_del_cb()
44 *static_var = proxy; in _part_proxy_del_cb()
/dports/graphics/R-cran-s2/s2/src/absl/base/
H A Ddynamic_annotations.h186 #define ABSL_ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \ argument
188 class static_var##_annotator { \
190 static_var##_annotator() { \
191 ABSL_ANNOTATE_BENIGN_RACE_SIZED(&static_var, sizeof(static_var), \
192 #static_var ": " description); \
195 static static_var##_annotator the##static_var##_annotator; \
231 #define ABSL_ANNOTATE_BENIGN_RACE_STATIC(static_var, description) // empty
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/abseil-cpp/absl/base/
H A Ddynamic_annotations.h186 #define ABSL_ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \ argument
188 class static_var##_annotator { \
190 static_var##_annotator() { \
191 ABSL_ANNOTATE_BENIGN_RACE_SIZED(&static_var, sizeof(static_var), \
192 #static_var ": " description); \
195 static static_var##_annotator the##static_var##_annotator; \
231 #define ABSL_ANNOTATE_BENIGN_RACE_STATIC(static_var, description) // empty
/dports/lang/mono/mono-5.10.1.57/mono/tests/
H A Dgeneric-special2.2.cs9 internal static object static_var; field in GenericType
13 if (static_var != null && static_var.GetType () != typeof (List<T>)) in AccessStaticVar()
15 GenericType<T>.static_var = new List<T> (); in AccessStaticVar()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/drd/
H A Ddrd.h555 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \ argument
557 static class static_var##_annotator \
560 static_var##_annotator() \
562 ANNOTATE_BENIGN_RACE_SIZED(&static_var, sizeof(static_var), \
563 #static_var ": " description); \
565 } the_##static_var##_annotator; \
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/drd/
H A Ddrd.h555 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \ argument
557 static class static_var##_annotator \
560 static_var##_annotator() \
562 ANNOTATE_BENIGN_RACE_SIZED(&static_var, sizeof(static_var), \
563 #static_var ": " description); \
565 } the_##static_var##_annotator; \
/dports/databases/py-gdbm/Python-3.8.12/Include/
H A Ddynamic_annotations.h480 #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
/dports/lang/python37/Python-3.7.12/Include/
H A Ddynamic_annotations.h480 #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
/dports/lang/python38/Python-3.8.12/Include/
H A Ddynamic_annotations.h480 #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
/dports/lang/python310/Python-3.10.1/Include/
H A Ddynamic_annotations.h480 #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

12345678910>>...19