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

  /external/clang/lib/StaticAnalyzer/Checkers/
DivZeroChecker.cpp 42 !B->getRHS()->getType()->isScalarType())
DeadStoresChecker.cpp 296 if (isa<ParmVarDecl>(VD) && VD->getType()->isScalarType())
  /external/clang/lib/AST/
Type.cpp 822 bool Type::isScalarType() const {
838 assert(isScalarType());
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 248 return T->isScalarType();
BugReporterVisitors.cpp 682 else if (VDTy->isScalarType())
RegionStore.cpp     [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 269 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/Sema/
SemaCast.cpp     [all...]
AnalysisBasedWarnings.cpp 455 else if (VariableTy->isScalarType())
    [all...]
SemaInit.cpp 639 CurrentObjectType->isScalarType()? 2 :
658 if (!VerifyOnly && T->isScalarType() && IList->getNumInits() == 1 &&
679 } else if (DeclType->isScalarType()) {
756 } else if (ElemType->isScalarType()) {
    [all...]
SemaExpr.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 760 if (ILE->getType()->isScalarType()) {
    [all...]

Completed in 480 milliseconds