Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h784 unsigned getLongDoubleAlign() const { return LongDoubleAlign; } in getLongDoubleAlign() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2143 Target->getLongDoubleAlign() != AuxTarget->getLongDoubleAlign())) { in getTypeInfoImpl()
2145 Align = AuxTarget->getLongDoubleAlign(); in getTypeInfoImpl()
2148 Align = Target->getLongDoubleAlign(); in getTypeInfoImpl()