Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/flatbuffers/include/flatbuffers/
A Dbase.h270 #define __supress_ubsan__(type) __attribute__((no_sanitize(type))) macro
272 #define __supress_ubsan__(type) __attribute__((no_sanitize_undefined)) macro
274 #define __supress_ubsan__(type) macro
390 __supress_ubsan__("alignment")
404 __supress_ubsan__("alignment")
410 template<typename T> __supress_ubsan__("alignment") void WriteScalar(void *p, Offset<T> t) { in WriteScalar()
421 __supress_ubsan__("unsigned-integer-overflow")
A Dutil.h268 __supress_ubsan__("float-cast-overflow")
A Dflatbuffers.h2274 __supress_ubsan__("unsigned-integer-overflow") bool VerifyTableStart(

Completed in 7 milliseconds