Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/
H A Drenderscript.c12 #define LONG_WIDTH_AND_ALIGN 8 macro
14 #define LONG_WIDTH_AND_ALIGN 4 macro
17 _Static_assert(sizeof(long) == LONG_WIDTH_AND_ALIGN, "sizeof long is wrong");
18 _Static_assert(_Alignof(long) == LONG_WIDTH_AND_ALIGN, "sizeof long is wrong");