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

  /external/python/cpython3/Include/
dynamic_annotations.h 50 - None (DYNAMIC_ANNOTATIONS_ENABLED is not defined or zero).
52 - ThreadSanitizer, Helgrind, DRD (DYNAMIC_ANNOTATIONS_ENABLED is 1).
59 #ifndef DYNAMIC_ANNOTATIONS_ENABLED
60 # define DYNAMIC_ANNOTATIONS_ENABLED 0
63 #if DYNAMIC_ANNOTATIONS_ENABLED != 0
326 #else /* DYNAMIC_ANNOTATIONS_ENABLED == 0 */
369 #endif /* DYNAMIC_ANNOTATIONS_ENABLED */
462 #if DYNAMIC_ANNOTATIONS_ENABLED != 0 && defined(__cplusplus)
492 #else /* DYNAMIC_ANNOTATIONS_ENABLED == 0 */
497 #endif /* DYNAMIC_ANNOTATIONS_ENABLED */
    [all...]
  /external/libchrome/base/third_party/dynamic_annotations/
dynamic_annotations.h 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 */
    [all...]
dynamic_annotations.c 56 #if DYNAMIC_ANNOTATIONS_ENABLED == 1 \
226 #endif /* DYNAMIC_ANNOTATIONS_ENABLED == 1
  /external/python/cpython3/Python/
dynamic_annotations.c 46 #if DYNAMIC_ANNOTATIONS_ENABLED == 1
154 #endif /* DYNAMIC_ANNOTATIONS_ENABLED == 1 */

Completed in 80 milliseconds