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

  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaCast.cpp     [all...]
SemaInit.cpp 531 else if (T->isVectorType())
621 IList->getType()->isVectorType())) {
643 CurrentObjectType->isVectorType()? 1 :
687 } else if (DeclType->isVectorType()) {
    [all...]
SemaOverload.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaChecking.cpp     [all...]
SemaExprCXX.cpp     [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]
ExprClassification.cpp 181 if (cast<ArraySubscriptExpr>(E)->getBase()->getType()->isVectorType())
ExprConstant.cpp     [all...]
Expr.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 596 if (DstType->isExtVectorType() && !SrcType->isVectorType()) {
703 (E->getNumSubExprs() == 3 && E->getExpr(2)->getType()->isVectorType())) {
821 if (!E->getBase()->getType()->isVectorType())
    [all...]
TargetInfo.cpp 499 if (Ty->isVectorType()) {
    [all...]
CGExpr.cpp     [all...]
  /external/clang/lib/Analysis/
UninitializedValues.cpp 33 return ty->isScalarType() || ty->isVectorType();
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 500 if (T->isArrayType() || T->isRecordType() || T->isVectorType()) {
RegionStore.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 277 milliseconds