Home
last modified time | relevance | path

Searched refs:getFloat128Width (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Basic/
DTargetInfo.h391 unsigned getFloat128Width() const { return 128; } in getFloat128Width() function
/external/llvm-project/clang/include/clang/Basic/
DTargetInfo.h655 unsigned getFloat128Width() const { return 128; } in getFloat128Width() function
/external/llvm-project/clang/lib/AST/
DASTContext.cpp2102 Width = Target->getFloat128Width(); in getTypeInfoImpl()
2107 Width = AuxTarget->getFloat128Width(); in getTypeInfoImpl()
/external/clang/lib/AST/
DASTContext.cpp1661 Width = Target->getFloat128Width(); in getTypeInfoImpl()