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 61 !B->getRHS()->getType()->isScalarType())
DeadStoresChecker.cpp 316 if (isa<ParmVarDecl>(VD) && VD->getType()->isScalarType())
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 167 if (T->isScalarType()) {
SemaCast.cpp     [all...]
SemaInit.cpp 644 CurrentObjectType->isScalarType()? 2 :
663 if (!VerifyOnly && T->isScalarType() && IList->getNumInits() == 1 &&
684 } else if (DeclType->isScalarType()) {
761 } else 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 782 assert(isScalarType());
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 271 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isScalarType)
Type.h     [all...]
  /external/clang/lib/Analysis/
UninitializedValues.cpp 33 return ty->isScalarType() || ty->isVectorType();
  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 359 return T->isScalarType();
BugReporterVisitors.cpp 762 else if (VDTy->isScalarType())
RegionStore.cpp     [all...]

Completed in 345 milliseconds