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

/external/compiler-rt/lib/asan/output_tests/
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.h460 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \
462 static class static_var##_annotator \
465 static_var##_annotator() \
467 ANNOTATE_BENIGN_RACE_SIZED(&static_var, sizeof(static_var), \
468 #static_var ": " description); \
470 } the_##static_var##_annotator; \
/external/clang/test/Modules/
H A Dmodule-private.cpp64 static int static_var; member in struct:public_class
71 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/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/valgrind/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 266 milliseconds