Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h404 bool isComplexInt() const { return Kind == ComplexInt; }
454 assert(isComplexInt() && "Invalid accessor");
462 assert(isComplexInt() && "Invalid accessor");
608 assert(isComplexInt() && "Invalid accessor");
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1578 bool isComplexInt() const { return IsInt; } in isComplexInt() function
1589 assert(v.isComplexFloat() || v.isComplexInt()); in setFrom()
3818 if (O->isComplexInt()) { in findSubobject()
14100 if (!LV.isComplexInt()) in VisitUnaryReal()
14113 if (!LV.isComplexInt()) in VisitUnaryImag()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp14217 if (result.isComplexInt()) { in GetValueRange()