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

  /external/clang/lib/StaticAnalyzer/Checkers/
MallocSizeofChecker.cpp 190 if (!(*ai)->getType()->isIntegralOrUnscopedEnumerationType())
CheckSecuritySyntaxOnly.cpp 355 if (!FPT->getParamType(0)->isIntegralOrUnscopedEnumerationType())
604 if (! PT->getPointeeType()->isIntegralOrUnscopedEnumerationType())
722 if (!FTP->getParamType(i)->isIntegralOrUnscopedEnumerationType())
  /external/clang/lib/Sema/
SemaLambda.cpp 599 assert(returnType->isIntegralOrUnscopedEnumerationType());
600 assert(retValue->getType()->isIntegralOrUnscopedEnumerationType());
    [all...]
SemaOverload.cpp 395 if (!FromType->isIntegralOrUnscopedEnumerationType()) {
401 assert(FromType->isIntegralOrUnscopedEnumerationType());
402 assert(ToType->isIntegralOrUnscopedEnumerationType());
    [all...]
SemaType.cpp     [all...]
SemaExpr.cpp 689 if (Ty->isIntegralOrUnscopedEnumerationType()) {
    [all...]
SemaChecking.cpp     [all...]
SemaExprCXX.cpp     [all...]
  /external/clang/lib/AST/
Type.cpp 649 bool Type::isIntegralOrUnscopedEnumerationType() const {
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 151 milliseconds