Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h665 unsigned getLongDoubleAlign() const { return LongDoubleAlign; } in getLongDoubleAlign() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp2122 Target->getLongDoubleAlign() != AuxTarget->getLongDoubleAlign())) { in getTypeInfoImpl()
2124 Align = AuxTarget->getLongDoubleAlign(); in getTypeInfoImpl()
2127 Align = Target->getLongDoubleAlign(); in getTypeInfoImpl()