Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h915 void setFPPreciseEnabled(bool Value) { in setFPPreciseEnabled() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp564 NewFPFeatures.setFPPreciseEnabled(true); in ActOnPragmaFloatControl()
573 NewFPFeatures.setFPPreciseEnabled(false); in ActOnPragmaFloatControl()