Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h728 unsigned getLongDoubleWidth() const { return LongDoubleWidth; } in getLongDoubleWidth() function
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DInitPreprocessor.cpp1000 DefineTypeSizeof("__SIZEOF_LONG_DOUBLE__",TI.getLongDoubleWidth(),TI,Builder); in InitializePredefinedMacros()
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp2173 (Target->getLongDoubleWidth() != AuxTarget->getLongDoubleWidth() || in getTypeInfoImpl()
2175 Width = AuxTarget->getLongDoubleWidth(); in getTypeInfoImpl()
2178 Width = Target->getLongDoubleWidth(); in getTypeInfoImpl()