Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h836 void setAllowFPContractWithinStatement() { in setAllowFPContractWithinStatement() function
947 void setAllowFPContractWithinStatement() { in setAllowFPContractWithinStatement() function
969 setAllowFPContractWithinStatement(); in setFPPreciseEnabled()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp1269 NewFPFeatures.setAllowFPContractWithinStatement(); in ActOnPragmaFPContract()