Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/
H A DLangOptions.cpp202 FPOptions FPOptions::defaultWithoutTrailingStorage(const LangOptions &LO) { in defaultWithoutTrailingStorage() function in FPOptions
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.h739 static FPOptions defaultWithoutTrailingStorage(const LangOptions &LO);
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h2323 return FPOptions::defaultWithoutTrailingStorage(LO); in getFPFeaturesInEffect()
3084 return FPOptions::defaultWithoutTrailingStorage(LO); in getFPFeaturesInEffect()
3575 return FPOptions::defaultWithoutTrailingStorage(LO); in getFPFeaturesInEffect()
4008 return FPOptions::defaultWithoutTrailingStorage(LO); in getFPFeaturesInEffect()
/llvm-project-15.0.7/clang/lib/AST/
H A DExpr.cpp3716 return FPOptions::defaultWithoutTrailingStorage(LO); in getFPFeaturesInEffect()