Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGAtomic.cpp764 CharUnits sizeChars, alignChars; in EmitAtomicExpr() local
765 std::tie(sizeChars, alignChars) = getContext().getTypeInfoInChars(AtomicTy); in EmitAtomicExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp10155 CharUnits alignChars = getTypeAlignInChars(AtomicTy); in AtomicUsesUnsupportedLibcall() local
10156 unsigned Align = alignChars.getQuantity(); in AtomicUsesUnsupportedLibcall()