HomeSort by relevance Sort by last modified time
    Searched refs:SmallVectorTemplateBase (Results 1 - 17 of 17) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
SmallVector.h 173 /// SmallVectorTemplateBase<isPodLike = false> - This is where we put method
176 class SmallVectorTemplateBase : public SmallVectorTemplateCommon<T> {
178 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
201 void SmallVectorTemplateBase<T, isPodLike>::grow(size_t MinSize) {
225 /// SmallVectorTemplateBase<isPodLike = true> - This is where we put method
228 class SmallVectorTemplateBase<T, true> : public SmallVectorTemplateCommon<T> {
230 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
265 class SmallVectorImpl : public SmallVectorTemplateBase<T, isPodLike<T>::value> {
266 typedef SmallVectorTemplateBase<T, isPodLike<T>::value > SuperClass;
275 : SmallVectorTemplateBase<T, isPodLike<T>::value>(N*sizeof(T))
    [all...]
  /external/llvm/include/llvm/ADT/
SmallVector.h 62 /// This is the part of SmallVectorTemplateBase which does not depend on whether
173 /// SmallVectorTemplateBase<isPodLike = false> - This is where we put method
176 class SmallVectorTemplateBase : public SmallVectorTemplateCommon<T> {
178 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
230 void SmallVectorTemplateBase<T, isPodLike>::grow(size_t MinSize) {
255 /// SmallVectorTemplateBase<isPodLike = true> - This is where we put method
258 class SmallVectorTemplateBase<T, true> : public SmallVectorTemplateCommon<T> {
260 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
318 class SmallVectorImpl : public SmallVectorTemplateBase<T, isPodLike<T>::value> {
319 typedef SmallVectorTemplateBase<T, isPodLike<T>::value > SuperClass
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
SmallVector.h 63 /// This is the part of SmallVectorTemplateBase which does not depend on whether
176 /// SmallVectorTemplateBase<isPodLike = false> - This is where we put method
179 class SmallVectorTemplateBase : public SmallVectorTemplateCommon<T> {
181 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
233 void SmallVectorTemplateBase<T, isPodLike>::grow(size_t MinSize) {
258 /// SmallVectorTemplateBase<isPodLike = true> - This is where we put method
261 class SmallVectorTemplateBase<T, true> : public SmallVectorTemplateCommon<T> {
263 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
321 class SmallVectorImpl : public SmallVectorTemplateBase<T, isPodLike<T>::value> {
322 typedef SmallVectorTemplateBase<T, isPodLike<T>::value > SuperClass
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SmallVector.h 63 /// This is the part of SmallVectorTemplateBase which does not depend on whether
176 /// SmallVectorTemplateBase<isPodLike = false> - This is where we put method
179 class SmallVectorTemplateBase : public SmallVectorTemplateCommon<T> {
181 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
233 void SmallVectorTemplateBase<T, isPodLike>::grow(size_t MinSize) {
258 /// SmallVectorTemplateBase<isPodLike = true> - This is where we put method
261 class SmallVectorTemplateBase<T, true> : public SmallVectorTemplateCommon<T> {
263 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
321 class SmallVectorImpl : public SmallVectorTemplateBase<T, isPodLike<T>::value> {
322 typedef SmallVectorTemplateBase<T, isPodLike<T>::value > SuperClass
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
SmallVector.h 63 /// This is the part of SmallVectorTemplateBase which does not depend on whether
176 /// SmallVectorTemplateBase<isPodLike = false> - This is where we put method
179 class SmallVectorTemplateBase : public SmallVectorTemplateCommon<T> {
181 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
233 void SmallVectorTemplateBase<T, isPodLike>::grow(size_t MinSize) {
258 /// SmallVectorTemplateBase<isPodLike = true> - This is where we put method
261 class SmallVectorTemplateBase<T, true> : public SmallVectorTemplateCommon<T> {
263 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
321 class SmallVectorImpl : public SmallVectorTemplateBase<T, isPodLike<T>::value> {
322 using SuperClass = SmallVectorTemplateBase<T, isPodLike<T>::value>
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
SmallVector.h 63 /// This is the part of SmallVectorTemplateBase which does not depend on whether
176 /// SmallVectorTemplateBase<isPodLike = false> - This is where we put method
179 class SmallVectorTemplateBase : public SmallVectorTemplateCommon<T> {
181 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
233 void SmallVectorTemplateBase<T, isPodLike>::grow(size_t MinSize) {
258 /// SmallVectorTemplateBase<isPodLike = true> - This is where we put method
261 class SmallVectorTemplateBase<T, true> : public SmallVectorTemplateCommon<T> {
263 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
321 class SmallVectorImpl : public SmallVectorTemplateBase<T, isPodLike<T>::value> {
322 using SuperClass = SmallVectorTemplateBase<T, isPodLike<T>::value>
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
SmallVector.h 64 /// This is the part of SmallVectorTemplateBase which does not depend on whether
177 /// SmallVectorTemplateBase<isPodLike = false> - This is where we put method
180 class SmallVectorTemplateBase : public SmallVectorTemplateCommon<T> {
182 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
234 void SmallVectorTemplateBase<T, isPodLike>::grow(size_t MinSize) {
261 /// SmallVectorTemplateBase<isPodLike = true> - This is where we put method
264 class SmallVectorTemplateBase<T, true> : public SmallVectorTemplateCommon<T> {
266 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
324 class SmallVectorImpl : public SmallVectorTemplateBase<T, isPodLike<T>::value> {
325 using SuperClass = SmallVectorTemplateBase<T, isPodLike<T>::value>
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
SmallVector.h 64 /// This is the part of SmallVectorTemplateBase which does not depend on whether
177 /// SmallVectorTemplateBase<isPodLike = false> - This is where we put method
180 class SmallVectorTemplateBase : public SmallVectorTemplateCommon<T> {
182 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
234 void SmallVectorTemplateBase<T, isPodLike>::grow(size_t MinSize) {
261 /// SmallVectorTemplateBase<isPodLike = true> - This is where we put method
264 class SmallVectorTemplateBase<T, true> : public SmallVectorTemplateCommon<T> {
266 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
324 class SmallVectorImpl : public SmallVectorTemplateBase<T, isPodLike<T>::value> {
325 using SuperClass = SmallVectorTemplateBase<T, isPodLike<T>::value>
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
SmallVector.h 64 /// This is the part of SmallVectorTemplateBase which does not depend on whether
177 /// SmallVectorTemplateBase<isPodLike = false> - This is where we put method
180 class SmallVectorTemplateBase : public SmallVectorTemplateCommon<T> {
182 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
234 void SmallVectorTemplateBase<T, isPodLike>::grow(size_t MinSize) {
261 /// SmallVectorTemplateBase<isPodLike = true> - This is where we put method
264 class SmallVectorTemplateBase<T, true> : public SmallVectorTemplateCommon<T> {
266 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
324 class SmallVectorImpl : public SmallVectorTemplateBase<T, isPodLike<T>::value> {
325 using SuperClass = SmallVectorTemplateBase<T, isPodLike<T>::value>
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
SmallVector.h 64 /// This is the part of SmallVectorTemplateBase which does not depend on whether
177 /// SmallVectorTemplateBase<isPodLike = false> - This is where we put method
180 class SmallVectorTemplateBase : public SmallVectorTemplateCommon<T> {
182 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
234 void SmallVectorTemplateBase<T, isPodLike>::grow(size_t MinSize) {
261 /// SmallVectorTemplateBase<isPodLike = true> - This is where we put method
264 class SmallVectorTemplateBase<T, true> : public SmallVectorTemplateCommon<T> {
266 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
324 class SmallVectorImpl : public SmallVectorTemplateBase<T, isPodLike<T>::value> {
325 using SuperClass = SmallVectorTemplateBase<T, isPodLike<T>::value>
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SmallVector.h 63 /// This is the part of SmallVectorTemplateBase which does not depend on whether
176 /// SmallVectorTemplateBase<isPodLike = false> - This is where we put method
179 class SmallVectorTemplateBase : public SmallVectorTemplateCommon<T> {
181 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
233 void SmallVectorTemplateBase<T, isPodLike>::grow(size_t MinSize) {
258 /// SmallVectorTemplateBase<isPodLike = true> - This is where we put method
261 class SmallVectorTemplateBase<T, true> : public SmallVectorTemplateCommon<T> {
263 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
321 class SmallVectorImpl : public SmallVectorTemplateBase<T, isPodLike<T>::value> {
322 typedef SmallVectorTemplateBase<T, isPodLike<T>::value > SuperClass
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
SmallVector.h 63 /// This is the part of SmallVectorTemplateBase which does not depend on whether
176 /// SmallVectorTemplateBase<isPodLike = false> - This is where we put method
179 class SmallVectorTemplateBase : public SmallVectorTemplateCommon<T> {
181 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
233 void SmallVectorTemplateBase<T, isPodLike>::grow(size_t MinSize) {
258 /// SmallVectorTemplateBase<isPodLike = true> - This is where we put method
261 class SmallVectorTemplateBase<T, true> : public SmallVectorTemplateCommon<T> {
263 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
321 class SmallVectorImpl : public SmallVectorTemplateBase<T, isPodLike<T>::value> {
322 using SuperClass = SmallVectorTemplateBase<T, isPodLike<T>::value>
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
SmallVector.h 63 /// This is the part of SmallVectorTemplateBase which does not depend on whether
176 /// SmallVectorTemplateBase<isPodLike = false> - This is where we put method
179 class SmallVectorTemplateBase : public SmallVectorTemplateCommon<T> {
181 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
233 void SmallVectorTemplateBase<T, isPodLike>::grow(size_t MinSize) {
258 /// SmallVectorTemplateBase<isPodLike = true> - This is where we put method
261 class SmallVectorTemplateBase<T, true> : public SmallVectorTemplateCommon<T> {
263 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
321 class SmallVectorImpl : public SmallVectorTemplateBase<T, isPodLike<T>::value> {
322 using SuperClass = SmallVectorTemplateBase<T, isPodLike<T>::value>
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
SmallVector.h 64 /// This is the part of SmallVectorTemplateBase which does not depend on whether
177 /// SmallVectorTemplateBase<isPodLike = false> - This is where we put method
180 class SmallVectorTemplateBase : public SmallVectorTemplateCommon<T> {
182 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
234 void SmallVectorTemplateBase<T, isPodLike>::grow(size_t MinSize) {
261 /// SmallVectorTemplateBase<isPodLike = true> - This is where we put method
264 class SmallVectorTemplateBase<T, true> : public SmallVectorTemplateCommon<T> {
266 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
324 class SmallVectorImpl : public SmallVectorTemplateBase<T, isPodLike<T>::value> {
325 using SuperClass = SmallVectorTemplateBase<T, isPodLike<T>::value>
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
SmallVector.h 64 /// This is the part of SmallVectorTemplateBase which does not depend on whether
177 /// SmallVectorTemplateBase<isPodLike = false> - This is where we put method
180 class SmallVectorTemplateBase : public SmallVectorTemplateCommon<T> {
182 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
234 void SmallVectorTemplateBase<T, isPodLike>::grow(size_t MinSize) {
261 /// SmallVectorTemplateBase<isPodLike = true> - This is where we put method
264 class SmallVectorTemplateBase<T, true> : public SmallVectorTemplateCommon<T> {
266 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
324 class SmallVectorImpl : public SmallVectorTemplateBase<T, isPodLike<T>::value> {
325 using SuperClass = SmallVectorTemplateBase<T, isPodLike<T>::value>
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
SmallVector.h 64 /// This is the part of SmallVectorTemplateBase which does not depend on whether
177 /// SmallVectorTemplateBase<isPodLike = false> - This is where we put method
180 class SmallVectorTemplateBase : public SmallVectorTemplateCommon<T> {
182 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
234 void SmallVectorTemplateBase<T, isPodLike>::grow(size_t MinSize) {
261 /// SmallVectorTemplateBase<isPodLike = true> - This is where we put method
264 class SmallVectorTemplateBase<T, true> : public SmallVectorTemplateCommon<T> {
266 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
324 class SmallVectorImpl : public SmallVectorTemplateBase<T, isPodLike<T>::value> {
325 using SuperClass = SmallVectorTemplateBase<T, isPodLike<T>::value>
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
SmallVector.h 64 /// This is the part of SmallVectorTemplateBase which does not depend on whether
177 /// SmallVectorTemplateBase<isPodLike = false> - This is where we put method
180 class SmallVectorTemplateBase : public SmallVectorTemplateCommon<T> {
182 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
234 void SmallVectorTemplateBase<T, isPodLike>::grow(size_t MinSize) {
261 /// SmallVectorTemplateBase<isPodLike = true> - This is where we put method
264 class SmallVectorTemplateBase<T, true> : public SmallVectorTemplateCommon<T> {
266 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
324 class SmallVectorImpl : public SmallVectorTemplateBase<T, isPodLike<T>::value> {
325 using SuperClass = SmallVectorTemplateBase<T, isPodLike<T>::value>
    [all...]

Completed in 109 milliseconds