HomeSort by relevance Sort by last modified time
    Searched refs:isScalarType (Results 1 - 23 of 23) 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 170 assert(T.isScalarType() && "use scalar types only");
202 if (T->isScalarType()) {
SemaOpenMP.cpp 819 IsByRef = !Ty->isScalarType();
    [all...]
SemaCast.cpp     [all...]
SemaInit.cpp     [all...]
SemaExpr.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaChecking.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 270 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isScalarType)
Type.h     [all...]
  /external/clang/lib/AST/
Stmt.cpp 961 (Var->getType()->isScalarType() || (Var->getType()->isReferenceType() &&
965 ->isScalarType())) &&
    [all...]
Type.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp     [all...]
BugReporterVisitors.cpp     [all...]
  /external/clang/lib/Analysis/
UninitializedValues.cpp 41 return ty->isScalarType() || ty->isVectorType() || ty->isRecordType();
  /external/deqp/modules/gles2/functional/
es2fShaderOperatorTests.cpp 229 static inline bool isScalarType (ValueType type)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderOperatorTests.cpp 276 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 609 milliseconds