Searched refs:static_var (Results 1 - 12 of 12) sorted by relevance

/external/compiler-rt/lib/asan/lit_tests/TestCases/SharedLibs/
H A Ddlclose-test-so.cc18 static int static_var; variable
23 return &static_var;
/external/clang/test/CXX/temp/temp.spec/temp.explicit/
H A Dp10.cpp9 static T static_var; member in struct:X0
23 T X0<T>::static_var = 1; // expected-error{{cannot initialize}} member in class:X0
32 extern template int X0<int>::static_var; // expected-error{{follows explicit instantiation definition}}
H A Dp9-linkage.cpp13 static T static_var; member in struct:X0
27 T X0<T>::static_var = 0; member in class:X0
38 return X0<int*>::static_var;
H A Dp9.cpp13 static T static_var; member in struct:X0
27 T X0<T>::static_var = 1; member in class:X0
35 return X0<int*>::static_var;
/external/valgrind/main/drd/
H A Ddrd.h505 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \
507 static class static_var##_annotator \
510 static_var##_annotator() \
512 ANNOTATE_BENIGN_RACE_SIZED(&static_var, sizeof(static_var), \
513 #static_var ": " description); \
515 } the_##static_var##_annotator; \
/external/chromium_org/third_party/cld/base/
H A Ddynamic_annotations.h336 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \
338 class static_var ## _annotator { \
340 static_var ## _annotator() { \
341 ANNOTATE_BENIGN_RACE(&static_var, \
342 # static_var ": " description); \
345 static static_var ## _annotator the ## static_var ## _annotator;\
350 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) // empty
/external/clang/test/Modules/
H A Dmodule-private.cpp67 static int static_var; member in struct:public_class
74 template<> __module_private__ int public_class<int>::static_var = 17; // expected-error{{member specialization cannot be declared __module_private__}} member in class:public_class
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Ddynamic_annotations.h545 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \
547 class static_var ## _annotator { \
549 static_var ## _annotator() { \
550 ANNOTATE_BENIGN_RACE_SIZED(&static_var, \
551 sizeof(static_var), \
552 # static_var ": " description); \
555 static static_var ## _annotator the ## static_var ## _annotator;\
560 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) /* empty */
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Ddynamic_annotations.h545 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \
547 class static_var ## _annotator { \
549 static_var ## _annotator() { \
550 ANNOTATE_BENIGN_RACE_SIZED(&static_var, \
551 sizeof(static_var), \
552 # static_var ": " description); \
555 static static_var ## _annotator the ## static_var ## _annotator;\
560 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) /* empty */
/external/chromium/base/third_party/dynamic_annotations/
H A Ddynamic_annotations.h571 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \
573 class static_var ## _annotator { \
575 static_var ## _annotator() { \
576 ANNOTATE_BENIGN_RACE_SIZED(&static_var, \
577 sizeof(static_var), \
578 # static_var ": " description); \
581 static static_var ## _annotator the ## static_var ## _annotator;\
586 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) /* empty */
/external/chromium_org/base/third_party/dynamic_annotations/
H A Ddynamic_annotations.h576 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \
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 */
/external/linux-tools-perf/util/
H A Dprobe-finder.c823 goto static_var;
834 static_var:

Completed in 234 milliseconds