Home
last modified time | relevance | path

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

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