Searched refs:ScopedAnnotation (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_interface_ann.cpp | 30 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 D | tsan_interface_ann.cc | 30 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 D | tsan_interface_ann.cc | 32 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); \
|