Searched refs:TVector (Results 1 – 7 of 7) sorted by relevance
67 template <class T> class TVector : public std::vector<T, pool_allocator<T> > {70 TVector() : std::vector<T, pool_allocator<T> >() {} in TVector() function71 TVector(const pool_allocator<T>& a) : std::vector<T, pool_allocator<T> >(a) {} in TVector() function72 TVector(size_type i): std::vector<T, pool_allocator<T> >(i) {} in TVector() function
50 TVector<FunctionNode*> callees;
26 typedef TVector<TLoopInfo> TLoopStack;
533 typedef TVector<TIntermNode*> TIntermSequence;534 typedef TVector<int> TQualifierList;742 TVector<TIntermNode *> mPath;
64 typedef TVector<TField *> TFieldList;
186 typedef TVector<TParameter> TParamList;
489 struct TVector { struct493 typedef struct TVector TVector; argument514 TVector * relocatedExport; in SetupSectionBaseAddresses()520 TVector originalOffsets; in SetupSectionBaseAddresses()530 relocatedExport = (TVector *) fragToFix->initRoutine; in SetupSectionBaseAddresses()586 BlockMoveData(unpackedDataSection + initOffset, &originalOffsets, sizeof(TVector)); in SetupSectionBaseAddresses()595 sizeof(TVector), in SetupSectionBaseAddresses()