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.cpp99 int checkRes = findUBSanLog ? 1 : 0; in MisAlign() local
118 int checkRes = findUBSanLog ? 1 : 0; in Bounds() local
136 int checkRes = findUBSanLog ? 1 : 0; in IntegerDivBy0() local
166 int checkRes = findUBSanLog ? 1 : 0; in EnumSan() local
182 int checkRes = findUBSanLog ? 1 : 0; in FloatCastOverflow() local
201 int checkRes = findUBSanLog ? 1 : 0; in SignedIntegerOverflow() local
239 int checkRes = findUBSanLog ? 1 : 0; in VptrCheck() local
266 int checkRes = findUBSanLog ? 1 : 0; in NonnullAttribute() local
287 int checkRes = 0; in NullSanitize() local
335 int checkRes = 0; in PointerOverflow() local
[all …]
/test/xts/acts/commonlibrary/thirdparty/asan/entry/src/main/cpp/
Dnapi_init.cpp92 int checkRes = findAsanLog ? 1 : 0; in StackBufferOverflow() local
108 int checkRes = findAsanLog ? 1 : 0; in StackBufferUnderflow() local
126 int checkRes = findAsanLog ? 1 : 0; in HeapBufferOverflow() local
143 int checkRes = findAsanLog ? 1 : 0; in HeapBufferUnderflow() local
159 int checkRes = findAsanLog ? 1 : 0; in HeapUseAfterFree() local
179 int checkRes = findAsanLog ? 1 : 0; in StackUseAfterScope() local
201 int checkRes = findAsanLog ? 1 : 0; in StackUseAfterReturn() local
217 int checkRes = findAsanLog ? 1 : 0; in DoubleFree() local
232 int checkRes = findAsanLog ? 1 : 0; in WildFree() local
/test/xts/acts/commonlibrary/thirdparty/hwasan/entry/src/main/cpp/
Dnapi_init.cpp87 int checkRes = 0; in StackBufferOverflow() local
112 int checkRes = 0; in StackBufferUnderflow() local
137 int checkRes = 0; in HeapBufferOverflow() local
163 int checkRes = 0; in HeapBufferUnderflow() local
189 int checkRes = 0; in HeapUseAfterFree() local
221 int checkRes = 0; in StackUseAfterScope() local
251 int checkRes = 0; in StackUseAfterReturn() local
282 int checkRes = findHWAsanLog ? 1 : 0; in DoubleFree() local
297 int checkRes = findHWAsanLog ? 1 : 0; in WildFree() local
/test/xts/acts/commonlibrary/thirdparty/tsan/tsanmain/entry/src/main/cpp/
Dnapi_init.cpp171 int checkRes = findTsanLog ? 1 : 0; in DataRace() local
231 int checkRes = findTsanLog ? 1 : 0; in DataRaceOnVptr() local
276 int checkRes = findTsanLog ? 1 : 0; in HeapUseAfterFree() local
313 int checkRes = findTsanLog ? 1 : 0; in VirtualCallVSFree() local
364 int checkRes = findTsanLog ? 1 : 0; in SignalHandlerError() local
390 int checkRes = findTsanLog ? 1 : 0; in SignalHandlerUnsafe() local
/test/xts/acts/commonlibrary/thirdparty/tsan/tsanmutexcheck3/entry/src/main/cpp/
Dnapi_init.cpp116 int checkRes = findTsanLog ? 1 : 0; in RwMutexErrorLockedSequence() local
/test/xts/acts/commonlibrary/thirdparty/tsan/tsanmutexcheck4/entry/src/main/cpp/
Dnapi_init.cpp117 int checkRes = findTsanLog ? 1 : 0; in RwMutexErrorUnlockedSequence() local
/test/xts/acts/commonlibrary/thirdparty/tsan/tsanmutexcheck2/entry/src/main/cpp/
Dnapi_init.cpp116 int checkRes = findTsanLog ? 1 : 0; in DoubleUnlockedMutex() local
/test/xts/acts/commonlibrary/thirdparty/tsan/tsanmutexcheck1/entry/src/main/cpp/
Dnapi_init.cpp124 int checkRes = findTsanLog ? 1 : 0; in DoubleLockedMutex() local