Searched defs:IndexedMap (Results 1 - 14 of 14) sorted by relevance

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
H A DIndexedMap.h1 //===- llvm/ADT/IndexedMap.h - An index map implementation ------*- C++ -*-===//
31 class IndexedMap { class in namespace:llvm
42 IndexedMap() : nullVal_(T()) { } function in class:llvm::IndexedMap
44 explicit IndexedMap(const T& val) : nullVal_(val) { } function in class:llvm::IndexedMap
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
H A DIndexedMap.h1 //===- llvm/ADT/IndexedMap.h - An index map implementation ------*- C++ -*-===//
30 class IndexedMap { class in namespace:llvm
42 IndexedMap() : nullVal_(T()) {} function in class:llvm::IndexedMap
44 explicit IndexedMap(const T& val) : nullVal_(val) {} function in class:llvm::IndexedMap
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
H A DIndexedMap.h1 //===- llvm/ADT/IndexedMap.h - An index map implementation ------*- C++ -*-===//
30 class IndexedMap { class in namespace:llvm
42 IndexedMap() : nullVal_(T()) {} function in class:llvm::IndexedMap
44 explicit IndexedMap(const T& val) : nullVal_(val) {} function in class:llvm::IndexedMap
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
H A DIndexedMap.h1 //===- llvm/ADT/IndexedMap.h - An index map implementation ------*- C++ -*-===//
30 class IndexedMap { class in namespace:llvm
42 IndexedMap() : nullVal_(T()) {} function in class:llvm::IndexedMap
44 explicit IndexedMap(const T& val) : nullVal_(val) {} function in class:llvm::IndexedMap
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
H A DIndexedMap.h1 //===- llvm/ADT/IndexedMap.h - An index map implementation ------*- C++ -*-===//
30 class IndexedMap { class in namespace:llvm
42 IndexedMap() : nullVal_(T()) {} function in class:llvm::IndexedMap
44 explicit IndexedMap(const T& val) : nullVal_(val) {} function in class:llvm::IndexedMap
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
H A DIndexedMap.h1 //===- llvm/ADT/IndexedMap.h - An index map implementation ------*- C++ -*-===//
30 class IndexedMap { class in namespace:llvm
42 IndexedMap() : nullVal_(T()) {} function in class:llvm::IndexedMap
44 explicit IndexedMap(const T& val) : nullVal_(val) {} function in class:llvm::IndexedMap
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
H A DIndexedMap.h1 //===- llvm/ADT/IndexedMap.h - An index map implementation ------*- C++ -*-===//
30 class IndexedMap { class in namespace:llvm
42 IndexedMap() : nullVal_(T()) {} function in class:llvm::IndexedMap
44 explicit IndexedMap(const T& val) : nullVal_(val) {} function in class:llvm::IndexedMap
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
H A DIndexedMap.h1 //===- llvm/ADT/IndexedMap.h - An index map implementation ------*- C++ -*-===//
31 class IndexedMap { class in namespace:llvm
42 IndexedMap() : nullVal_(T()) { } function in class:llvm::IndexedMap
44 explicit IndexedMap(const T& val) : nullVal_(val) { } function in class:llvm::IndexedMap
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
H A DIndexedMap.h1 //===- llvm/ADT/IndexedMap.h - An index map implementation ------*- C++ -*-===//
30 class IndexedMap { class in namespace:llvm
42 IndexedMap() : nullVal_(T()) {} function in class:llvm::IndexedMap
44 explicit IndexedMap(const T& val) : nullVal_(val) {} function in class:llvm::IndexedMap
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
H A DIndexedMap.h1 //===- llvm/ADT/IndexedMap.h - An index map implementation ------*- C++ -*-===//
30 class IndexedMap { class in namespace:llvm
42 IndexedMap() : nullVal_(T()) {} function in class:llvm::IndexedMap
44 explicit IndexedMap(const T& val) : nullVal_(val) {} function in class:llvm::IndexedMap
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
H A DIndexedMap.h1 //===- llvm/ADT/IndexedMap.h - An index map implementation ------*- C++ -*-===//
30 class IndexedMap { class in namespace:llvm
42 IndexedMap() : nullVal_(T()) {} function in class:llvm::IndexedMap
44 explicit IndexedMap(const T& val) : nullVal_(val) {} function in class:llvm::IndexedMap
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
H A DIndexedMap.h1 //===- llvm/ADT/IndexedMap.h - An index map implementation ------*- C++ -*-===//
30 class IndexedMap { class in namespace:llvm
42 IndexedMap() : nullVal_(T()) {} function in class:llvm::IndexedMap
44 explicit IndexedMap(const T& val) : nullVal_(val) {} function in class:llvm::IndexedMap
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
H A DIndexedMap.h1 //===- llvm/ADT/IndexedMap.h - An index map implementation ------*- C++ -*-===//
30 class IndexedMap { class in namespace:llvm
42 IndexedMap() : nullVal_(T()) {} function in class:llvm::IndexedMap
44 explicit IndexedMap(const T& val) : nullVal_(val) {} function in class:llvm::IndexedMap
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
H A DIndexedMap.h1 //===- llvm/ADT/IndexedMap.h - An index map implementation ------*- C++ -*-===//
30 class IndexedMap { class in namespace:llvm
42 IndexedMap() : nullVal_(T()) {} function in class:llvm::IndexedMap
44 explicit IndexedMap(const T& val) : nullVal_(val) {} function in class:llvm::IndexedMap

Completed in 240 milliseconds