Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DLangOptions.h545 void setAllowFPContractAcrossStatement() { in setAllowFPContractAcrossStatement() function
623 void setAllowFPContractAcrossStatement() { in setAllowFPContractAcrossStatement() function
643 setAllowFPContractAcrossStatement(); in setFPPreciseEnabled()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaAttr.cpp1104 NewFPFeatures.setAllowFPContractAcrossStatement(); in ActOnPragmaFPContract()