Home
last modified time | relevance | path

Searched defs:Align4 (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/CodeGen/X86/
H A Dx86_32-arguments-win32.c95 struct __declspec(align(4)) Align4 { unsigned long long x; }; struct
/llvm-project/llvm/unittests/IR/
H A DAttributesTest.cpp42 Attribute Align4 = Attribute::get(C, Attribute::Alignment, 4); TEST() local