Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/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");
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp1525 bool isComplexInt() const { return IsInt; } in isComplexInt() function
1536 assert(v.isComplexFloat() || v.isComplexInt()); in setFrom()
3736 if (O->isComplexInt()) { in findSubobject()
13319 if (!LV.isComplexInt()) in VisitUnaryReal()
13332 if (!LV.isComplexInt()) in VisitUnaryImag()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp10841 if (result.isComplexInt()) { in GetValueRange()