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

  /frameworks/compile/slang/
slang_rs_export_type.cpp 132 const clang::ExtVectorType *EVT =
133 static_cast<const clang::ExtVectorType*>(ElementType);
287 const clang::ExtVectorType *EVT =
288 UNSAFE_CAST_TYPE(const clang::ExtVectorType, T);
461 const clang::ExtVectorType *EVT =
462 UNSAFE_CAST_TYPE(const clang::ExtVectorType, T);
608 const clang::ExtVectorType *EVT =
609 UNSAFE_CAST_TYPE(const clang::ExtVectorType, T);
695 UNSAFE_CAST_TYPE(const clang::ExtVectorType, T), TypeName);
    [all...]
slang_rs_export_element.cpp 96 static_cast<const clang::ExtVectorType*>(
slang_rs_export_type.h 371 const clang::ExtVectorType *EVT,
379 static llvm::StringRef GetTypeName(const clang::ExtVectorType *EVT);
  /external/clang/include/clang/AST/
CanonicalType.h 581 struct CanProxyAdaptor<ExtVectorType> : public CanProxyBase<ExtVectorType> {
RecursiveASTVisitor.h 858 DEF_TRAVERSE_TYPE(ExtVectorType, {
    [all...]
Type.h     [all...]
TypeLoc.h     [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaExprMember.cpp 286 const ExtVectorType *vecType = baseType->getAs<ExtVectorType>();
    [all...]
SemaExpr.cpp     [all...]
SemaTemplate.cpp     [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp     [all...]
TypePrinter.cpp 394 void TypePrinter::printExtVector(const ExtVectorType *T, std::string &S) {
    [all...]
ItaniumMangle.cpp     [all...]
ASTImporter.cpp 56 QualType VisitExtVectorType(const ExtVectorType *T);
    [all...]
ASTContext.cpp     [all...]
Expr.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 598 QualType EltTy = DstType->getAs<ExtVectorType>()->getElementType();
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 94 class ExtVectorType;
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 161 void ASTTypeWriter::VisitExtVectorType(const ExtVectorType *T) {
    [all...]

Completed in 101 milliseconds