Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DAPValue.h396 bool isComplexInt() const { return Kind == ComplexInt; }
446 assert(isComplexInt() && "Invalid accessor");
454 assert(isComplexInt() && "Invalid accessor");
600 assert(isComplexInt() && "Invalid accessor");
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp1521 bool isComplexInt() const { return IsInt; } in isComplexInt() function
1532 assert(v.isComplexFloat() || v.isComplexInt()); in setFrom()
3753 if (O->isComplexInt()) { in findSubobject()
13582 if (!LV.isComplexInt()) in VisitUnaryReal()
13595 if (!LV.isComplexInt()) in VisitUnaryImag()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp12153 if (result.isComplexInt()) { in GetValueRange()