OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:static_var
(Results
1 - 8
of
8
) sorted by null
/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/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/valgrind/main/drd/
drd.h
505
#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/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/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/linux-tools-perf/util/
probe-finder.c
823
goto
static_var
;
834
static_var
:
[
all
...]
Completed in 297 milliseconds