OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getFPFeaturesInEffect
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp
3605
FPOptions Expr::
getFPFeaturesInEffect
(const LangOptions &LO) const {
3607
return Call->
getFPFeaturesInEffect
(LO);
3609
return UO->
getFPFeaturesInEffect
(LO);
3611
return BO->
getFPFeaturesInEffect
(LO);
3613
return Cast->
getFPFeaturesInEffect
(LO);
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h
418
FPOptions
getFPFeaturesInEffect
(const LangOptions &LO) const;
2161
return
getFPFeaturesInEffect
(LO).allowFPContractWithinStatement();
2167
return
getFPFeaturesInEffect
(LO).getAllowFEnvAccess();
2252
FPOptions
getFPFeaturesInEffect
(const LangOptions &LO) const {
3001
FPOptions
getFPFeaturesInEffect
(const LangOptions &LO) const {
3497
FPOptions
getFPFeaturesInEffect
(const LangOptions &LO) const {
3927
FPOptions
getFPFeaturesInEffect
(const LangOptions &LO) const {
3943
return
getFPFeaturesInEffect
(LO).allowFPContractWithinStatement();
3949
return
getFPFeaturesInEffect
(LO).getAllowFEnvAccess();
Completed in 21 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026