Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGenObjC/
H A Darc-ivar-layout.m69 @interface Misaligned : Misalign { interface
75 @implementation Misaligned @end implementation
/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp843 bool Misaligned = (Ptr.getAlignment() % TInfo.Width) != 0; EmitAtomicExpr() local