Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/Targets/
H A DSystemZ.h51 HasStrictFP = true; in SystemZTargetInfo()
H A DPPC.h91 HasStrictFP = true; in PPCTargetInfo()
H A DPPC.cpp62 HasStrictFP = false; in handleTargetFeatures()
H A DX86.h156 HasStrictFP = true; in X86TargetInfo()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h203 bool HasStrictFP; variable
601 virtual bool hasStrictFP() const { return HasStrictFP; } in hasStrictFP()
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp39 HasStrictFP = false; in TargetInfo()