HomeSort by relevance Sort by last modified time
    Searched refs:isIntegralOrEnumerationType (Results 1 - 20 of 20) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
MallocOverflowSecurityChecker.cpp 121 if (!E->getType()->isIntegralOrEnumerationType())
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 867 if (T->isIntegralOrEnumerationType())
    [all...]
SemaCast.cpp     [all...]
SemaOverload.cpp     [all...]
SemaTemplate.cpp 635 if (T->isIntegralOrEnumerationType() ||
    [all...]
SemaStmt.cpp 594 if (!CondType->isIntegralOrEnumerationType())
    [all...]
SemaDecl.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
Expr.cpp 46 if (!E->getType()->isIntegralOrEnumerationType()) return false;
198 Var->getType()->isIntegralOrEnumerationType()) &&
    [all...]
Decl.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 350 if (ER->getElementType()->isIntegralOrEnumerationType()) {
  /external/clang/include/clang/AST/
CanonicalType.h 262 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isIntegralOrEnumerationType)
ExprObjC.h 829 return getKeyExpr()->getType()->isIntegralOrEnumerationType();
    [all...]
Type.h     [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
CGObjCGNU.cpp     [all...]

Completed in 55 milliseconds