Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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");
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp1524 bool isComplexInt() const { return IsInt; } in isComplexInt() function
1535 assert(v.isComplexFloat() || v.isComplexInt()); in setFrom()
3755 if (O->isComplexInt()) { in findSubobject()
13752 if (!LV.isComplexInt()) in VisitUnaryReal()
13765 if (!LV.isComplexInt()) in VisitUnaryImag()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp12476 if (result.isComplexInt()) { in GetValueRange()