Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DLangOptions.h846 void setFPPreciseEnabled(bool Value) { in setFPPreciseEnabled() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaAttr.cpp566 NewFPFeatures.setFPPreciseEnabled(true); in ActOnPragmaFloatControl()
575 NewFPFeatures.setFPPreciseEnabled(false); in ActOnPragmaFloatControl()