HomeSort by relevance Sort by last modified time
    Searched refs:SmallVectorTemplateCommon (Results 1 - 25 of 33) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
SmallVector.h 101 class SmallVectorTemplateCommon : public SmallVectorBase {
105 SmallVectorTemplateCommon(size_t Size) : SmallVectorBase(Size) {}
176 class SmallVectorTemplateBase : public SmallVectorTemplateCommon<T> {
178 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
228 class SmallVectorTemplateBase<T, true> : public SmallVectorTemplateCommon<T> {
230 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
  /external/llvm/include/llvm/ADT/
SmallVector.h 66 class SmallVectorTemplateCommon : public SmallVectorBase {
78 SmallVectorTemplateCommon(size_t Size) : SmallVectorBase(&FirstEl, Size) {}
176 class SmallVectorTemplateBase : public SmallVectorTemplateCommon<T> {
178 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
258 class SmallVectorTemplateBase<T, true> : public SmallVectorTemplateCommon<T> {
260 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
822 /// SmallVectorTemplateCommon. There are 'N-1' elements here. The remaining '1'
827 typename SmallVectorTemplateCommon<T>::U InlineElts[N - 1];
ArrayRef.h 69 /// avoid instantiating SmallVectorTemplateCommon<T> whenever we
72 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec)
101 /// templated in order to avoid instantiating SmallVectorTemplateCommon<T>
105 const SmallVectorTemplateCommon<U *, DummyT> &Vec,
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
SmallVector.h 67 class SmallVectorTemplateCommon : public SmallVectorBase {
79 SmallVectorTemplateCommon(size_t Size) : SmallVectorBase(&FirstEl, Size) {}
179 class SmallVectorTemplateBase : public SmallVectorTemplateCommon<T> {
181 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
261 class SmallVectorTemplateBase<T, true> : public SmallVectorTemplateCommon<T> {
263 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
824 /// SmallVectorTemplateCommon. There are 'N-1' elements here. The remaining '1'
829 typename SmallVectorTemplateCommon<T>::U InlineElts[N - 1];
ArrayRef.h 71 /// avoid instantiating SmallVectorTemplateCommon<T> whenever we
74 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec)
107 /// templated in order to avoid instantiating SmallVectorTemplateCommon<T>
111 const SmallVectorTemplateCommon<U *, DummyT> &Vec,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SmallVector.h 67 class SmallVectorTemplateCommon : public SmallVectorBase {
79 SmallVectorTemplateCommon(size_t Size) : SmallVectorBase(&FirstEl, Size) {}
179 class SmallVectorTemplateBase : public SmallVectorTemplateCommon<T> {
181 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
261 class SmallVectorTemplateBase<T, true> : public SmallVectorTemplateCommon<T> {
263 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
824 /// SmallVectorTemplateCommon. There are 'N-1' elements here. The remaining '1'
829 typename SmallVectorTemplateCommon<T>::U InlineElts[N - 1];
ArrayRef.h 71 /// avoid instantiating SmallVectorTemplateCommon<T> whenever we
74 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec)
107 /// templated in order to avoid instantiating SmallVectorTemplateCommon<T>
111 const SmallVectorTemplateCommon<U *, DummyT> &Vec,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
SmallVector.h 67 class SmallVectorTemplateCommon : public SmallVectorBase {
79 SmallVectorTemplateCommon(size_t Size) : SmallVectorBase(&FirstEl, Size) {}
179 class SmallVectorTemplateBase : public SmallVectorTemplateCommon<T> {
181 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
261 class SmallVectorTemplateBase<T, true> : public SmallVectorTemplateCommon<T> {
263 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
842 /// SmallVectorTemplateCommon. There are 'N-1' elements here. The remaining '1'
847 typename SmallVectorTemplateCommon<T>::U InlineElts[N - 1];
ArrayRef.h 79 /// avoid instantiating SmallVectorTemplateCommon<T> whenever we
82 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec)
115 /// templated in order to avoid instantiating SmallVectorTemplateCommon<T>
119 const SmallVectorTemplateCommon<U *, DummyT> &Vec,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
SmallVector.h 67 class SmallVectorTemplateCommon : public SmallVectorBase {
79 SmallVectorTemplateCommon(size_t Size) : SmallVectorBase(&FirstEl, Size) {}
179 class SmallVectorTemplateBase : public SmallVectorTemplateCommon<T> {
181 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
261 class SmallVectorTemplateBase<T, true> : public SmallVectorTemplateCommon<T> {
263 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
842 /// SmallVectorTemplateCommon. There are 'N-1' elements here. The remaining '1'
847 typename SmallVectorTemplateCommon<T>::U InlineElts[N - 1];
ArrayRef.h 79 /// avoid instantiating SmallVectorTemplateCommon<T> whenever we
82 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec)
115 /// templated in order to avoid instantiating SmallVectorTemplateCommon<T>
119 const SmallVectorTemplateCommon<U *, DummyT> &Vec,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
SmallVector.h 68 class SmallVectorTemplateCommon : public SmallVectorBase {
80 SmallVectorTemplateCommon(size_t Size) : SmallVectorBase(&FirstEl, Size) {}
180 class SmallVectorTemplateBase : public SmallVectorTemplateCommon<T> {
182 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
264 class SmallVectorTemplateBase<T, true> : public SmallVectorTemplateCommon<T> {
266 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
845 /// SmallVectorTemplateCommon. There are 'N-1' elements here. The remaining '1'
850 typename SmallVectorTemplateCommon<T>::U InlineElts[N - 1];
ArrayRef.h 79 /// avoid instantiating SmallVectorTemplateCommon<T> whenever we
82 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec)
115 /// templated in order to avoid instantiating SmallVectorTemplateCommon<T>
119 const SmallVectorTemplateCommon<U *, DummyT> &Vec,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
SmallVector.h 68 class SmallVectorTemplateCommon : public SmallVectorBase {
80 SmallVectorTemplateCommon(size_t Size) : SmallVectorBase(&FirstEl, Size) {}
180 class SmallVectorTemplateBase : public SmallVectorTemplateCommon<T> {
182 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
264 class SmallVectorTemplateBase<T, true> : public SmallVectorTemplateCommon<T> {
266 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
845 /// SmallVectorTemplateCommon. There are 'N-1' elements here. The remaining '1'
850 typename SmallVectorTemplateCommon<T>::U InlineElts[N - 1];
ArrayRef.h 79 /// avoid instantiating SmallVectorTemplateCommon<T> whenever we
82 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec)
115 /// templated in order to avoid instantiating SmallVectorTemplateCommon<T>
119 const SmallVectorTemplateCommon<U *, DummyT> &Vec,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
SmallVector.h 68 class SmallVectorTemplateCommon : public SmallVectorBase {
80 SmallVectorTemplateCommon(size_t Size) : SmallVectorBase(&FirstEl, Size) {}
180 class SmallVectorTemplateBase : public SmallVectorTemplateCommon<T> {
182 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
264 class SmallVectorTemplateBase<T, true> : public SmallVectorTemplateCommon<T> {
266 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
845 /// SmallVectorTemplateCommon. There are 'N-1' elements here. The remaining '1'
850 typename SmallVectorTemplateCommon<T>::U InlineElts[N - 1];
ArrayRef.h 79 /// avoid instantiating SmallVectorTemplateCommon<T> whenever we
82 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec)
115 /// templated in order to avoid instantiating SmallVectorTemplateCommon<T>
119 const SmallVectorTemplateCommon<U *, DummyT> &Vec,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
SmallVector.h 68 class SmallVectorTemplateCommon : public SmallVectorBase {
80 SmallVectorTemplateCommon(size_t Size) : SmallVectorBase(&FirstEl, Size) {}
180 class SmallVectorTemplateBase : public SmallVectorTemplateCommon<T> {
182 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
264 class SmallVectorTemplateBase<T, true> : public SmallVectorTemplateCommon<T> {
266 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
845 /// SmallVectorTemplateCommon. There are 'N-1' elements here. The remaining '1'
850 typename SmallVectorTemplateCommon<T>::U InlineElts[N - 1];
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SmallVector.h 67 class SmallVectorTemplateCommon : public SmallVectorBase {
79 SmallVectorTemplateCommon(size_t Size) : SmallVectorBase(&FirstEl, Size) {}
179 class SmallVectorTemplateBase : public SmallVectorTemplateCommon<T> {
181 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
261 class SmallVectorTemplateBase<T, true> : public SmallVectorTemplateCommon<T> {
263 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
824 /// SmallVectorTemplateCommon. There are 'N-1' elements here. The remaining '1'
829 typename SmallVectorTemplateCommon<T>::U InlineElts[N - 1];
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
SmallVector.h 67 class SmallVectorTemplateCommon : public SmallVectorBase {
79 SmallVectorTemplateCommon(size_t Size) : SmallVectorBase(&FirstEl, Size) {}
179 class SmallVectorTemplateBase : public SmallVectorTemplateCommon<T> {
181 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
261 class SmallVectorTemplateBase<T, true> : public SmallVectorTemplateCommon<T> {
263 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
842 /// SmallVectorTemplateCommon. There are 'N-1' elements here. The remaining '1'
847 typename SmallVectorTemplateCommon<T>::U InlineElts[N - 1];
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
SmallVector.h 67 class SmallVectorTemplateCommon : public SmallVectorBase {
79 SmallVectorTemplateCommon(size_t Size) : SmallVectorBase(&FirstEl, Size) {}
179 class SmallVectorTemplateBase : public SmallVectorTemplateCommon<T> {
181 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
261 class SmallVectorTemplateBase<T, true> : public SmallVectorTemplateCommon<T> {
263 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
842 /// SmallVectorTemplateCommon. There are 'N-1' elements here. The remaining '1'
847 typename SmallVectorTemplateCommon<T>::U InlineElts[N - 1];
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
SmallVector.h 68 class SmallVectorTemplateCommon : public SmallVectorBase {
80 SmallVectorTemplateCommon(size_t Size) : SmallVectorBase(&FirstEl, Size) {}
180 class SmallVectorTemplateBase : public SmallVectorTemplateCommon<T> {
182 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
264 class SmallVectorTemplateBase<T, true> : public SmallVectorTemplateCommon<T> {
266 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
845 /// SmallVectorTemplateCommon. There are 'N-1' elements here. The remaining '1'
850 typename SmallVectorTemplateCommon<T>::U InlineElts[N - 1];
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
SmallVector.h 68 class SmallVectorTemplateCommon : public SmallVectorBase {
80 SmallVectorTemplateCommon(size_t Size) : SmallVectorBase(&FirstEl, Size) {}
180 class SmallVectorTemplateBase : public SmallVectorTemplateCommon<T> {
182 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
264 class SmallVectorTemplateBase<T, true> : public SmallVectorTemplateCommon<T> {
266 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
845 /// SmallVectorTemplateCommon. There are 'N-1' elements here. The remaining '1'
850 typename SmallVectorTemplateCommon<T>::U InlineElts[N - 1];
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
SmallVector.h 68 class SmallVectorTemplateCommon : public SmallVectorBase {
80 SmallVectorTemplateCommon(size_t Size) : SmallVectorBase(&FirstEl, Size) {}
180 class SmallVectorTemplateBase : public SmallVectorTemplateCommon<T> {
182 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
264 class SmallVectorTemplateBase<T, true> : public SmallVectorTemplateCommon<T> {
266 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
845 /// SmallVectorTemplateCommon. There are 'N-1' elements here. The remaining '1'
850 typename SmallVectorTemplateCommon<T>::U InlineElts[N - 1];
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
SmallVector.h 68 class SmallVectorTemplateCommon : public SmallVectorBase {
80 SmallVectorTemplateCommon(size_t Size) : SmallVectorBase(&FirstEl, Size) {}
180 class SmallVectorTemplateBase : public SmallVectorTemplateCommon<T> {
182 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
264 class SmallVectorTemplateBase<T, true> : public SmallVectorTemplateCommon<T> {
266 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {}
845 /// SmallVectorTemplateCommon. There are 'N-1' elements here. The remaining '1'
850 typename SmallVectorTemplateCommon<T>::U InlineElts[N - 1];

Completed in 1081 milliseconds

1 2