Home
last modified time | relevance | path

Searched defs:checkRes (Results 1 – 8 of 8) sorted by relevance

/test/xts/acts/commonlibrary/thirdparty/ubsan/entry/src/main/cpp/
Dnapi_init.cpp124 int checkRes = findUBSanLog ? 1 : 0; in MisAlign() local
143 int checkRes = findUBSanLog ? 1 : 0; in Bounds() local
161 int checkRes = findUBSanLog ? 1 : 0; in IntegerDivBy0() local
191 int checkRes = findUBSanLog ? 1 : 0; in EnumSan() local
207 int checkRes = findUBSanLog ? 1 : 0; in FloatCastOverflow() local
226 int checkRes = findUBSanLog ? 1 : 0; in SignedIntegerOverflow() local
264 int checkRes = findUBSanLog ? 1 : 0; in VptrCheck() local
291 int checkRes = findUBSanLog ? 1 : 0; in NonnullAttribute() local
312 int checkRes = 0; in NullSanitize() local
360 int checkRes = 0; in PointerOverflow() local
[all …]
/test/xts/acts/commonlibrary/thirdparty/asan/entry/src/main/cpp/
Dnapi_init.cpp117 int checkRes = findAsanLog ? 1 : 0; in StackBufferOverflow() local
133 int checkRes = findAsanLog ? 1 : 0; in StackBufferUnderflow() local
151 int checkRes = findAsanLog ? 1 : 0; in HeapBufferOverflow() local
168 int checkRes = findAsanLog ? 1 : 0; in HeapBufferUnderflow() local
184 int checkRes = findAsanLog ? 1 : 0; in HeapUseAfterFree() local
204 int checkRes = findAsanLog ? 1 : 0; in StackUseAfterScope() local
226 int checkRes = findAsanLog ? 1 : 0; in StackUseAfterReturn() local
242 int checkRes = findAsanLog ? 1 : 0; in DoubleFree() local
257 int checkRes = findAsanLog ? 1 : 0; in WildFree() local
/test/xts/acts/commonlibrary/thirdparty/hwasan/entry/src/main/cpp/
Dnapi_init.cpp110 int checkRes = 0; in StackBufferOverflow() local
135 int checkRes = 0; in StackBufferUnderflow() local
160 int checkRes = 0; in HeapBufferOverflow() local
186 int checkRes = 0; in HeapBufferUnderflow() local
212 int checkRes = 0; in HeapUseAfterFree() local
244 int checkRes = 0; in StackUseAfterScope() local
274 int checkRes = 0; in StackUseAfterReturn() local
305 int checkRes = findHWAsanLog ? 1 : 0; in DoubleFree() local
320 int checkRes = findHWAsanLog ? 1 : 0; in WildFree() local
/test/xts/acts/commonlibrary/thirdparty/tsan/tsanmain/entry/src/main/cpp/
Dnapi_init.cpp193 int checkRes = findTsanLog ? 1 : 0; in DataRace() local
253 int checkRes = findTsanLog ? 1 : 0; in DataRaceOnVptr() local
299 int checkRes = findTsanLog ? 1 : 0; in HeapUseAfterFree() local
336 int checkRes = findTsanLog ? 1 : 0; in VirtualCallVSFree() local
387 int checkRes = findTsanLog ? 1 : 0; in SignalHandlerError() local
413 int checkRes = findTsanLog ? 1 : 0; in SignalHandlerUnsafe() local
/test/xts/acts/commonlibrary/thirdparty/tsan/tsanmutexcheck4/entry/src/main/cpp/
Dnapi_init.cpp140 int checkRes = findTsanLog ? 1 : 0; in RwMutexErrorUnlockedSequence() local
/test/xts/acts/commonlibrary/thirdparty/tsan/tsanmutexcheck3/entry/src/main/cpp/
Dnapi_init.cpp139 int checkRes = findTsanLog ? 1 : 0; in RwMutexErrorLockedSequence() local
/test/xts/acts/commonlibrary/thirdparty/tsan/tsanmutexcheck2/entry/src/main/cpp/
Dnapi_init.cpp138 int checkRes = findTsanLog ? 1 : 0; in DoubleUnlockedMutex() local
/test/xts/acts/commonlibrary/thirdparty/tsan/tsanmutexcheck1/entry/src/main/cpp/
Dnapi_init.cpp146 int checkRes = findTsanLog ? 1 : 0; in DoubleLockedMutex() local