Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DX86.cpp93 bool X86TargetInfo::setFPMath(StringRef Name) { in setFPMath() function in X86TargetInfo
H A DARM.cpp592 bool ARMTargetInfo::setFPMath(StringRef Name) { in setFPMath() function in ARMTargetInfo
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h1222 virtual bool setFPMath(StringRef Name) { in setFPMath() function