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 267 if (T->isVectorType()) {
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
CGExprScalar.cpp 813 if (DstType->isExtVectorType() && !SrcType->isVectorType()) {
    [all...]
CGExpr.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaCast.cpp     [all...]
SemaInit.cpp     [all...]
SemaChecking.cpp     [all...]
SemaOverload.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaExprCXX.cpp     [all...]
  /external/clang/lib/AST/
ExprClassification.cpp 201 if (cast<ArraySubscriptExpr>(E)->getBase()->getType()->isVectorType())
Type.cpp     [all...]
ASTDiagnostic.cpp 299 if (Ty->isVectorType()) {
    [all...]
ExprConstant.cpp     [all...]
Expr.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp     [all...]
ExprEngineC.cpp 621 (T->isArrayType() || T->isRecordType() || T->isVectorType() ||
    [all...]
  /external/clang/lib/Analysis/
UninitializedValues.cpp 41 return ty->isScalarType() || ty->isVectorType() || ty->isRecordType();
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 92 milliseconds