Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DLangOptions.cpp51 FPOptions FPOptions::defaultWithoutTrailingStorage(const LangOptions &LO) { in defaultWithoutTrailingStorage() function in FPOptions
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DLangOptions.h537 static FPOptions defaultWithoutTrailingStorage(const LangOptions &LO);
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h2255 return FPOptions::defaultWithoutTrailingStorage(LO); in getFPFeaturesInEffect()
3004 return FPOptions::defaultWithoutTrailingStorage(LO); in getFPFeaturesInEffect()
3500 return FPOptions::defaultWithoutTrailingStorage(LO); in getFPFeaturesInEffect()
3930 return FPOptions::defaultWithoutTrailingStorage(LO); in getFPFeaturesInEffect()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp3614 return FPOptions::defaultWithoutTrailingStorage(LO); in getFPFeaturesInEffect()