Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.h816 void setFPPreciseEnabled(bool Value) { in setFPPreciseEnabled() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaAttr.cpp563 NewFPFeatures.setFPPreciseEnabled(true); in ActOnPragmaFloatControl()
579 NewFPFeatures.setFPPreciseEnabled(false); in ActOnPragmaFloatControl()