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

  /external/clang/lib/StaticAnalyzer/Checkers/
DivZeroChecker.cpp 57 if (!B->getRHS()->getType()->isScalarType())
DeadStoresChecker.cpp 375 if (isa<ParmVarDecl>(VD) && VD->getType()->isScalarType())
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 173 assert(T.isScalarType() && "use scalar types only");
205 if (T->isScalarType()) {
SemaCast.cpp     [all...]
SemaInit.cpp     [all...]
SemaExpr.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaOpenMP.cpp     [all...]
SemaChecking.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/AST/
Type.cpp 840 assert(isScalarType());
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 270 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isScalarType)
Type.h     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp     [all...]
BugReporterVisitors.cpp     [all...]
  /external/clang/lib/Analysis/
UninitializedValues.cpp 40 return ty->isScalarType() || ty->isVectorType();
  /external/deqp/modules/gles2/functional/
es2fShaderOperatorTests.cpp 229 static inline bool isScalarType (ValueType type)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderOperatorTests.cpp 296 static inline bool isScalarType (ValueType type)
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]

Completed in 262 milliseconds