HomeSort by relevance Sort by last modified time
    Searched refs:static_var (Results 1 - 12 of 12) sorted by null

  /external/clang/test/CodeGen/
asan-globals.cpp 14 static int static_var = 0; local
20 // CHECK: !llvm.asan.globals = !{![[GLOBAL:[0-9]+]], ![[DYN_INIT_GLOBAL:[0-9]+]], ![[BLACKLISTED_GLOBAL:[0-9]+]], ![[STATIC_VAR:[0-9]+]], ![[LITERAL:[0-9]+]]}
24 // CHECK: ![[STATIC_VAR]] = metadata !{{{.*}} [[STATIC_LOC]], i1 false, i1 false}
27 // BLACKLIST-SRC: !llvm.asan.globals = !{![[GLOBAL:[0-9]+]], ![[DYN_INIT_GLOBAL:[0-9]+]], ![[BLACKLISTED_GLOBAL:[0-9]+]], ![[STATIC_VAR:[0-9]+]], ![[LITERAL:[0-9]+]]}
31 // BLACKLIST-SRC: ![[STATIC_VAR]] = metadata !{{{.*}} null, i1 false, i1 true}
  /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/chromium_org/third_party/cld/base/
dynamic_annotations.h 336 #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/
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/compiler-rt/test/asan/TestCases/
dlclose-test.cc 83 static int static_var; variable
88 return &static_var;
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
dynamic_annotations.h 545 #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/
dynamic_annotations.h 545 #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/base/third_party/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/clang/test/SemaCXX/
MicrosoftExtensions.cpp 152 extern const int static_var; // expected-note {{previous declaration is here}}
153 static const int static_var = 3; // expected-warning {{redeclaring non-static 'static_var' as static is a Microsoft extension}} variable
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
probe-finder.c 297 goto static_var;
308 static_var:
    [all...]

Completed in 166 milliseconds