HomeSort by: relevance | last modified time | path
    Searched refs:isComplexInt (Results 1 - 3 of 3) 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())
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 10841 if (result.isComplexInt()) {

Completed in 63 milliseconds