Home
last modified time | relevance | path

Searched refs:getChangesFrom (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h890 FPOptionsOverride getChangesFrom(const FPOptions &Base) const;
1027 inline FPOptionsOverride FPOptions::getChangesFrom(const FPOptions &Base) const { in getChangesFrom() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp458 FPOptionsOverride FPDiff = getCurFPFeatures().getChangesFrom(FPO); in ActOnCompoundStmt()
H A DSemaDecl.cpp15647 CurFPFeatures.getChangesFrom(FPOptions(LangOpts)); in applyFunctionAttributesBeforeParsingBody()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11043 FpPragmaStack.CurrentValue = FPO.getChangesFrom(FPOptions(LangOpts)); in resetFPOptions()