Home
last modified time | relevance | path

Searched refs:ScopedAnnotation (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interface_ann.cpp30 class ScopedAnnotation { class
32 ScopedAnnotation(ThreadState *thr, const char *aname, uptr pc) in ScopedAnnotation() function in __tsan::ScopedAnnotation
38 ~ScopedAnnotation() { in ~ScopedAnnotation()
51 ScopedAnnotation sa(thr, __func__, caller_pc); \
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_interface_ann.cc30 class ScopedAnnotation { class
32 ScopedAnnotation(ThreadState *thr, const char *aname, uptr pc) in ScopedAnnotation() function in __tsan::ScopedAnnotation
38 ~ScopedAnnotation() { in ~ScopedAnnotation()
53 ScopedAnnotation sa(thr, __func__, caller_pc); \
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_interface_ann.cc32 class ScopedAnnotation { class
34 ScopedAnnotation(ThreadState *thr, const char *aname, uptr pc) in ScopedAnnotation() function in __tsan::ScopedAnnotation
40 ~ScopedAnnotation() { in ~ScopedAnnotation()
55 ScopedAnnotation sa(thr, __func__, caller_pc); \