Home
last modified time | relevance | path

Searched refs:isFPConstrained (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h549 bool isFPConstrained() const { in isFPConstrained() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp390 if (getCurFPFeatures().isFPConstrained()) { in ActOnAfterCompoundStatementLeadingPragmas()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp2629 FPO.isFPConstrained()) { in HandleIntToFloatCast()
12627 E->getFPFeaturesInEffect(Info.Ctx.getLangOpts()).isFPConstrained()) { in EvaluateComparisonBinaryOperator()