Esempio n. 1
0
 public virtual string VisitVectorType(VectorType vectorType, TypeQualifiers quals)
 {
     // an incomplete implementation but we'd hardly need anything better
     return("__attribute__()");
 }
Esempio n. 2
0
 public VectorType(VectorType type)
     : base(type)
 {
 }
Esempio n. 3
0
 public bool VisitVectorType(VectorType vectorType, TypeQualifiers quals)
 {
     return(true);
 }