Home
last modified time | relevance | path

Searched refs:setFPPreciseEnabled (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DLangOptions.h609 void setFPPreciseEnabled(bool Value) { in setFPPreciseEnabled() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAttr.cpp487 NewFPFeatures.setFPPreciseEnabled(true); in ActOnPragmaFloatControl()
496 NewFPFeatures.setFPPreciseEnabled(false); in ActOnPragmaFloatControl()