Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h942 bool allowFPContractAcrossStatement() const { in allowFPContractAcrossStatement() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp133 FMF.setAllowContract(FPFeatures.allowFPContractAcrossStatement()); in SetFastMathFlags()
191 FPFeatures.allowFPContractAcrossStatement()); in ConstructorHelper()