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

  /external/llvm/lib/Support/
FoldingSet.cpp 29 /// used to lookup the node in the FoldingSetImpl.
145 /// lookup the node in the FoldingSetImpl.
183 /// Helper functions for FoldingSetImpl.
191 static FoldingSetImpl::Node *GetNextPtr(void *NextInBucketPtr) {
196 return static_cast<FoldingSetImpl::Node*>(NextInBucketPtr);
224 // FoldingSetImpl Implementation
226 void FoldingSetImpl::anchor() {}
228 FoldingSetImpl::FoldingSetImpl(unsigned Log2InitSize) {
236 FoldingSetImpl::FoldingSetImpl(FoldingSetImpl &&Arg
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
FoldingSet.cpp 29 /// used to lookup the node in the FoldingSetImpl.
145 /// lookup the node in the FoldingSetImpl.
183 /// Helper functions for FoldingSetImpl.
191 static FoldingSetImpl::Node *GetNextPtr(void *NextInBucketPtr) {
196 return static_cast<FoldingSetImpl::Node*>(NextInBucketPtr);
224 // FoldingSetImpl Implementation
226 void FoldingSetImpl::anchor() {}
228 FoldingSetImpl::FoldingSetImpl(unsigned Log2InitSize) {
236 FoldingSetImpl::FoldingSetImpl(FoldingSetImpl &&Arg
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
FoldingSet.cpp 30 /// used to lookup the node in the FoldingSetImpl.
154 /// lookup the node in the FoldingSetImpl.
182 /// Helper functions for FoldingSetImpl.
190 static FoldingSetImpl::Node *GetNextPtr(void *NextInBucketPtr) {
195 return static_cast<FoldingSetImpl::Node*>(NextInBucketPtr);
223 // FoldingSetImpl Implementation
225 FoldingSetImpl::FoldingSetImpl(unsigned Log2InitSize) {
232 FoldingSetImpl::~FoldingSetImpl() {
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
FoldingSet.h 42 /// call one of the Add* functions defined in the FoldingSetImpl::NodeID class.
105 /// FoldingSetImpl - Implements the folding set functionality. The main
111 class FoldingSetImpl {
126 explicit FoldingSetImpl(unsigned Log2InitSize = 6);
127 virtual ~FoldingSetImpl();
277 /// used to lookup the node in the FoldingSetImpl.
323 /// to lookup the node in the FoldingSetImpl.
338 typedef FoldingSetImpl::Node FoldingSetNode;
380 template<class T> class FoldingSet : public FoldingSetImpl {
405 : FoldingSetImpl(Log2InitSize
    [all...]
  /external/llvm/include/llvm/ADT/
FoldingSet.h 38 /// call one of the Add* functions defined in the FoldingSetImpl::NodeID class.
102 /// FoldingSetImpl - Implements the folding set functionality. The main
108 class FoldingSetImpl {
124 explicit FoldingSetImpl(unsigned Log2InitSize = 6);
125 FoldingSetImpl(FoldingSetImpl &&Arg);
126 FoldingSetImpl &operator=(FoldingSetImpl &&RHS);
127 ~FoldingSetImpl();
290 /// used to lookup the node in the FoldingSetImpl
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
FoldingSet.h 43 /// call one of the Add* functions defined in the FoldingSetImpl::NodeID class.
107 /// FoldingSetImpl - Implements the folding set functionality. The main
113 class FoldingSetImpl {
129 explicit FoldingSetImpl(unsigned Log2InitSize = 6);
130 FoldingSetImpl(FoldingSetImpl &&Arg);
131 FoldingSetImpl &operator=(FoldingSetImpl &&RHS);
132 ~FoldingSetImpl();
296 /// used to lookup the node in the FoldingSetImpl
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
FoldingSet.h 43 /// call one of the Add* functions defined in the FoldingSetImpl::NodeID class.
107 /// FoldingSetImpl - Implements the folding set functionality. The main
113 class FoldingSetImpl {
129 explicit FoldingSetImpl(unsigned Log2InitSize = 6);
130 FoldingSetImpl(FoldingSetImpl &&Arg);
131 FoldingSetImpl &operator=(FoldingSetImpl &&RHS);
132 ~FoldingSetImpl();
296 /// used to lookup the node in the FoldingSetImpl
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
FoldingSet.h 43 /// call one of the Add* functions defined in the FoldingSetImpl::NodeID class.
107 /// FoldingSetImpl - Implements the folding set functionality. The main
113 class FoldingSetImpl {
129 explicit FoldingSetImpl(unsigned Log2InitSize = 6);
130 FoldingSetImpl(FoldingSetImpl &&Arg);
131 FoldingSetImpl &operator=(FoldingSetImpl &&RHS);
132 ~FoldingSetImpl();
296 /// used to lookup the node in the FoldingSetImpl
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
FoldingSet.h 406 /// FoldingSetImpl - An implementation detail that lets us share code between
408 template <class T> class FoldingSetImpl : public FoldingSetBase {
410 explicit FoldingSetImpl(unsigned Log2InitSize)
413 FoldingSetImpl(FoldingSetImpl &&Arg) = default;
414 FoldingSetImpl &operator=(FoldingSetImpl &&RHS) = default;
415 ~FoldingSetImpl() = default;
479 template <class T> class FoldingSet final : public FoldingSetImpl<T> {
480 using Super = FoldingSetImpl<T>
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
FoldingSet.h 406 /// FoldingSetImpl - An implementation detail that lets us share code between
408 template <class T> class FoldingSetImpl : public FoldingSetBase {
410 explicit FoldingSetImpl(unsigned Log2InitSize)
413 FoldingSetImpl(FoldingSetImpl &&Arg) = default;
414 FoldingSetImpl &operator=(FoldingSetImpl &&RHS) = default;
415 ~FoldingSetImpl() = default;
479 template <class T> class FoldingSet final : public FoldingSetImpl<T> {
480 using Super = FoldingSetImpl<T>
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
FoldingSet.h 406 /// FoldingSetImpl - An implementation detail that lets us share code between
408 template <class T> class FoldingSetImpl : public FoldingSetBase {
410 explicit FoldingSetImpl(unsigned Log2InitSize)
413 FoldingSetImpl(FoldingSetImpl &&Arg) = default;
414 FoldingSetImpl &operator=(FoldingSetImpl &&RHS) = default;
415 ~FoldingSetImpl() = default;
479 template <class T> class FoldingSet final : public FoldingSetImpl<T> {
480 using Super = FoldingSetImpl<T>
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
FoldingSet.h 406 /// FoldingSetImpl - An implementation detail that lets us share code between
408 template <class T> class FoldingSetImpl : public FoldingSetBase {
410 explicit FoldingSetImpl(unsigned Log2InitSize)
413 FoldingSetImpl(FoldingSetImpl &&Arg) = default;
414 FoldingSetImpl &operator=(FoldingSetImpl &&RHS) = default;
415 ~FoldingSetImpl() = default;
479 template <class T> class FoldingSet final : public FoldingSetImpl<T> {
480 using Super = FoldingSetImpl<T>
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
FoldingSet.h 406 /// FoldingSetImpl - An implementation detail that lets us share code between
408 template <class T> class FoldingSetImpl : public FoldingSetBase {
410 explicit FoldingSetImpl(unsigned Log2InitSize)
413 FoldingSetImpl(FoldingSetImpl &&Arg) = default;
414 FoldingSetImpl &operator=(FoldingSetImpl &&RHS) = default;
415 ~FoldingSetImpl() = default;
479 template <class T> class FoldingSet final : public FoldingSetImpl<T> {
480 using Super = FoldingSetImpl<T>
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
FoldingSet.h 406 /// FoldingSetImpl - An implementation detail that lets us share code between
408 template <class T> class FoldingSetImpl : public FoldingSetBase {
410 explicit FoldingSetImpl(unsigned Log2InitSize)
413 FoldingSetImpl(FoldingSetImpl &&Arg) = default;
414 FoldingSetImpl &operator=(FoldingSetImpl &&RHS) = default;
415 ~FoldingSetImpl() = default;
479 template <class T> class FoldingSet final : public FoldingSetImpl<T> {
480 using Super = FoldingSetImpl<T>
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
FoldingSet.h 406 /// FoldingSetImpl - An implementation detail that lets us share code between
408 template <class T> class FoldingSetImpl : public FoldingSetBase {
410 explicit FoldingSetImpl(unsigned Log2InitSize)
413 FoldingSetImpl(FoldingSetImpl &&Arg) = default;
414 FoldingSetImpl &operator=(FoldingSetImpl &&RHS) = default;
415 ~FoldingSetImpl() = default;
479 template <class T> class FoldingSet final : public FoldingSetImpl<T> {
480 using Super = FoldingSetImpl<T>
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
FoldingSet.h 406 /// FoldingSetImpl - An implementation detail that lets us share code between
408 template <class T> class FoldingSetImpl : public FoldingSetBase {
410 explicit FoldingSetImpl(unsigned Log2InitSize)
413 FoldingSetImpl(FoldingSetImpl &&Arg) = default;
414 FoldingSetImpl &operator=(FoldingSetImpl &&RHS) = default;
415 ~FoldingSetImpl() = default;
479 template <class T> class FoldingSet final : public FoldingSetImpl<T> {
480 using Super = FoldingSetImpl<T>
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
FoldingSet.h 406 /// FoldingSetImpl - An implementation detail that lets us share code between
408 template <class T> class FoldingSetImpl : public FoldingSetBase {
410 explicit FoldingSetImpl(unsigned Log2InitSize)
413 FoldingSetImpl(FoldingSetImpl &&Arg) = default;
414 FoldingSetImpl &operator=(FoldingSetImpl &&RHS) = default;
415 ~FoldingSetImpl() = default;
479 template <class T> class FoldingSet final : public FoldingSetImpl<T> {
480 using Super = FoldingSetImpl<T>
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
FoldingSet.h 406 /// FoldingSetImpl - An implementation detail that lets us share code between
408 template <class T> class FoldingSetImpl : public FoldingSetBase {
410 explicit FoldingSetImpl(unsigned Log2InitSize)
413 FoldingSetImpl(FoldingSetImpl &&Arg) = default;
414 FoldingSetImpl &operator=(FoldingSetImpl &&RHS) = default;
415 ~FoldingSetImpl() = default;
479 template <class T> class FoldingSet final : public FoldingSetImpl<T> {
480 using Super = FoldingSetImpl<T>
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
FoldingSet.h 406 /// FoldingSetImpl - An implementation detail that lets us share code between
408 template <class T> class FoldingSetImpl : public FoldingSetBase {
410 explicit FoldingSetImpl(unsigned Log2InitSize)
413 FoldingSetImpl(FoldingSetImpl &&Arg) = default;
414 FoldingSetImpl &operator=(FoldingSetImpl &&RHS) = default;
415 ~FoldingSetImpl() = default;
479 template <class T> class FoldingSet final : public FoldingSetImpl<T> {
480 using Super = FoldingSetImpl<T>
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
FoldingSet.h 406 /// FoldingSetImpl - An implementation detail that lets us share code between
408 template <class T> class FoldingSetImpl : public FoldingSetBase {
410 explicit FoldingSetImpl(unsigned Log2InitSize)
413 FoldingSetImpl(FoldingSetImpl &&Arg) = default;
414 FoldingSetImpl &operator=(FoldingSetImpl &&RHS) = default;
415 ~FoldingSetImpl() = default;
479 template <class T> class FoldingSet final : public FoldingSetImpl<T> {
480 using Super = FoldingSetImpl<T>
    [all...]

Completed in 386 milliseconds