Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h754 FPOptionsOverride getChangesSlow(const FPOptions &Base) const;
984 return getChangesSlow(Base); in getChangesFrom()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DLangOptions.cpp216 FPOptionsOverride FPOptions::getChangesSlow(const FPOptions &Base) const { in getChangesSlow() function in FPOptions