Home
last modified time | relevance | path

Searched refs:HasStrictFP (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DSystemZ.h64 HasStrictFP = true; in SystemZTargetInfo()
H A DRISCV.h51 HasStrictFP = true; in RISCVTargetInfo()
H A DPPC.h93 HasStrictFP = true; in PPCTargetInfo()
H A DPPC.cpp66 HasStrictFP = false; in handleTargetFeatures()
H A DX86.h190 HasStrictFP = true; in X86TargetInfo()
H A DAArch64.cpp148 HasStrictFP = true; in AArch64TargetInfo()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h234 bool HasStrictFP; variable
693 virtual bool hasStrictFP() const { return HasStrictFP; } in hasStrictFP()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp70 HasStrictFP = false; in TargetInfo()