Home
last modified time | relevance | path

Searched refs:FPOptions (Results 1 – 19 of 19) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DLangOptions.h307 class FPOptions {
309 FPOptions() : fp_contract(LangOptions::FPC_Off), in FPOptions() function
313 explicit FPOptions(unsigned I) in FPOptions() function
318 explicit FPOptions(const LangOptions &LangOpts) in FPOptions() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DBodyFarm.cpp120 OK_Ordinary, SourceLocation(), FPOptions()); in makeAssignment()
132 OK_Ordinary, SourceLocation(), FPOptions()); in makeComparison()
300 /*SourceLocation=*/SourceLocation(), FPOptions()); in create_call_once_lambda_call()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaPseudoObject.cpp462 FPOptions()); in buildAssignmentOperation()
480 opcLoc, FPOptions()); in buildAssignmentOperation()
1598 FPOptions()); in checkPseudoObjectAssignment()
1665 FPOptions()); in recreateSyntacticForm()
1672 bop->getOperatorLoc(), FPOptions()); in recreateSyntacticForm()
H A DSemaOverload.cpp12244 FPOptions()); in CreateOverloadedUnaryOp()
12318 FPOptions(), Best->IsADLCandidate); in CreateOverloadedUnaryOp()
12696 FPOptions()); in CreateOverloadedArraySubscriptExpr()
12771 Args, ResultTy, VK, RLoc, FPOptions()); in CreateOverloadedArraySubscriptExpr()
13387 ResultTy, VK, RParenLoc, FPOptions()); in BuildCallToObjectOfClassType()
13504 Context, OO_Arrow, FnExpr.get(), Base, ResultTy, VK, OpLoc, FPOptions()); in BuildOverloadedArrowExpr()
H A DSemaDeclCXX.cpp11763 VK_RValue, OK_Ordinary, Loc, FPOptions()); in buildSingleCopyAssignRecursively()
H A DSemaExpr.cpp12199 FPOptions FPFeatures) { in convertHalfVecBinOp()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTWriter.h70 class FPOptions; variable
504 void WriteFPPragmaOptions(const FPOptions &Opts);
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h91 SourceLocation OperatorLoc, FPOptions FPFeatures,
100 SourceLocation OperatorLoc, FPOptions FPFeatures,
149 void setFPFeatures(FPOptions F) { in setFPFeatures()
152 FPOptions getFPFeatures() const { in getFPFeatures()
153 return FPOptions(CXXOperatorCallExprBits.FPFeatures); in getFPFeatures()
H A DExpr.h3301 SourceLocation opLoc, FPOptions FPFeatures) in BinaryOperator()
3462 void setFPFeatures(FPOptions F) { in setFPFeatures()
3466 FPOptions getFPFeatures() const { in getFPFeatures()
3467 return FPOptions(BinaryOperatorBits.FPFeatures); in getFPFeatures()
3483 SourceLocation opLoc, FPOptions FPFeatures, bool dead2) in BinaryOperator()
3516 SourceLocation OpLoc, FPOptions FPFeatures) in CompoundAssignOperator()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprCXX.cpp540 FPOptions FPFeatures, in CXXOperatorCallExpr()
560 SourceLocation OperatorLoc, FPOptions FPFeatures, ADLCallKind UsesADL) { in Create()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjC.cpp1421 SourceLocation(), FPOptions()); in generateObjCSetterBody()
3475 VK_LValue, SourceLocation(), FPOptions()); in GenerateObjCAtomicSetterCopyHelperFunction()
H A DCGExprScalar.cpp91 FPOptions FPFeatures;
200 FPOptions FPFeatures) { in updateFastMathFlags()
H A DCGStmtOpenMP.cpp2546 OK_Ordinary, S.getBeginLoc(), FPOptions()); in EmitSections()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h320 FPOptions FPFeatures;
1216 FPOptions OldFPFeaturesState;
1233 FPOptions &getFPOptions() { return FPFeatures; } in getFPOptions()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp795 E->setFPFeatures(FPOptions(Record.readInt())); in VisitBinaryOperator()
H A DASTWriter.cpp4254 void ASTWriter::WriteFPPragmaOptions(const FPOptions &Opts) { in WriteFPPragmaOptions()
H A DASTReader.cpp7778 SemaObj->FPFeatures = FPOptions(FPPragmaOptions[0]); in InitializeSema()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2995 FPOptions()); in SynthMessageExpr()
H A DRewriteModernObjC.cpp7493 VK_RValue, OK_Ordinary, SourceLocation(), FPOptions()); in RewriteObjCIvarRefExpr()