Home
last modified time | relevance | path

Searched defs:fallthrough (Results 1 – 5 of 5) sorted by relevance

/optee_os/lib/libutils/ext/include/
A Dcompiler.h259 #define fallthrough __attribute__((__fallthrough__)) macro
261 #define fallthrough do {} while (0) /* fallthrough */ macro
/optee_os/out/arm/export-ta_arm32/include/
A Dcompiler.h259 #define fallthrough __attribute__((__fallthrough__)) macro
261 #define fallthrough do {} while (0) /* fallthrough */ macro
/optee_os/out/arm/export-ta_arm64/include/
A Dcompiler.h259 #define fallthrough __attribute__((__fallthrough__)) macro
261 #define fallthrough do {} while (0) /* fallthrough */ macro
/optee_os/out/arm/export-ta_arm32/host_include/
A Dcompiler.h259 #define fallthrough __attribute__((__fallthrough__)) macro
261 #define fallthrough do {} while (0) /* fallthrough */ macro
/optee_os/out/arm/export-ta_arm64/host_include/
A Dcompiler.h259 #define fallthrough __attribute__((__fallthrough__)) macro
261 #define fallthrough do {} while (0) /* fallthrough */ macro

Completed in 6 milliseconds