Home
last modified time | relevance | path

Searched refs:AnnotateFlushState (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Include/
Ddynamic_annotations.h323 AnnotateFlushState(__FILE__, __LINE__)
439 void AnnotateFlushState(const char *file, int line);
/external/python/cpython3/Python/
Ddynamic_annotations.c115 void AnnotateFlushState(const char *file, int line){} in AnnotateFlushState() function
/external/libchrome/base/third_party/dynamic_annotations/
Ddynamic_annotations.h377 DYNAMIC_ANNOTATIONS_NAME(AnnotateFlushState)(__FILE__, __LINE__)
532 void DYNAMIC_ANNOTATIONS_NAME(AnnotateFlushState)(
Ddynamic_annotations.c222 void DYNAMIC_ANNOTATIONS_NAME(AnnotateFlushState)( in DYNAMIC_ANNOTATIONS_NAME() argument
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface_ann.cc290 void INTERFACE_ATTRIBUTE AnnotateFlushState(char *f, int l) { in AnnotateFlushState() function
291 SCOPED_ANNOTATION(AnnotateFlushState); in AnnotateFlushState()