Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprConstant.cpp1028 struct ComplexValue { struct
1030 bool IsInt;
1033 APSInt IntReal, IntImag;
1034 APFloat FloatReal, FloatImag;
1036 ComplexValue() : FloatReal(APFloat::Bogus), FloatImag(APFloat::Bogus) {} in ComplexValue() argument
1038 void makeComplexFloat() { IsInt = false; } in makeComplexFloat()
1039 bool isComplexFloat() const { return !IsInt; } in isComplexFloat()
1040 APFloat &getComplexFloatReal() { return FloatReal; } in getComplexFloatReal()
1041 APFloat &getComplexFloatImag() { return FloatImag; } in getComplexFloatImag()
1043 void makeComplexInt() { IsInt = true; } in makeComplexInt()
[all …]
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp1503 struct ComplexValue { struct
1505 bool IsInt;
1508 APSInt IntReal, IntImag;
1509 APFloat FloatReal, FloatImag;
1511 ComplexValue() : FloatReal(APFloat::Bogus()), FloatImag(APFloat::Bogus()) {} in ComplexValue() function
1513 void makeComplexFloat() { IsInt = false; } in makeComplexFloat()
1514 bool isComplexFloat() const { return !IsInt; } in isComplexFloat()
1515 APFloat &getComplexFloatReal() { return FloatReal; } in getComplexFloatReal()
1516 APFloat &getComplexFloatImag() { return FloatImag; } in getComplexFloatImag()
1518 void makeComplexInt() { IsInt = true; } in makeComplexInt()
[all …]
/external/guice/extensions/struts2/lib/
Djsp-api-2.1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...