Searched refs:AnnotateIgnoreWritesEnd (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dtsan_annotations.h58 void AnnotateIgnoreWritesEnd(const char *f, int l);
84 #define ANNOTATE_IGNORE_WRITES_END() AnnotateIgnoreWritesEnd(__FILE__, __LINE__)
H A Dtsan_annotations.cpp81 extern "C" __attribute__((weak)) void AnnotateIgnoreWritesEnd(const char *f, function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCompiler.h468 void AnnotateIgnoreWritesEnd(const char *file, int line);
485 # define TsanIgnoreWritesEnd() AnnotateIgnoreWritesEnd(__FILE__, __LINE__)
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_ann.cpp394 void INTERFACE_ATTRIBUTE AnnotateIgnoreWritesEnd(char *f, int l) { function
395 SCOPED_ANNOTATION(AnnotateIgnoreWritesEnd);

Completed in 114 milliseconds