Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp357 case UnsignedShort: return getShortAlign(); in getTypeAlign()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h496 unsigned getShortAlign() const { return 16; } // FIXME in getShortAlign() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2006 Align = Target->getShortAlign(); in getTypeInfoImpl()