Home
last modified time | relevance | path

Searched refs:DYNAMIC_ANNOTATIONS_ENABLED (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Include/
H A Ddynamic_annotations.h50 - 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 macro
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...]
/third_party/python/Python/
H A Ddynamic_annotations.c46 #if DYNAMIC_ANNOTATIONS_ENABLED == 1
154 #endif /* DYNAMIC_ANNOTATIONS_ENABLED == 1 */

Completed in 2 milliseconds