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

  /frameworks/compile/slang/
slang_rs_export_type.h 48 inline const clang::Type* GetExtVectorElementType(const clang::ExtVectorType *T) {
447 const clang::ExtVectorType *EVT,
454 static llvm::StringRef GetTypeName(const clang::ExtVectorType *EVT);
slang_rs_export_element.cpp 108 static_cast<const clang::ExtVectorType*>(
slang_rs_export_type.cpp 222 const clang::ExtVectorType *EVT =
223 static_cast<const clang::ExtVectorType*>(ElementType);
387 const clang::ExtVectorType *EVT =
388 static_cast<const clang::ExtVectorType*>(CTI);
633 const clang::ExtVectorType *EVT =
634 static_cast<const clang::ExtVectorType*>(CTI);
807 const clang::ExtVectorType *EVT =
808 static_cast<const clang::ExtVectorType*>(CTI);
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 463 struct CanProxyAdaptor<ExtVectorType> : public CanProxyBase<ExtVectorType> {
RecursiveASTVisitor.h     [all...]
TypeLoc.h     [all...]
Type.h     [all...]
  /external/clang/lib/AST/
TypePrinter.cpp 577 void TypePrinter::printExtVectorBefore(const ExtVectorType *T,
581 void TypePrinter::printExtVectorAfter(const ExtVectorType *T, raw_ostream &OS) {
    [all...]
MicrosoftMangle.cpp     [all...]
ASTImporter.cpp 55 QualType VisitExtVectorType(const ExtVectorType *T);
    [all...]
Expr.cpp     [all...]
ItaniumMangle.cpp     [all...]
Type.cpp 803 QualType VisitExtVectorType(const ExtVectorType *T) {
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaExprMember.cpp 298 const ExtVectorType *vecType = baseType->getAs<ExtVectorType>();
    [all...]
SemaExpr.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaTemplate.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 590 const ExtVectorType *hintEltQTy = hintQTy->getAs<ExtVectorType>();
    [all...]
CGExprScalar.cpp 815 QualType EltTy = DstType->getAs<ExtVectorType>()->getElementType();
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 110 class ExtVectorType;
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 187 void ASTTypeWriter::VisitExtVectorType(const ExtVectorType *T) {
    [all...]

Completed in 88 milliseconds