Searched defs:FPFeatures (Results 1 - 5 of 5) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp12854 convertHalfVecBinOp(Sema &S, ExprResult LHS, ExprResult RHS, BinaryOperatorKind Opc, QualType ResultTy, ExprValueKind VK, ExprObjectKind OK, bool IsCompAssign, SourceLocation OpLoc, FPOptions FPFeatures) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp94 FPOptions FPFeatures; member in struct:__anon366::BinOpInfo
217 updateFastMathFlags(llvm::FastMathFlags &FMF, FPOptions FPFeatures) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp615 CXXOperatorCallExpr(OverloadedOperatorKind OpKind, Expr *Fn, ArrayRef<Expr *> Args, QualType Ty, ExprValueKind VK, SourceLocation OperatorLoc, FPOptions FPFeatures, ADLCallKind UsesADL) argument
636 Create( const ASTContext &Ctx, OverloadedOperatorKind OpKind, Expr *Fn, ArrayRef<Expr *> Args, QualType Ty, ExprValueKind VK, SourceLocation OperatorLoc, FPOptions FPFeatures, ADLCallKind UsesADL) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h381 FPOptions FPFeatures; member in class:clang::final
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h3441 BinaryOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResTy, ExprValueKind VK, ExprObjectKind OK, SourceLocation opLoc, FPOptions FPFeatures) argument
3626 BinaryOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResTy, ExprValueKind VK, ExprObjectKind OK, SourceLocation opLoc, FPOptions FPFeatures, bool dead2) argument
3658 CompoundAssignOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResType, ExprValueKind VK, ExprObjectKind OK, QualType CompLHSType, QualType CompResultType, SourceLocation OpLoc, FPOptions FPFeatures) argument
[all...]

Completed in 208 milliseconds