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

1 2

  /external/clang/lib/Sema/
SemaStmtAsm.cpp 294 if (InTy->isIntegerType() || InTy->isPointerType())
301 if (OutTy->isIntegerType() || OutTy->isPointerType())
SemaChecking.cpp 79 if (!Ty->isIntegerType()) {
518 if (!ValType->isIntegerType() && !ValType->isAnyPointerType() &&
    [all...]
SemaExpr.cpp     [all...]
SemaCast.cpp     [all...]
SemaExprObjC.cpp 689 if (!Method->param_begin()[1]->getType()->isIntegerType()) {
    [all...]
SemaCodeComplete.cpp     [all...]
SemaStmt.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaType.cpp     [all...]
SemaOverload.cpp     [all...]
SemaDeclAttr.cpp 300 return QT->isBooleanType() || QT->isIntegerType();
    [all...]
SemaDeclObjC.cpp     [all...]
  /external/clang/lib/Analysis/
BodyFarm.cpp 173 if (!PredicateTy->isIntegerType())
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 542 assert((SrcType->isIntegerType() || isa<llvm::PointerType>(Src->getType())) &&
727 assert(SrcType->isIntegerType() && "Not ptr->ptr or int->ptr conversion?");
    [all...]
CGExpr.cpp     [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 256 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isIntegerType)
Expr.h     [all...]
Type.h     [all...]
  /external/clang/lib/AST/
Type.cpp 407 if (Complex->getElementType()->isIntegerType())
601 return VT->getElementType()->isIntegerType();
603 return isIntegerType();
    [all...]
Expr.cpp 646 assert(type->isIntegerType() && "Illegal type in IntegerLiteral");
    [all...]
ExprConstant.cpp     [all...]
ExprCXX.cpp 681 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...]

Completed in 111 milliseconds

1 2