Home
last modified time | relevance | path

Searched defs:isNan2008 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DMipsArchTree.cpp59 static StringRef getNanName(bool isNan2008) { in getNanName()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DMips.h97 bool isNan2008() const override { return IsNan2008; } in isNan2008() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1251 virtual bool isNan2008() const { in isNan2008() function