HomeSort by: relevance | last modified time | path
    Searched defs:isComplexInt (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
APValue.h 396 bool isComplexInt() const { return Kind == ComplexInt; }
446 assert(isComplexInt() && "Invalid accessor");
454 assert(isComplexInt() && "Invalid accessor");
600 assert(isComplexInt() && "Invalid accessor");
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp 1525 bool isComplexInt() const { return IsInt; }
1536 assert(v.isComplexFloat() || v.isComplexInt());
3736 if (O->isComplexInt()) {
13319 if (!LV.isComplexInt())
13332 if (!LV.isComplexInt())

Completed in 58 milliseconds