OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:s_enable_annotations
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/drd/tests/
annotate_smart_pointer.cpp
42
static bool
s_enable_annotations
;
variable
239
if (
s_enable_annotations
)
243
if (
s_enable_annotations
)
311
s_enable_annotations
= argc > 3 ? !!atoi(argv[3]) : true;
Completed in 220 milliseconds