Home | History | Annotate | Download | only in dynamic_annotations

Lines Matching defs:DYNAMIC_ANNOTATIONS_ENABLED

44    - None (DYNAMIC_ANNOTATIONS_ENABLED is not defined or zero).
46 - ThreadSanitizer, Helgrind, DRD (DYNAMIC_ANNOTATIONS_ENABLED is 1).
80 #ifndef DYNAMIC_ANNOTATIONS_ENABLED
81 # define DYNAMIC_ANNOTATIONS_ENABLED 0
84 #if DYNAMIC_ANNOTATIONS_ENABLED != 0
380 #else /* DYNAMIC_ANNOTATIONS_ENABLED == 0 */
424 #endif /* DYNAMIC_ANNOTATIONS_ENABLED */
558 #if DYNAMIC_ANNOTATIONS_ENABLED != 0 && defined(__cplusplus)
588 #else /* DYNAMIC_ANNOTATIONS_ENABLED == 0 */
593 #endif /* DYNAMIC_ANNOTATIONS_ENABLED */