Home
last modified time | relevance | path

Searched defs:TypeVector (Results 1 – 7 of 7) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dexpression.h24 class TypeVector; variable
H A Dvisitor.h64 class TypeVector; variable
H A Dmtype.c3701 TypeVector::TypeVector(Type *basetype) in TypeVector() function
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpression.h24 class TypeVector; variable
H A Dvisitor.h64 class TypeVector; variable
H A Dmtype.c3701 TypeVector::TypeVector(Type *basetype) in TypeVector() function
/netbsd/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h2048 typedef SmallVector<ParsedType, 12> TypeVector; typedef