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_type.cpp 206 const clang::ExtVectorType *EVT =
207 static_cast<const clang::ExtVectorType*>(ElementType);
354 const clang::ExtVectorType *EVT =
355 static_cast<const clang::ExtVectorType*>(CTI);
578 const clang::ExtVectorType *EVT =
579 static_cast<const clang::ExtVectorType*>(CTI);
740 const clang::ExtVectorType *EVT =
741 static_cast<const clang::ExtVectorType*>(CTI);
829 static_cast<const clang::ExtVectorType*>(CTI),
    [all...]
slang_rs_export_type.h 48 inline const clang::Type* GetExtVectorElementType(const clang::ExtVectorType *T) {
413 const clang::ExtVectorType *EVT,
420 static llvm::StringRef GetTypeName(const clang::ExtVectorType *EVT);
slang_rs_export_element.cpp 107 static_cast<const clang::ExtVectorType*>(
  /external/clang/include/clang/AST/
CanonicalType.h 536 struct CanProxyAdaptor<ExtVectorType> : public CanProxyBase<ExtVectorType> {
DataRecursiveASTVisitor.h     [all...]
RecursiveASTVisitor.h     [all...]
TypeLoc.h     [all...]
Type.h     [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaExprMember.cpp 297 const ExtVectorType *vecType = baseType->getAs<ExtVectorType>();
    [all...]
SemaExpr.cpp     [all...]
SemaTemplate.cpp     [all...]
  /external/clang/lib/AST/
TypePrinter.cpp 564 void TypePrinter::printExtVectorBefore(const ExtVectorType *T,
568 void TypePrinter::printExtVectorAfter(const ExtVectorType *T, raw_ostream &OS) {
    [all...]
MicrosoftMangle.cpp     [all...]
ASTImporter.cpp 55 QualType VisitExtVectorType(const ExtVectorType *T);
    [all...]
ASTContext.cpp     [all...]
Expr.cpp     [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 465 const ExtVectorType *hintEltQTy = hintQTy->getAs<ExtVectorType>();
    [all...]
CGExprScalar.cpp 750 QualType EltTy = DstType->getAs<ExtVectorType>()->getElementType();
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 109 class ExtVectorType;
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 179 void ASTTypeWriter::VisitExtVectorType(const ExtVectorType *T) {
    [all...]

Completed in 187 milliseconds