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

  /frameworks/compile/slang/
slang_rs_check_ast.cpp 241 if (T->isVectorType()) {
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 748 if (DstType->isExtVectorType() && !SrcType->isVectorType()) {
    [all...]
TargetInfo.cpp 619 if (Ty->isVectorType()) {
    [all...]
CGExpr.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaCast.cpp     [all...]
SemaInit.cpp 694 else if (T->isVectorType())
    [all...]
SemaChecking.cpp     [all...]
SemaOverload.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaExprCXX.cpp     [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]
ExprClassification.cpp 194 if (cast<ArraySubscriptExpr>(E)->getBase()->getType()->isVectorType())
ASTDiagnostic.cpp 235 if (Ty->isVectorType()) {
    [all...]
ExprConstant.cpp     [all...]
ASTContext.cpp     [all...]
Expr.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp     [all...]
ExprEngineC.cpp 596 (T->isArrayType() || T->isRecordType() || T->isVectorType() ||
    [all...]
  /external/clang/lib/Analysis/
UninitializedValues.cpp 40 return ty->isScalarType() || ty->isVectorType();
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 374 milliseconds