Searched refs:AnnotateNoOp (Results 1 – 6 of 6) sorted by relevance
/external/chromium/base/third_party/dynamic_annotations/ |
D | dynamic_annotations.c | 125 void DYNAMIC_ANNOTATIONS_NAME(AnnotateNoOp)( in DYNAMIC_ANNOTATIONS_NAME() argument
|
D | dynamic_annotations.h | 373 DYNAMIC_ANNOTATIONS_NAME(AnnotateNoOp)(__FILE__, __LINE__, arg) 524 void DYNAMIC_ANNOTATIONS_NAME(AnnotateNoOp)(
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interface_ann.cc | 231 void AnnotateNoOp(char *f, int l, uptr mem) { in AnnotateNoOp() function 232 SCOPED_ANNOTATION(AnnotateNoOp); in AnnotateNoOp()
|
/external/valgrind/dynamic_annotations/ |
D | dynamic_annotations.h | 372 DYNAMIC_ANNOTATIONS_NAME(AnnotateNoOp)(__FILE__, __LINE__, arg) 529 void DYNAMIC_ANNOTATIONS_NAME(AnnotateNoOp)(
|
D | dynamic_annotations.c | 136 void DYNAMIC_ANNOTATIONS_NAME(AnnotateNoOp)( in DYNAMIC_ANNOTATIONS_NAME() argument
|
/external/valgrind/tsan/ |
D | ts_valgrind_intercepts.c | 2754 ANN_FUNC(void, AnnotateNoOp, char *file, int line, void *mem) in ANN_FUNC() argument
|