HomeSort by relevance Sort by last modified time
    Searched defs:isIntegerType (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
Type.cpp 354 if (Complex->getElementType()->isIntegerType())
538 bool Type::isIntegerType() const {
551 return VT->getElementType()->isIntegerType();
553 return isIntegerType();
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp 576 if (rhs->isIntegerType()) {
590 if (lhs->isIntegerType()) {
703 if (rhs->isIntegerType()) {
724 if (lhs->isIntegerType()) {
    [all...]

Completed in 44 milliseconds