Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h848 FPOptionsOverride getChangesFrom(const FPOptions &Base) const;
981 inline FPOptionsOverride FPOptions::getChangesFrom(const FPOptions &Base) const { in getChangesFrom() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp453 FPOptionsOverride FPDiff = getCurFPFeatures().getChangesFrom(FPO); in ActOnCompoundStmt()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h731 FpPragmaStack.CurrentValue = FPO.getChangesFrom(FPOptions(LangOpts)); in resetFPOptions()