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

  /frameworks/compile/slang/
slang_rs_export_element.cpp 96 static_cast<const clang::ExtVectorType*>(
slang_rs_export_type.cpp 131 const clang::ExtVectorType *EVT =
132 static_cast<const clang::ExtVectorType*>(ElementType);
286 const clang::ExtVectorType *EVT =
287 UNSAFE_CAST_TYPE(const clang::ExtVectorType, T);
509 const clang::ExtVectorType *EVT =
510 UNSAFE_CAST_TYPE(const clang::ExtVectorType, T);
672 const clang::ExtVectorType *EVT =
673 UNSAFE_CAST_TYPE(const clang::ExtVectorType, T);
759 UNSAFE_CAST_TYPE(const clang::ExtVectorType, T), TypeName);
    [all...]
slang_rs_export_type.h 382 const clang::ExtVectorType *EVT,
390 static llvm::StringRef GetTypeName(const clang::ExtVectorType *EVT);
  /external/clang/include/clang/AST/
CanonicalType.h 537 struct CanProxyAdaptor<ExtVectorType> : public CanProxyBase<ExtVectorType> {
RecursiveASTVisitor.h     [all...]
TypeLoc.h     [all...]
Type.h     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 444 const ExtVectorType *hintEltQTy = hintQTy->getAs<ExtVectorType>();
    [all...]
CGExprScalar.cpp 747 QualType EltTy = DstType->getAs<ExtVectorType>()->getElementType();
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaExprMember.cpp 296 const ExtVectorType *vecType = baseType->getAs<ExtVectorType>();
    [all...]
SemaExpr.cpp     [all...]
SemaTemplate.cpp     [all...]
  /external/clang/lib/AST/
TypePrinter.cpp 553 void TypePrinter::printExtVectorBefore(const ExtVectorType *T,
557 void TypePrinter::printExtVectorAfter(const ExtVectorType *T, raw_ostream &OS) {
    [all...]
MicrosoftMangle.cpp     [all...]
ItaniumMangle.cpp     [all...]
ASTImporter.cpp 55 QualType VisitExtVectorType(const ExtVectorType *T);
    [all...]
ASTContext.cpp     [all...]
Expr.cpp     [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h 828 DEF_TRAVERSE_TYPE(ExtVectorType, {
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 106 class ExtVectorType;
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 170 void ASTTypeWriter::VisitExtVectorType(const ExtVectorType *T) {
    [all...]

Completed in 639 milliseconds