Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1591 struct ComplexValue { struct
1599 ComplexValue() : FloatReal(APFloat::Bogus()), FloatImag(APFloat::Bogus()) {} in ComplexValue() function
1920 static bool EvaluateComplex(const Expr *E, ComplexValue &Res, EvalInfo &Info);
14395 ComplexValue LHS, RHS; in EvaluateComparisonBinaryOperator()
15313 ComplexValue C; in VisitCastExpr()
15342 ComplexValue LV; in VisitUnaryReal()
15355 ComplexValue LV; in VisitUnaryImag()
15780 ComplexValue CV; in VisitUnaryReal()
15792 ComplexValue CV; in VisitUnaryImag()
15871 ComplexValue V; in VisitCastExpr()
[all …]