Searched refs:LVAutoSmallVector (Results 1 – 2 of 2) sorted by relevance
83 using LVAutoLines = LVAutoSmallVector<LVLine *>;84 using LVAutoLocations = LVAutoSmallVector<LVLocation *>;85 using LVAutoOperations = LVAutoSmallVector<LVOperation *, 8>;86 using LVAutoScopes = LVAutoSmallVector<LVScope *>;87 using LVAutoSymbols = LVAutoSmallVector<LVSymbol *>;88 using LVAutoTypes = LVAutoSmallVector<LVType *>;
39 class LVAutoSmallVector : public SmallVector<T, N> {44 LVAutoSmallVector() : SmallVector<T, N>::SmallVector() {} in LVAutoSmallVector() function46 ~LVAutoSmallVector() { in ~LVAutoSmallVector()