HomeSort by relevance Sort by last modified time
    Searched defs:ArrayRecycler (Results 1 - 15 of 15) sorted by null

  /external/llvm/include/llvm/Support/
ArrayRecycler.h 1 //==- llvm/Support/ArrayRecycler.h - Recycling of Arrays ---------*- C++ -*-==//
10 // This file defines the ArrayRecycler class template which can recycle small
27 /// array size, the ArrayRecycler keeps a free list of available arrays.
30 class ArrayRecycler {
94 ~ArrayRecycler() {
97 assert(Bucket.empty() && "Non-empty ArrayRecycler deleted!");
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ArrayRecycler.h 1 //==- llvm/Support/ArrayRecycler.h - Recycling of Arrays ---------*- C++ -*-==//
10 // This file defines the ArrayRecycler class template which can recycle small
27 /// array size, the ArrayRecycler keeps a free list of available arrays.
29 template <class T, size_t Align = alignof(T)> class ArrayRecycler {
93 ~ArrayRecycler() {
96 assert(Bucket.empty() && "Non-empty ArrayRecycler deleted!");
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
ArrayRecycler.h 1 //==- llvm/Support/ArrayRecycler.h - Recycling of Arrays ---------*- C++ -*-==//
10 // This file defines the ArrayRecycler class template which can recycle small
27 /// array size, the ArrayRecycler keeps a free list of available arrays.
29 template <class T, size_t Align = alignof(T)> class ArrayRecycler {
96 ~ArrayRecycler() {
99 assert(Bucket.empty() && "Non-empty ArrayRecycler deleted!");
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
ArrayRecycler.h 1 //==- llvm/Support/ArrayRecycler.h - Recycling of Arrays ---------*- C++ -*-==//
10 // This file defines the ArrayRecycler class template which can recycle small
27 /// array size, the ArrayRecycler keeps a free list of available arrays.
29 template <class T, size_t Align = alignof(T)> class ArrayRecycler {
96 ~ArrayRecycler() {
99 assert(Bucket.empty() && "Non-empty ArrayRecycler deleted!");
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
ArrayRecycler.h 1 //==- llvm/Support/ArrayRecycler.h - Recycling of Arrays ---------*- C++ -*-==//
10 // This file defines the ArrayRecycler class template which can recycle small
27 /// array size, the ArrayRecycler keeps a free list of available arrays.
29 template <class T, size_t Align = alignof(T)> class ArrayRecycler {
96 ~ArrayRecycler() {
99 assert(Bucket.empty() && "Non-empty ArrayRecycler deleted!");
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
ArrayRecycler.h 1 //==- llvm/Support/ArrayRecycler.h - Recycling of Arrays ---------*- C++ -*-==//
10 // This file defines the ArrayRecycler class template which can recycle small
27 /// array size, the ArrayRecycler keeps a free list of available arrays.
29 template <class T, size_t Align = alignof(T)> class ArrayRecycler {
96 ~ArrayRecycler() {
99 assert(Bucket.empty() && "Non-empty ArrayRecycler deleted!");
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
ArrayRecycler.h 1 //==- llvm/Support/ArrayRecycler.h - Recycling of Arrays ---------*- C++ -*-==//
10 // This file defines the ArrayRecycler class template which can recycle small
27 /// array size, the ArrayRecycler keeps a free list of available arrays.
29 template <class T, size_t Align = alignof(T)> class ArrayRecycler {
96 ~ArrayRecycler() {
99 assert(Bucket.empty() && "Non-empty ArrayRecycler deleted!");
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
ArrayRecycler.h 1 //==- llvm/Support/ArrayRecycler.h - Recycling of Arrays ---------*- C++ -*-==//
10 // This file defines the ArrayRecycler class template which can recycle small
27 /// array size, the ArrayRecycler keeps a free list of available arrays.
29 template <class T, size_t Align = alignof(T)> class ArrayRecycler {
96 ~ArrayRecycler() {
99 assert(Bucket.empty() && "Non-empty ArrayRecycler deleted!");
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ArrayRecycler.h 1 //==- llvm/Support/ArrayRecycler.h - Recycling of Arrays ---------*- C++ -*-==//
10 // This file defines the ArrayRecycler class template which can recycle small
27 /// array size, the ArrayRecycler keeps a free list of available arrays.
29 template <class T, size_t Align = alignof(T)> class ArrayRecycler {
93 ~ArrayRecycler() {
96 assert(Bucket.empty() && "Non-empty ArrayRecycler deleted!");
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
ArrayRecycler.h 1 //==- llvm/Support/ArrayRecycler.h - Recycling of Arrays ---------*- C++ -*-==//
10 // This file defines the ArrayRecycler class template which can recycle small
27 /// array size, the ArrayRecycler keeps a free list of available arrays.
29 template <class T, size_t Align = alignof(T)> class ArrayRecycler {
96 ~ArrayRecycler() {
99 assert(Bucket.empty() && "Non-empty ArrayRecycler deleted!");
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
ArrayRecycler.h 1 //==- llvm/Support/ArrayRecycler.h - Recycling of Arrays ---------*- C++ -*-==//
10 // This file defines the ArrayRecycler class template which can recycle small
27 /// array size, the ArrayRecycler keeps a free list of available arrays.
29 template <class T, size_t Align = alignof(T)> class ArrayRecycler {
96 ~ArrayRecycler() {
99 assert(Bucket.empty() && "Non-empty ArrayRecycler deleted!");
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
ArrayRecycler.h 1 //==- llvm/Support/ArrayRecycler.h - Recycling of Arrays ---------*- C++ -*-==//
10 // This file defines the ArrayRecycler class template which can recycle small
27 /// array size, the ArrayRecycler keeps a free list of available arrays.
29 template <class T, size_t Align = alignof(T)> class ArrayRecycler {
96 ~ArrayRecycler() {
99 assert(Bucket.empty() && "Non-empty ArrayRecycler deleted!");
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
ArrayRecycler.h 1 //==- llvm/Support/ArrayRecycler.h - Recycling of Arrays ---------*- C++ -*-==//
10 // This file defines the ArrayRecycler class template which can recycle small
27 /// array size, the ArrayRecycler keeps a free list of available arrays.
29 template <class T, size_t Align = alignof(T)> class ArrayRecycler {
96 ~ArrayRecycler() {
99 assert(Bucket.empty() && "Non-empty ArrayRecycler deleted!");
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
ArrayRecycler.h 1 //==- llvm/Support/ArrayRecycler.h - Recycling of Arrays ---------*- C++ -*-==//
10 // This file defines the ArrayRecycler class template which can recycle small
27 /// array size, the ArrayRecycler keeps a free list of available arrays.
29 template <class T, size_t Align = alignof(T)> class ArrayRecycler {
96 ~ArrayRecycler() {
99 assert(Bucket.empty() && "Non-empty ArrayRecycler deleted!");
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
ArrayRecycler.h 1 //==- llvm/Support/ArrayRecycler.h - Recycling of Arrays ---------*- C++ -*-==//
10 // This file defines the ArrayRecycler class template which can recycle small
27 /// array size, the ArrayRecycler keeps a free list of available arrays.
29 template <class T, size_t Align = alignof(T)> class ArrayRecycler {
96 ~ArrayRecycler() {
99 assert(Bucket.empty() && "Non-empty ArrayRecycler deleted!");

Completed in 369 milliseconds