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

  /external/clang/lib/StaticAnalyzer/Checkers/
DivZeroChecker.cpp 57 if (!B->getRHS()->getType()->isScalarType())
DeadStoresChecker.cpp 368 if (isa<ParmVarDecl>(VD) && VD->getType()->isScalarType())
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 168 assert(T.isScalarType() && "use scalar types only");
198 if (T->isScalarType()) {
SemaCast.cpp     [all...]
SemaInit.cpp 643 CurrentObjectType->isScalarType()? 2 :
662 if (!VerifyOnly && T->isScalarType() && IList->getNumInits() == 1 &&
683 } else if (DeclType->isScalarType()) {
753 if (ElemType->isScalarType()) {
    [all...]
SemaExpr.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/AST/
Type.cpp 810 assert(isScalarType());
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 271 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isScalarType)
Type.h     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 362 return T->isScalarType();
BugReporterVisitors.cpp 943 else if (VDTy->isScalarType())
    [all...]
RegionStore.cpp     [all...]
  /external/clang/lib/Analysis/
UninitializedValues.cpp 36 return ty->isScalarType() || ty->isVectorType();

Completed in 315 milliseconds