HomeSort by relevance Sort by last modified time
    Searched full:s_enable_annotations (Results 1 - 1 of 1) sorted by null

  /external/valgrind/main/drd/tests/
annotate_smart_pointer.cpp 41 static bool s_enable_annotations; variable
238 if (s_enable_annotations)
242 if (s_enable_annotations)
310 s_enable_annotations = argc > 3 ? !!atoi(argv[3]) : true;

Completed in 705 milliseconds