HomeSort by: relevance | last modified time | path
    Searched refs:TypeVector (Results 1 - 25 of 25) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
typinf.d 150 static bool visitVector(TypeVector t)
mtype.h 329 TypeVector *isTypeVector();
414 class TypeVector : public Type
419 static TypeVector *create(Type *basetype);
421 TypeVector *syntaxCopy();
argtypes.c 147 void visit(TypeVector *t)
351 t1 = NULL; // could be a TypeVector
dstruct.d 84 void visitVector(TypeVector t)
expression.h 24 class TypeVector;
906 TypeVector *to; // the target vector type before semantic()
visitor.h 64 class TypeVector;
438 virtual void visit(TypeVector *t) { visit((Type *)t); }
mtype.d 450 sizeTy[Tvector] = __traits(classInstanceSize, TypeVector);
2702 inout(TypeVector) isTypeVector() { return ty == Tvector ? cast(typeof(return))this : null; }
3384 TypeVector tv = cast(TypeVector)to;
3490 extern (C++) final class TypeVector : Type
3500 static TypeVector create(Type basetype)
3502 return new TypeVector(basetype);
3510 override TypeVector syntaxCopy()
3512 return new TypeVector(basetype.syntaxCopy());
3527 //printf("TypeVector::isintegral('%s') x%x\n", toChars(), flags)
    [all...]
dmangle.d 290 override void visit(TypeVector t)
parsetimevisitor.d 145 void visit(AST.TypeVector t) { visit(cast(AST.Type)t); }
transitivevisitor.d 365 override void visit(AST.TypeVector t)
367 //printf("Visiting TypeVector\n");
typesem.d 682 Type visitVector(TypeVector mtype)
2709 Expression visitVector(TypeVector mt)
3546 Expression visitVector(TypeVector mt)
3550 printf("TypeVector::dotExp(e = '%s', ident = '%s')\n", e.toChars(), ident.toChars());
4707 Expression visitVector(TypeVector mt)
4709 //printf("TypeVector::defaultInit()\n");
dcast.d 753 TypeVector tv = tb.isTypeVector();
1635 TypeVector tv = tob.isTypeVector();
2305 TypeVector tv = tb.isTypeVector();
cppmangle.d 1781 override void visit(TypeVector t)
dtemplate.d 3795 override void visit(TypeVector t)
3799 TypeVector tp = cast(TypeVector)tparam;
4935 bool visitVector(TypeVector t)
traits.d 234 override void visit(TypeVector t)
expressionsem.d 5686 tded = (cast(TypeVector)e.targ).basetype;
7698 TypeVector tv = cast(TypeVector)tb;
7908 TypeVector tv1 = cast(TypeVector)t1b;
8341 TypeVector tv1 = cast(TypeVector)t1b;
hdrgen.d 3762 void visitVector(TypeVector t)
3764 //printf("TypeVector::toCBuffer2(t.mod = %d)\n", t.mod);
3973 case Tvector: return visitVector(cast(TypeVector)t);
constfold.d 1039 if (e1.op == EXP.vector && (cast(TypeVector)e1.type).basetype.equals(type) && type.equals(to))
expression.d 5424 TypeVector to; // the target vector type before semantic()
5432 to = cast(TypeVector)t;
parse.d 2032 return new AST.TypeVector(tb);
  /src/external/gpl3/gcc.old/dist/gcc/d/
typeinfo.cc 747 TypeVector *ti = d->tinfo->isTypeVector ();
1751 void visit (TypeVector *t)
types.cc 807 void visit (TypeVector *t)
d-builtins.cc 217 dtype = (TypeVector::create (dtype))->addMod (mod);
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 2048 typedef SmallVector<ParsedType, 12> TypeVector;
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExpr.cpp 3197 TypeVector Types;

Completed in 58 milliseconds