/external/clang/test/CXX/temp/temp.spec/temp.explicit/ |
p10.cpp | 9 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}}
|
p9-linkage.cpp | 13 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;
|
p9.cpp | 13 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/compiler-rt/lib/asan/lit_tests/SharedLibs/ |
dlclose-test-so.cc | 18 static int static_var; variable 23 return &static_var;
|
/external/clang/test/Modules/ |
module-private.cpp | 67 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/valgrind/main/drd/ |
drd.h | 460 #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/chromium/base/third_party/dynamic_annotations/ |
dynamic_annotations.h | 571 #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/ |
dynamic_annotations.h | 576 #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/ |
probe-finder.c | 823 goto static_var; 834 static_var: [all...] |