Searched refs:FPC_On (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/Frontend/
H A DCodeGenOptions.h86 FPC_On, // Form fused FP ops according to FP_CONTRACT rules. enumerator in enum:clang::CodeGenOptions::FPContractModeKind
/external/clang/lib/CodeGen/
H A DBackendUtil.cpp454 case CodeGenOptions::FPC_On:
H A DCGExprScalar.cpp2436 if (CGF.CGM.getCodeGenOpts().getFPContractMode() != CodeGenOptions::FPC_On)
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp536 Opts.setFPContractMode(CodeGenOptions::FPC_On);

Completed in 128 milliseconds