Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypeCache.h76 unsigned char IntAlignInBytes; member
82 return CharUnits::fromQuantity(IntAlignInBytes); in getIntAlign()
H A DCodeGenModule.cpp124 IntAlignInBytes = in CodeGenModule()