Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DTargetInfo.h383 unsigned getLongDoubleWidth() const { return LongDoubleWidth; } in getLongDoubleWidth() function
/external/llvm-project/clang/include/clang/Basic/
DTargetInfo.h647 unsigned getLongDoubleWidth() const { return LongDoubleWidth; } in getLongDoubleWidth() function
/external/clang/lib/Frontend/
DInitPreprocessor.cpp700 DefineTypeSizeof("__SIZEOF_LONG_DOUBLE__",TI.getLongDoubleWidth(),TI,Builder); in InitializePredefinedMacros()
/external/llvm-project/clang/lib/Frontend/
DInitPreprocessor.cpp839 DefineTypeSizeof("__SIZEOF_LONG_DOUBLE__",TI.getLongDoubleWidth(),TI,Builder); in InitializePredefinedMacros()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp2090 (Target->getLongDoubleWidth() != AuxTarget->getLongDoubleWidth() || in getTypeInfoImpl()
2092 Width = AuxTarget->getLongDoubleWidth(); in getTypeInfoImpl()
2095 Width = Target->getLongDoubleWidth(); in getTypeInfoImpl()
/external/clang/lib/AST/
DASTContext.cpp1657 Width = Target->getLongDoubleWidth(); in getTypeInfoImpl()