Searched defs:isComplexInt (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DAPValue.h184 bool isComplexInt() const { return Kind == ComplexInt; } function in class:clang::APValue
217 assert(isComplexInt() && "Invalid accessor");
225 assert(isComplexInt() && "Invalid accessor");
365 assert(isComplexInt() && "Invalid accessor");
/external/clang/lib/AST/
H A DExprConstant.cpp892 bool isComplexInt() const { return IsInt; } function in struct:__anon17735::ComplexValue
903 assert(v.isComplexFloat() || v.isComplexInt());
2200 if (O->isComplexInt()) {
7266 if (!LV.isComplexInt())
7279 if (!LV.isComplexInt())

Completed in 1241 milliseconds