Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/include/
Dtypes.h47 #define PRAGMA(...) _Pragma(#__VA_ARGS__ ) macro
48 #define ALIGNVAR(x) PRAGMA( alignvar(x) )
55 PRAGMA(ghs nowarning 301) \
57 PRAGMA(ghs endnowarning 301)
59 #define CHANGE_SEC(sec, name) PRAGMA( ghs section sec = name )
61 #define SET_STRUCT_ALIGN(x) PRAGMA(ghs struct_min_alignment(x))