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

  /external/python/cpython3/Python/
dynamic_annotations.c 113 void AnnotateNoOp(const char *file, int line,
  /external/python/cpython3/Include/
dynamic_annotations.h 318 AnnotateNoOp(__FILE__, __LINE__, arg)
437 void AnnotateNoOp(const char *file, int line,
  /external/libchrome/base/third_party/dynamic_annotations/
dynamic_annotations.c 218 void DYNAMIC_ANNOTATIONS_NAME(AnnotateNoOp)(
dynamic_annotations.h 372 DYNAMIC_ANNOTATIONS_NAME(AnnotateNoOp)(__FILE__, __LINE__, arg)
529 void DYNAMIC_ANNOTATIONS_NAME(AnnotateNoOp)(
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_ann.cc 299 void INTERFACE_ATTRIBUTE AnnotateNoOp(char *f, int l, uptr mem) {
300 SCOPED_ANNOTATION(AnnotateNoOp);

Completed in 101 milliseconds