HomeSort by relevance Sort by last modified time
    Searched refs:isIntegerType (Results 1 - 25 of 32) sorted by null

1 2

  /external/clang/lib/Sema/
SemaStmtAsm.cpp 294 if (InTy->isIntegerType() || InTy->isPointerType())
301 if (OutTy->isIntegerType() || OutTy->isPointerType())
SemaExpr.cpp     [all...]
SemaChecking.cpp 79 if (!Ty->isIntegerType()) {
553 if (!ValType->isIntegerType() && !ValType->isAnyPointerType() &&
    [all...]
SemaCast.cpp     [all...]
SemaExprObjC.cpp 706 if (!Method->parameters()[1]->getType()->isIntegerType()) {
    [all...]
SemaCodeComplete.cpp     [all...]
SemaStmt.cpp     [all...]
SemaDeclAttr.cpp 308 return QT->isBooleanType() || QT->isIntegerType();
    [all...]
SemaExprCXX.cpp     [all...]
SemaType.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/Analysis/
BodyFarm.cpp 185 if (!PredicateTy->isIntegerType())
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 545 assert((SrcType->isIntegerType() || isa<llvm::PointerType>(Src->getType())) &&
730 assert(SrcType->isIntegerType() && "Not ptr->ptr or int->ptr conversion?");
    [all...]
CGExpr.cpp     [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 255 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isIntegerType)
Expr.h     [all...]
Type.h     [all...]
  /external/clang/lib/AST/
Type.cpp 411 if (Complex->getElementType()->isIntegerType())
612 return VT->getElementType()->isIntegerType();
614 return isIntegerType();
    [all...]
Expr.cpp 681 assert(type->isIntegerType() && "Illegal type in IntegerLiteral");
    [all...]
ExprConstant.cpp     [all...]
ExprCXX.cpp 751 if (ParamTy->isIntegerType())
    [all...]
ItaniumMangle.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.el_1.0.0.v201004212143.jar 
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/lldb/source/Symbol/
ClangASTType.cpp 426 ClangASTType::IsIntegerType (bool &is_signed) const
    [all...]

Completed in 585 milliseconds

1 2