Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DAPValue.h122 struct ComplexAPSInt { struct
124 ComplexAPSInt() : Real(1), Imag(1) {} in ComplexAPSInt() function